diff options
author | phantom <phantom@FreeBSD.org> | 2000-04-23 14:47:26 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-04-23 14:47:26 +0000 |
commit | cc05420259b7856d7c221928354b5e66d9cbb82c (patch) | |
tree | 28e08cc0aab862a8c13504dd3c6dc05224fe0fab /share/examples | |
parent | 639d2aa33f7ebcc079ad547048fed6ecb1442ff0 (diff) | |
download | FreeBSD-src-cc05420259b7856d7c221928354b5e66d9cbb82c.zip FreeBSD-src-cc05420259b7856d7c221928354b5e66d9cbb82c.tar.gz |
Suggest to use .Lb macro in 2nd/3rd section manpages.
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/mdoc/example.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/examples/mdoc/example.3 b/share/examples/mdoc/example.3 index b2dc556..a2028a8 100644 --- a/share/examples/mdoc/example.3 +++ b/share/examples/mdoc/example.3 @@ -38,6 +38,9 @@ .Sh NAME .Nm example .Nd example library function manual page +.Sh LIBRARY +.\" Note: list of available libraries is available in mdoc.samples(7) +.Lb libc .Sh SYNOPSIS .Fd #include <example.h> .Ft int |