From: Alejandro Colomar Date: Fri, 22 Jul 2022 18:39:48 +0000 (+0200) Subject: man-pages.7: The linker flag is not always necessary X-Git-Tag: man-pages-6.0-rc1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e64493fdae1a31efca34b4dc8fb39ccbfeb59272;p=thirdparty%2Fman-pages.git man-pages.7: The linker flag is not always necessary See for example pages for types Signed-off-by: Alejandro Colomar --- diff --git a/man7/man-pages.7 b/man7/man-pages.7 index e80ad55a24..99bfa400f0 100644 --- a/man7/man-pages.7 +++ b/man7/man-pages.7 @@ -214,8 +214,8 @@ The library providing a symbol. It shows the common name of the library, and in parentheses, the name of the library file -and the linker flag needed to link a program against it: -.RI ( libfoo ", " -lfoo ). +and, if needed, the linker flag needed to link a program against it: +.RI ( libfoo "[, " -lfoo ]). .TP .B SYNOPSIS A brief summary of the command or function's interface.