diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-07-12 20:50:10 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-07-12 20:50:10 +0000 |
commit | fbc400a67a4e6979c5d99fe59d904cf08992a98f (patch) | |
tree | e89199ea6f2415b6ecf086fc4b059e8e3b8a4b44 /lib/libc/gen | |
parent | 077e7b24bc7e9a435ff4f449c0853e37c35d18f3 (diff) |
Notes
Diffstat (limited to 'lib/libc/gen')
64 files changed, 69 insertions, 0 deletions
diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3 index 5e47a151681bd..6dafe24bd01e5 100644 --- a/lib/libc/gen/alarm.3 +++ b/lib/libc/gen/alarm.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)alarm.3 8.2 (Berkeley) 4/19/94 +.\" $Id$ .\" .Dd April 19, 1994 .Dt ALARM 3 diff --git a/lib/libc/gen/arc4random.3 b/lib/libc/gen/arc4random.3 index ba43b238c739e..672624bab845c 100644 --- a/lib/libc/gen/arc4random.3 +++ b/lib/libc/gen/arc4random.3 @@ -28,6 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" Manual page, using -mandoc macros +.\" $Id$ .\" .Dd April 15, 1997 .Dt ARC4RANDOM 3 diff --git a/lib/libc/gen/clock.3 b/lib/libc/gen/clock.3 index 0e5ad06bd56df..89ba150fe253a 100644 --- a/lib/libc/gen/clock.3 +++ b/lib/libc/gen/clock.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)clock.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt CLOCK 3 diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3 index 90115e3006876..3534194a5c0ba 100644 --- a/lib/libc/gen/confstr.3 +++ b/lib/libc/gen/confstr.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)confstr.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt CONFSTR 3 diff --git a/lib/libc/gen/crypt.3 b/lib/libc/gen/crypt.3 index 0f97a70f1fb47..ace61d6acc928 100644 --- a/lib/libc/gen/crypt.3 +++ b/lib/libc/gen/crypt.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)crypt.3 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .Dd December 11, 1993 .Dt CRYPT 3 diff --git a/lib/libc/gen/ctermid.3 b/lib/libc/gen/ctermid.3 index 2e3e9e6d71bce..e84563f9e3887 100644 --- a/lib/libc/gen/ctermid.3 +++ b/lib/libc/gen/ctermid.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ctermid.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt CTERMID 3 diff --git a/lib/libc/gen/daemon.3 b/lib/libc/gen/daemon.3 index afbbee2f53131..d3230f742ba56 100644 --- a/lib/libc/gen/daemon.3 +++ b/lib/libc/gen/daemon.3 @@ -30,6 +30,8 @@ .\" SUCH DAMAGE. .\" .\" @(#)daemon.3 8.1 (Berkeley) 6/9/93 +.\" $Id$ +.\" .Dd June 9, 1993 .Dt DAEMON 3 .Os diff --git a/lib/libc/gen/devname.3 b/lib/libc/gen/devname.3 index 8f9ad922c9d95..c3d298204fe32 100644 --- a/lib/libc/gen/devname.3 +++ b/lib/libc/gen/devname.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)devname.3 8.2 (Berkeley) 4/29/95 +.\" $Id$ .\" .Dd April 29, 1995 .Dt DEVNAME 3 diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index a1ca347740204..ff23026f99c33 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)directory.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt DIRECTORY 3 diff --git a/lib/libc/gen/dlopen.3 b/lib/libc/gen/dlopen.3 index 9e848f9e84284..7dd03fadb8d86 100644 --- a/lib/libc/gen/dlopen.3 +++ b/lib/libc/gen/dlopen.3 @@ -30,6 +30,8 @@ .\" Copyright (c) 1991 Sun Microsystems, Inc. .\" .\" @(#) dlopen.3 1.6 90/01/31 SMI +.\" $Id$ +.\" .Dd September 24, 1989 .Os FreeBSD .Dt DLOPEN 3 diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3 index 1da91a88c8cc5..d9df325965f41 100644 --- a/lib/libc/gen/fnmatch.3 +++ b/lib/libc/gen/fnmatch.3 @@ -32,6 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fnmatch.3 8.3 (Berkeley) 4/28/95 +.\" $Id$ .\" .Dd April 28, 1995 .Dt FNMATCH 3 diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3 index 58c25fccb8f7e..17fa729c6e15b 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)frexp.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt FREXP 3 diff --git a/lib/libc/gen/getbsize.3 b/lib/libc/gen/getbsize.3 index 48ef7ac76a0a6..33a8b8035e9e8 100644 --- a/lib/libc/gen/getbsize.3 +++ b/lib/libc/gen/getbsize.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getbsize.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt GETBSIZE 3 diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3 index 55507a44e1120..875c12198b520 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getcap.3 8.4 (Berkeley) 5/13/94 +.\" $Id$ .\" .Dd May 13, 1994 .Dt GETCAP 3 diff --git a/lib/libc/gen/getdiskbyname.3 b/lib/libc/gen/getdiskbyname.3 index 14841aad17078..f6b7a3edcf70e 100644 --- a/lib/libc/gen/getdiskbyname.3 +++ b/lib/libc/gen/getdiskbyname.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getdiskbyname.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt GETDISKBYNAME 3 diff --git a/lib/libc/gen/getfsent.3 b/lib/libc/gen/getfsent.3 index 17f3d77723abf..18fd3614c608d 100644 --- a/lib/libc/gen/getfsent.3 +++ b/lib/libc/gen/getfsent.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getfsent.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt GETFSENT 3 diff --git a/lib/libc/gen/getgrouplist.3 b/lib/libc/gen/getgrouplist.3 index 0d04a275d79e7..b8e305dd76280 100644 --- a/lib/libc/gen/getgrouplist.3 +++ b/lib/libc/gen/getgrouplist.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getgrouplist.3 8.1 (Berkeley) 6/9/93 +.\" $Id$ .\" .Dd June 9, 1993 .Dt GETGROUPLIST 3 diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3 index 84241f08b3562..fa06313501764 100644 --- a/lib/libc/gen/gethostname.3 +++ b/lib/libc/gen/gethostname.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)gethostname.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt GETHOSTNAME 3 diff --git a/lib/libc/gen/getloadavg.3 b/lib/libc/gen/getloadavg.3 index 8d8facf4b8b4d..bd05349cc7a1a 100644 --- a/lib/libc/gen/getloadavg.3 +++ b/lib/libc/gen/getloadavg.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getloadavg.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt GETLOADAVG 3 diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3 index e92755b7ba986..b6fa04871a3b0 100644 --- a/lib/libc/gen/getmntinfo.3 +++ b/lib/libc/gen/getmntinfo.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getmntinfo.3 8.1 (Berkeley) 6/9/93 +.\" $Id$ .\" .Dd June 9, 1993 .Dt GETMNTINFO 3 diff --git a/lib/libc/gen/getnetgrent.3 b/lib/libc/gen/getnetgrent.3 index 38da3c008a507..f1f541555c861 100644 --- a/lib/libc/gen/getnetgrent.3 +++ b/lib/libc/gen/getnetgrent.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getnetgrent.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt GETNETGRENT 3 diff --git a/lib/libc/gen/getpagesize.3 b/lib/libc/gen/getpagesize.3 index 51dbcd16abb72..6accc054737d0 100644 --- a/lib/libc/gen/getpagesize.3 +++ b/lib/libc/gen/getpagesize.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getpagesize.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt GETPAGESIZE 3 diff --git a/lib/libc/gen/getpass.3 b/lib/libc/gen/getpass.3 index c1fb0e6134b82..589bda9077c3e 100644 --- a/lib/libc/gen/getpass.3 +++ b/lib/libc/gen/getpass.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getpass.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt GETPASS 3 diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index 94fc4063f30b4..2cd15a22b16a0 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)getpwent.3 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .Dd September 20, 1994 .Dt GETPWENT 3 diff --git a/lib/libc/gen/getttyent.3 b/lib/libc/gen/getttyent.3 index 1d7aeceff44c4..37566f773399f 100644 --- a/lib/libc/gen/getttyent.3 +++ b/lib/libc/gen/getttyent.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getttyent.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd November 17, 1996 .Dt GETTTYENT 3 diff --git a/lib/libc/gen/getusershell.3 b/lib/libc/gen/getusershell.3 index 223caef927ae3..e86103e35976f 100644 --- a/lib/libc/gen/getusershell.3 +++ b/lib/libc/gen/getusershell.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getusershell.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt GETUSERSHELL 3 diff --git a/lib/libc/gen/getvfsbyname.3 b/lib/libc/gen/getvfsbyname.3 index db6152f08fb4a..1868c7503becf 100644 --- a/lib/libc/gen/getvfsbyname.3 +++ b/lib/libc/gen/getvfsbyname.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kvm_getvfsbyname.3 8.3 (Berkeley) 5/4/95 +.\" $Id$ .\" .Dd May 4, 1995 .Dt GETVFSBYNAME 3 diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index 50fd91a291af8..d9b730cedaa8f 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -32,6 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)glob.3 8.3 (Berkeley) 4/16/94 +.\" $Id$ .\" .Dd April 16, 1994 .Dt GLOB 3 diff --git a/lib/libc/gen/initgroups.3 b/lib/libc/gen/initgroups.3 index 474265d9a385c..d49edc7e468b9 100644 --- a/lib/libc/gen/initgroups.3 +++ b/lib/libc/gen/initgroups.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)initgroups.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt INITGROUPS 3 diff --git a/lib/libc/gen/isinf.3 b/lib/libc/gen/isinf.3 index 29c676c52d031..94c184af360e5 100644 --- a/lib/libc/gen/isinf.3 +++ b/lib/libc/gen/isinf.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)isinf.3 8.2 (Berkeley) 1/29/94 +.\" $Id$ .\" .Dd January 29, 1994 .Dt ISINF 3 diff --git a/lib/libc/gen/ldexp.3 b/lib/libc/gen/ldexp.3 index 0307ad1bde834..3389ffbfa9607 100644 --- a/lib/libc/gen/ldexp.3 +++ b/lib/libc/gen/ldexp.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ldexp.3 8.2 (Berkeley) 4/19/94 +.\" $Id$ .\" .Dd April 19, 1994 .Dt LDEXP 3 diff --git a/lib/libc/gen/lockf.3 b/lib/libc/gen/lockf.3 index 6094ff1055a6c..42a5cb40c2af2 100644 --- a/lib/libc/gen/lockf.3 +++ b/lib/libc/gen/lockf.3 @@ -34,6 +34,8 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" +.\" $Id$ +.\" .Dd December 19, 1997 .Dt LOCKF 3 .Os NetBSD 1.4 diff --git a/lib/libc/gen/modf.3 b/lib/libc/gen/modf.3 index 22b4c4c6ae83d..ea185966e1ff1 100644 --- a/lib/libc/gen/modf.3 +++ b/lib/libc/gen/modf.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)modf.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt MODF 3 diff --git a/lib/libc/gen/msgget.3 b/lib/libc/gen/msgget.3 index 1ca87d9256cf3..f0d94ab589062 100644 --- a/lib/libc/gen/msgget.3 +++ b/lib/libc/gen/msgget.3 @@ -28,6 +28,8 @@ .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" $Id$ +.\" .\"/ .Dd August 17, 1995 .Dt MSGGET 3 diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3 index 05379b894b1c5..95edd11c6216f 100644 --- a/lib/libc/gen/nice.3 +++ b/lib/libc/gen/nice.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nice.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt NICE 3 diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3 index 981a4c81dfa55..41999be7632fb 100644 --- a/lib/libc/gen/nlist.3 +++ b/lib/libc/gen/nlist.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nlist.3 8.3 (Berkeley) 4/19/94 +.\" $Id$ .\" .Dd April 19, 1994 .Dt NLIST 3 diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3 index 600f5d085aad0..ea7bdde419e27 100644 --- a/lib/libc/gen/popen.3 +++ b/lib/libc/gen/popen.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)popen.3 8.2 (Berkeley) 5/3/95 +.\" $Id$ .\" .Dd May 3, 1995 .Dt POPEN 3 diff --git a/lib/libc/gen/psignal.3 b/lib/libc/gen/psignal.3 index 0018c8a7c9816..91621a71f73eb 100644 --- a/lib/libc/gen/psignal.3 +++ b/lib/libc/gen/psignal.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)psignal.3 8.2 (Berkeley) 2/27/95 +.\" $Id$ .\" .Dd February 27, 1995 .Dt PSIGNAL 3 diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3 index e44b5ef9c3084..1935d33f940a2 100644 --- a/lib/libc/gen/pwcache.3 +++ b/lib/libc/gen/pwcache.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pwcache.3 8.1 (Berkeley) 6/9/93 +.\" $Id$ .\" .Dd June 9, 1993 .Dt PWCACHE 3 diff --git a/lib/libc/gen/raise.3 b/lib/libc/gen/raise.3 index 9df312440adaa..85de2b05e55c1 100644 --- a/lib/libc/gen/raise.3 +++ b/lib/libc/gen/raise.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)raise.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt RAISE 3 diff --git a/lib/libc/gen/rand48.3 b/lib/libc/gen/rand48.3 index 67aef14f94bf5..fe06cf0bd7ba3 100644 --- a/lib/libc/gen/rand48.3 +++ b/lib/libc/gen/rand48.3 @@ -10,6 +10,7 @@ .\" to anyone/anything when using this software. .\" .\" @(#)rand48.3 V1.0 MB 8 Oct 1993 +.\" $Id$ .\" .Dd October 8, 1993 .Dt RAND48 3 diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3 index 49e15d10bed13..1b1628753474b 100644 --- a/lib/libc/gen/scandir.3 +++ b/lib/libc/gen/scandir.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)scandir.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt SCANDIR 3 diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3 index 3b5d89e11c58c..680781d186557 100644 --- a/lib/libc/gen/setjmp.3 +++ b/lib/libc/gen/setjmp.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)setjmp.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt SETJMP 3 diff --git a/lib/libc/gen/setmode.3 b/lib/libc/gen/setmode.3 index bc38fd3e11938..2fdb0337216a0 100644 --- a/lib/libc/gen/setmode.3 +++ b/lib/libc/gen/setmode.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)setmode.3 8.2 (Berkeley) 4/28/95 +.\" $Id$ .\" .Dd April 28, 1995 .Dt SETMODE 3 diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3 index 6693b794a480b..d93915a647893 100644 --- a/lib/libc/gen/siginterrupt.3 +++ b/lib/libc/gen/siginterrupt.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)siginterrupt.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt SIGINTERRUPT 3 diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 9960e4aba1a51..223186c692c21 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)signal.3 8.3 (Berkeley) 4/19/94 +.\" $Id$ .\" .Dd April 19, 1994 .Dt SIGNAL 3 diff --git a/lib/libc/gen/sigsetops.3 b/lib/libc/gen/sigsetops.3 index 97b3316f799db..7550c38405bde 100644 --- a/lib/libc/gen/sigsetops.3 +++ b/lib/libc/gen/sigsetops.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sigsetops.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt SIGSETOPS 3 diff --git a/lib/libc/gen/stringlist.3 b/lib/libc/gen/stringlist.3 index 5023c5cebb02a..a489c1991e2c8 100644 --- a/lib/libc/gen/stringlist.3 +++ b/lib/libc/gen/stringlist.3 @@ -33,6 +33,8 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" +.\" $Id$ +.\" .Dd February 24, 1997 .Os NetBSD 1.3 .Dt STRINGLIST 3 diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index aca1a4326e23e..4350a10ef0e5f 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sysconf.3 8.3 (Berkeley) 4/19/94 +.\" $Id$ .\" .Dd April 19, 1994 .Dt SYSCONF 3 diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index ac9720fb89a2b..880cfe4f43852 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95 +.\" $Id$ .\" .Dd May 9, 1995 .Dt SYSCTL 3 diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index eda885efdaec0..90de5e8b6670e 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)syslog.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt SYSLOG 3 diff --git a/lib/libc/gen/tcgetpgrp.3 b/lib/libc/gen/tcgetpgrp.3 index 045c569fbd903..87b7a6df72e63 100644 --- a/lib/libc/gen/tcgetpgrp.3 +++ b/lib/libc/gen/tcgetpgrp.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tcgetpgrp.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt TCGETPGRP 3 diff --git a/lib/libc/gen/tcsendbreak.3 b/lib/libc/gen/tcsendbreak.3 index 1e80265c24f6d..adb8eed4738ee 100644 --- a/lib/libc/gen/tcsendbreak.3 +++ b/lib/libc/gen/tcsendbreak.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tcsendbreak.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt TCSENDBREAK 3 diff --git a/lib/libc/gen/tcsetattr.3 b/lib/libc/gen/tcsetattr.3 index 05dbe08f0e0b5..582d1e43f1ec3 100644 --- a/lib/libc/gen/tcsetattr.3 +++ b/lib/libc/gen/tcsetattr.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tcsetattr.3 8.3 (Berkeley) 1/2/94 +.\" $Id$ .\" .Dd January 2, 1994 .Dt TCSETATTR 3 diff --git a/lib/libc/gen/tcsetpgrp.3 b/lib/libc/gen/tcsetpgrp.3 index c7fcc7810de78..0d4f7ba4fe1b7 100644 --- a/lib/libc/gen/tcsetpgrp.3 +++ b/lib/libc/gen/tcsetpgrp.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tcsetpgrp.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt TCSETPGRP 3 diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3 index ecf767dc281ec..d511c4bb58725 100644 --- a/lib/libc/gen/time.3 +++ b/lib/libc/gen/time.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)time.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt TIME 3 diff --git a/lib/libc/gen/times.3 b/lib/libc/gen/times.3 index 4bf6689ef0014..f99bc68077389 100644 --- a/lib/libc/gen/times.3 +++ b/lib/libc/gen/times.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)times.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt TIMES 3 diff --git a/lib/libc/gen/timezone.3 b/lib/libc/gen/timezone.3 index d7ac13c4fa584..ccbb6568e9395 100644 --- a/lib/libc/gen/timezone.3 +++ b/lib/libc/gen/timezone.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)timezone.3 8.2 (Berkeley) 4/19/94 +.\" $Id$ .\" .Dd April 19, 1994 .Dt TIMEZONE 3 diff --git a/lib/libc/gen/ttyname.3 b/lib/libc/gen/ttyname.3 index 7476a9f568b62..686e128709774 100644 --- a/lib/libc/gen/ttyname.3 +++ b/lib/libc/gen/ttyname.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ttyname.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt TTYNAME 3 diff --git a/lib/libc/gen/tzset.3 b/lib/libc/gen/tzset.3 index 5d83f335f525b..3857b6ceb1432 100644 --- a/lib/libc/gen/tzset.3 +++ b/lib/libc/gen/tzset.3 @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tzset.3 8.2 (Berkeley) 11/17/93 +.\" $Id$ .\" .Dd November 17, 1993 .Dt TZSET 3 diff --git a/lib/libc/gen/uname.3 b/lib/libc/gen/uname.3 index 81552890cfe8e..97f7333efc68f 100644 --- a/lib/libc/gen/uname.3 +++ b/lib/libc/gen/uname.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)uname.3 8.1 (Berkeley) 1/4/94 +.\" $Id$ .\" .Dd January 4, 1994 .Dt UNAME 3 diff --git a/lib/libc/gen/unvis.3 b/lib/libc/gen/unvis.3 index 833e13ca16a03..40269dfbac5ae 100644 --- a/lib/libc/gen/unvis.3 +++ b/lib/libc/gen/unvis.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)unvis.3 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .Dd December 11, 1993 .Dt UNVIS 3 diff --git a/lib/libc/gen/utime.3 b/lib/libc/gen/utime.3 index 785a9457975e2..968fc6502047f 100644 --- a/lib/libc/gen/utime.3 +++ b/lib/libc/gen/utime.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)utime.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt UTIME 3 diff --git a/lib/libc/gen/valloc.3 b/lib/libc/gen/valloc.3 index ee3243898b583..4489187290933 100644 --- a/lib/libc/gen/valloc.3 +++ b/lib/libc/gen/valloc.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)valloc.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt VALLOC 3 |