@@ -16,51 +16,51 @@ DESCRIPTION
1616
1717 pcre2-config returns the configuration of the installed PCRE2 libraries
1818 and the options required to compile a program to use them. Some of the
19- options apply only to the 8-bit, or 16-bit, or 32-bit libraries, re -
20- spectively , and are not available for libraries that have not been
21- built. If an unavailable option is encountered, the "usage" information
22- is output.
19+ options apply only to the 8-bit, 16-bit, or 32-bit libraries, respec -
20+ tively , and are not available for libraries that have not been built.
21+ If an unavailable option is encountered, the "usage" information is
22+ output.
2323
2424
2525OPTIONS
2626
27- --prefix Writes the directory prefix used in the PCRE2 installation
28- for architecture independent files (/usr on many systems,
27+ --prefix Writes the directory prefix used in the PCRE2 installation
28+ for architecture- independent files (/usr on many systems,
2929 /usr/local on some systems) to the standard output.
3030
3131 --exec-prefix
32- Writes the directory prefix used in the PCRE2 installation
33- for architecture dependent files (normally the same as --pre-
32+ Writes the directory prefix used in the PCRE2 installation
33+ for architecture- dependent files (normally the same as --pre-
3434 fix) to the standard output.
3535
3636 --version Writes the version number of the installed PCRE2 libraries to
3737 the standard output.
3838
39- --libs8 Writes to the standard output the command line options re-
40- quired to link with the 8-bit PCRE2 library (-lpcre2-8 on
39+ --libs8 Writes to the standard output the command line options re-
40+ quired to link with the 8-bit PCRE2 library (-lpcre2-8 on
4141 many systems).
4242
43- --libs16 Writes to the standard output the command line options re-
44- quired to link with the 16-bit PCRE2 library (-lpcre2-16 on
43+ --libs16 Writes to the standard output the command line options re-
44+ quired to link with the 16-bit PCRE2 library (-lpcre2-16 on
4545 many systems).
4646
47- --libs32 Writes to the standard output the command line options re-
48- quired to link with the 32-bit PCRE2 library (-lpcre2-32 on
47+ --libs32 Writes to the standard output the command line options re-
48+ quired to link with the 32-bit PCRE2 library (-lpcre2-32 on
4949 many systems).
5050
5151 --libs-posix
52- Writes to the standard output the command line options re-
52+ Writes to the standard output the command line options re-
5353 quired to link with PCRE2's POSIX API wrapper library
5454 (-lpcre2-posix -lpcre2-8 on many systems).
5555
56- --cflags Writes to the standard output the command line options re-
56+ --cflags Writes to the standard output the command line options re-
5757 quired to compile files that use PCRE2 (this may include some
5858 -I options, but is blank on many systems).
5959
6060 --cflags-posix
61- Writes to the standard output the command line options re-
62- quired to compile files that use PCRE2's POSIX API wrapper
63- library (this may include some -I options, but is blank on
61+ Writes to the standard output the command line options re-
62+ quired to compile files that use PCRE2's POSIX API wrapper
63+ library (this may include some -I options, but is blank on
6464 many systems).
6565
6666
@@ -71,8 +71,8 @@ SEE ALSO
7171
7272AUTHOR
7373
74- This manual page was originally written by Mark Baker for the Debian
75- GNU/Linux system. It has been subsequently revised as a generic PCRE2
74+ This manual page was originally written by Mark Baker for the Debian
75+ GNU/Linux system. It has been subsequently revised as a generic PCRE2
7676 man page.
7777
7878
0 commit comments