diff options
author | NIIBE Yutaka <[email protected]> | 2023-10-05 04:59:46 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-10-05 04:59:46 +0000 |
commit | 53d9d77a496f5b6bc6616a95abfc053f396c1a12 (patch) | |
tree | 99000d70a73904b9ca9482158be4cb0a1cc21c1b | |
parent | estream: String filter should NOT be called with non-nul string. (diff) | |
download | libgpg-error-53d9d77a496f5b6bc6616a95abfc053f396c1a12.tar.gz libgpg-error-53d9d77a496f5b6bc6616a95abfc053f396c1a12.zip |
doc: Minor style fix.
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | doc/gpgrt.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gpgrt.texi b/doc/gpgrt.texi index 6612600..377cfba 100644 --- a/doc/gpgrt.texi +++ b/doc/gpgrt.texi @@ -428,9 +428,9 @@ specified before any @option{--libs} or @option{--cflags} options. @mansect description @command{gpgrt-config} is a script tool that is used by the autoconf macros -shipped with gnupg software (e.g. AM_PATH_GPG_ERROR and AM_PATH_GPGME) to +shipped with gnupg software (e.g., AM_PATH_GPG_ERROR and AM_PATH_GPGME) to determine the compiler and linker flags that should be used to compile -and link programs that use the specific library (e.g. libgpg-error or +and link programs that use the specific library (e.g., libgpg-error or libgpgme). @command{gpgrt-config} uses pkg-config .pc files as data source. Apart from options @command{gpgrt-config} accepts a single argument @@ -445,7 +445,7 @@ pkg-config file to be used as input. @option{module} will default to @table @gnupgtabopt @item --libdir=@var{LIBDIR} Parent directory path of pkgconfig file search path. -e.g. @samp{gpgrt-config --libdir=/usr/lib --exists gpgme} +e.g., @samp{gpgrt-config --libdir=/usr/lib --exists gpgme} will parse @file{/usr/lib/pkgconfig/gpgme.pc}. @item --exists |