fix pkgconf-personality man page

pull/199/head
Ariadne Conill 2019-09-30 05:22:21 -05:00
parent 2adafc2729
commit f1ce393632
1 changed files with 2 additions and 2 deletions

View File

@ -47,6 +47,7 @@ The property will be set to the text of the value.
The property will be set to a list of fragments parsed from the text.
The input text must be in a format that is suitable for passing to a POSIX
shell without any shell expansions after variable substitution has been done.
Elements are delimited with a colon.
.\"
.El
.Ss PROPERTY KEYWORDS
@ -79,8 +80,7 @@ An example .personality file:
# This is a comment
Triplet: x86_64-pc-linux-gnu
SysrootDir: /home/kaniini/sysroot/x86_64-pc-linux-gnu
DefaultSearchPaths: /home/kaniini/sysroot/x86_64-pc-linux-gnu/lib/pkgconfig \\
/home/kaniini/sysroot/x86_64-pc-linux-gnu/share/pkgconfig
DefaultSearchPaths: /home/kaniini/sysroot/x86_64-pc-linux-gnu/lib/pkgconfig:/home/kaniini/sysroot/x86_64-pc-linux-gnu/share/pkgconfig
SystemIncludePaths: /home/kaniini/sysroot/x86_64-pc-linux-gnu/include
SystemLibraryPaths: /home/kaniini/sysroot/x86_64-pc-linux-gnu/lib
.Ed