From 6fd4834d7e69db9cd363048db879b985c98cf8ef Mon Sep 17 00:00:00 2001 From: swildner Date: Fri, 14 Sep 2007 19:47:03 +0000 Subject: [PATCH] Add missing LIBRARY sections and extend mdoc.local accordingly. --- gnu/usr.bin/groff/tmac/mdoc.local | 7 ++++++- lib/libalias/libalias.3 | 4 +++- lib/libftpio/ftpio.3 | 4 +++- lib/libradius/libradius.3 | 4 +++- lib/libstand/libstand.3 | 4 +++- lib/libtacplus/libtacplus.3 | 4 +++- share/man/man3/fpgetround.3 | 4 +++- share/man/man3/pthread.3 | 4 +++- 8 files changed, 27 insertions(+), 8 deletions(-) diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index d86ea71eb2..bee7e3636b 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/gnu/usr.bin/groff/tmac/mdoc.local,v 1.2.2.19 2003/03/25 10:20:12 murray Exp $ -.\" $DragonFly: src/gnu/usr.bin/groff/tmac/mdoc.local,v 1.17 2007/07/24 20:38:21 dillon Exp $ +.\" $DragonFly: src/gnu/usr.bin/groff/tmac/mdoc.local,v 1.18 2007/09/14 19:47:03 swildner Exp $ .\" .\" %beginstrip% . @@ -37,6 +37,7 @@ .ds doc-volume-operating-system DragonFly . .\" DragonFly .Lb values +.ds doc-str-Lb-libalias Packet Aliasing Library (libalias, \-lalias) .ds doc-str-Lb-libarchive Streaming Archive Library (libarchive, \-larchive) .ds doc-str-Lb-libc_r Reentrant C\~Library (libc_r, \-pthread) .ds doc-str-Lb-libcalendar Calendar Arithmetic Library (libcalendar, \-lcalendar) @@ -47,14 +48,18 @@ .ds doc-str-Lb-libdevstat Device Statistics Library (libdevstat, \-ldevstat) .ds doc-str-Lb-libdisk Interface to Slice and Partition Labels Library (libdisk, \-ldisk) .ds doc-str-Lb-libfetch File Transfer Library (libfetch, \-lfetch) +.ds doc-str-Lb-libftpio FTP Connection Management Library (libftpio, \-lftpio) .ds doc-str-Lb-libipx IPX Address Conversion Support Library (libipx, \-lipx) .ds doc-str-Lb-libkcore Kernel Memory Core Access Library (libkcore, \-lkcore) .ds doc-str-Lb-libkinfo Kernel Information Access Library (libkinfo, \-lkinfo) .ds doc-str-Lb-libmd Message Digest (MD4, MD5, etc.) Support Library (libmd, \-lmd) .ds doc-str-Lb-libnetgraph Netgraph User Library (libnetgraph, \-lnetgraph) .ds doc-str-Lb-libposix1e POSIX.1e Security API Library (libposix1e, \-lposix1e) +.ds doc-str-Lb-libradius RADIUS Client Library (libradius, \-lradius) .ds doc-str-Lb-librpcsvc RPC Service Library (librpcsvc, \-lrpcsvc) .ds doc-str-Lb-libskey S/Key Password Control Table Access Library (libskey, \-lskey) +.ds doc-str-Lb-libstand Standalone Applications Library (libstand, \-lstand) +.ds doc-str-Lb-libtacplus TACACS+ Client Library (libtacplus, \-ltacplus) .ds doc-str-Lb-libvgl Video Graphics Library (libvgl, \-lvgl) . . diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3 index e87da96fe8..ac2989efb7 100644 --- a/lib/libalias/libalias.3 +++ b/lib/libalias/libalias.3 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libalias/libalias.3,v 1.23.2.11 2001/12/17 10:08:22 ru Exp $ -.\" $DragonFly: src/lib/libalias/libalias.3,v 1.4 2006/05/26 19:39:36 swildner Exp $ +.\" $DragonFly: src/lib/libalias/libalias.3,v 1.5 2007/09/14 19:47:03 swildner Exp $ .\" .Dd April 13, 2000 .Dt LIBALIAS 3 @@ -32,6 +32,8 @@ .Sh NAME .Nm libalias .Nd packet aliasing library for masquerading and network address translation +.Sh LIBRARY +.Lb libalias .Sh SYNOPSIS .In sys/types.h .In netinet/in.h diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index cf75de0f29..235d0d7b91 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libftpio/ftpio.3,v 1.21.2.9 2002/12/29 16:35:35 schweikh Exp $ -.\" $DragonFly: src/lib/libftpio/ftpio.3,v 1.3 2006/02/17 19:35:07 swildner Exp $ +.\" $DragonFly: src/lib/libftpio/ftpio.3,v 1.4 2007/09/14 19:47:03 swildner Exp $ .\" .Dd June 17, 1996 .Dt FTPIO 3 @@ -45,6 +45,8 @@ .Nm ftpGetURLAf , .Nm ftpPutURLAf .Nd FTPIO user library +.Sh LIBRARY +.Lb libftpio .Sh SYNOPSIS .In ftpio.h .Ft FILE * diff --git a/lib/libradius/libradius.3 b/lib/libradius/libradius.3 index b910eddf92..435575613c 100644 --- a/lib/libradius/libradius.3 +++ b/lib/libradius/libradius.3 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libradius/libradius.3,v 1.6.2.6 2002/11/27 17:36:00 archie Exp $ -.\" $DragonFly: src/lib/libradius/libradius.3,v 1.2 2003/06/17 04:26:51 dillon Exp $ +.\" $DragonFly: src/lib/libradius/libradius.3,v 1.3 2007/09/14 19:47:03 swildner Exp $ .\" .Dd October 30, 1999 .Dt LIBRADIUS 3 @@ -31,6 +31,8 @@ .Sh NAME .Nm libradius .Nd RADIUS client library +.Sh LIBRARY +.Lb libradius .Sh SYNOPSIS .In radlib.h .Ft struct rad_handle * diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3 index 0acc528179..1e6d452866 100644 --- a/lib/libstand/libstand.3 +++ b/lib/libstand/libstand.3 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libstand/libstand.3,v 1.5.2.11 2002/06/26 19:14:43 schweikh Exp $ -.\" $DragonFly: src/lib/libstand/libstand.3,v 1.6 2007/06/30 19:03:52 swildner Exp $ +.\" $DragonFly: src/lib/libstand/libstand.3,v 1.7 2007/09/14 19:47:03 swildner Exp $ .\" .Dd September 13, 2004 .Dt LIBSTAND 3 @@ -31,6 +31,8 @@ .Sh NAME .Nm libstand .Nd support library for standalone executables +.Sh LIBRARY +.Lb libstand .Sh SYNOPSIS .In stand.h .Sh DESCRIPTION diff --git a/lib/libtacplus/libtacplus.3 b/lib/libtacplus/libtacplus.3 index f2857aaa82..2d09a8ee38 100644 --- a/lib/libtacplus/libtacplus.3 +++ b/lib/libtacplus/libtacplus.3 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libtacplus/libtacplus.3,v 1.3.2.7 2002/10/09 08:50:42 pst Exp $ -.\" $DragonFly: src/lib/libtacplus/libtacplus.3,v 1.6 2006/11/11 18:50:04 swildner Exp $ +.\" $DragonFly: src/lib/libtacplus/libtacplus.3,v 1.7 2007/09/14 19:47:03 swildner Exp $ .\" .Dd September 2, 1998 .Dt LIBTACPLUS 3 @@ -31,6 +31,8 @@ .Sh NAME .Nm libtacplus .Nd TACACS+ client library +.Sh LIBRARY +.Lb libtacplus .Sh SYNOPSIS .In taclib.h .Ft int diff --git a/share/man/man3/fpgetround.3 b/share/man/man3/fpgetround.3 index 1d19eaacb1..5bc430d687 100644 --- a/share/man/man3/fpgetround.3 +++ b/share/man/man3/fpgetround.3 @@ -31,7 +31,7 @@ .\" .\" @(#)fpgetround.3 1.0 (Berkeley) 9/23/93 .\" $FreeBSD: src/share/man/man3/fpgetround.3,v 1.9.2.2 2001/12/17 11:30:11 ru Exp $ -.\" $DragonFly: src/share/man/man3/fpgetround.3,v 1.2 2003/06/17 04:36:58 dillon Exp $ +.\" $DragonFly: src/share/man/man3/fpgetround.3,v 1.3 2007/09/14 19:47:03 swildner Exp $ .\" .Dd August 23, 1993 .Dt FPGETROUND 3 @@ -46,6 +46,8 @@ .Nm fpgetsticky , .Nm fpresetsticky .Nd IEEE floating point interface +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .In ieeefp.h .Pp diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3 index 0b759a9eea..0664840e8d 100644 --- a/share/man/man3/pthread.3 +++ b/share/man/man3/pthread.3 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man3/pthread.3,v 1.12.2.6 2002/03/25 08:28:18 maxim Exp $ -.\" $DragonFly: src/share/man/man3/pthread.3,v 1.4 2004/05/10 13:11:12 hmp Exp $ +.\" $DragonFly: src/share/man/man3/pthread.3,v 1.5 2007/09/14 19:47:03 swildner Exp $ .\" .Dd September 10, 1998 .Dt PTHREAD 3 @@ -37,6 +37,8 @@ .Sh NAME .Nm pthread .Nd POSIX thread functions +.Sh LIBRARY +.Lb libc_r .Sh SYNOPSIS .In pthread.h .Sh DESCRIPTION -- 2.11.4.GIT