summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>1999-07-12 20:50:10 +0000
committernik <nik@FreeBSD.org>1999-07-12 20:50:10 +0000
commitf7a8bc4c04b17d06349e0d2590c2830dcf98666b (patch)
tree17d246a91783afd5e03f30eb96c079049bb6b0a2 /lib/libc/gen
parent9487ea6721a6dad37ea26f52ce635ee445339772 (diff)
downloadFreeBSD-src-f7a8bc4c04b17d06349e0d2590c2830dcf98666b.zip
FreeBSD-src-f7a8bc4c04b17d06349e0d2590c2830dcf98666b.tar.gz
Add $Id$, to make it simpler for members of the translation teams to
track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/alarm.31
-rw-r--r--lib/libc/gen/arc4random.31
-rw-r--r--lib/libc/gen/clock.31
-rw-r--r--lib/libc/gen/confstr.31
-rw-r--r--lib/libc/gen/crypt.31
-rw-r--r--lib/libc/gen/ctermid.31
-rw-r--r--lib/libc/gen/daemon.32
-rw-r--r--lib/libc/gen/devname.31
-rw-r--r--lib/libc/gen/directory.31
-rw-r--r--lib/libc/gen/dlopen.32
-rw-r--r--lib/libc/gen/fnmatch.31
-rw-r--r--lib/libc/gen/frexp.31
-rw-r--r--lib/libc/gen/getbsize.31
-rw-r--r--lib/libc/gen/getcap.31
-rw-r--r--lib/libc/gen/getdiskbyname.31
-rw-r--r--lib/libc/gen/getfsent.31
-rw-r--r--lib/libc/gen/getgrouplist.31
-rw-r--r--lib/libc/gen/gethostname.31
-rw-r--r--lib/libc/gen/getloadavg.31
-rw-r--r--lib/libc/gen/getmntinfo.31
-rw-r--r--lib/libc/gen/getnetgrent.31
-rw-r--r--lib/libc/gen/getpagesize.31
-rw-r--r--lib/libc/gen/getpass.31
-rw-r--r--lib/libc/gen/getpwent.31
-rw-r--r--lib/libc/gen/getttyent.31
-rw-r--r--lib/libc/gen/getusershell.31
-rw-r--r--lib/libc/gen/getvfsbyname.31
-rw-r--r--lib/libc/gen/glob.31
-rw-r--r--lib/libc/gen/initgroups.31
-rw-r--r--lib/libc/gen/isinf.31
-rw-r--r--lib/libc/gen/ldexp.31
-rw-r--r--lib/libc/gen/lockf.32
-rw-r--r--lib/libc/gen/modf.31
-rw-r--r--lib/libc/gen/msgget.32
-rw-r--r--lib/libc/gen/nice.31
-rw-r--r--lib/libc/gen/nlist.31
-rw-r--r--lib/libc/gen/popen.31
-rw-r--r--lib/libc/gen/psignal.31
-rw-r--r--lib/libc/gen/pwcache.31
-rw-r--r--lib/libc/gen/raise.31
-rw-r--r--lib/libc/gen/rand48.31
-rw-r--r--lib/libc/gen/scandir.31
-rw-r--r--lib/libc/gen/setjmp.31
-rw-r--r--lib/libc/gen/setmode.31
-rw-r--r--lib/libc/gen/siginterrupt.31
-rw-r--r--lib/libc/gen/signal.31
-rw-r--r--lib/libc/gen/sigsetops.31
-rw-r--r--lib/libc/gen/stringlist.32
-rw-r--r--lib/libc/gen/sysconf.31
-rw-r--r--lib/libc/gen/sysctl.31
-rw-r--r--lib/libc/gen/syslog.31
-rw-r--r--lib/libc/gen/tcgetpgrp.31
-rw-r--r--lib/libc/gen/tcsendbreak.31
-rw-r--r--lib/libc/gen/tcsetattr.31
-rw-r--r--lib/libc/gen/tcsetpgrp.31
-rw-r--r--lib/libc/gen/time.31
-rw-r--r--lib/libc/gen/times.31
-rw-r--r--lib/libc/gen/timezone.31
-rw-r--r--lib/libc/gen/ttyname.31
-rw-r--r--lib/libc/gen/tzset.31
-rw-r--r--lib/libc/gen/uname.31
-rw-r--r--lib/libc/gen/unvis.31
-rw-r--r--lib/libc/gen/utime.31
-rw-r--r--lib/libc/gen/valloc.31
64 files changed, 69 insertions, 0 deletions
diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3
index 5e47a15..6dafe24 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 ba43b23..672624b 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 0e5ad06..89ba150 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 90115e3..3534194 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 0f97a70..ace61d6 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 2e3e9e6..e84563f 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 afbbee2..d3230f7 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 8f9ad92..c3d2982 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 a1ca347..ff23026f 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 9e848f9..7dd03fa 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 1da91a8..d9df325 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 58c25fc..17fa729 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 48ef7ac..33a8b80 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 55507a4..875c121 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 14841aa..f6b7a3e 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 17f3d77..18fd361 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 0d04a27..b8e305d 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 84241f0..fa06313 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 8d8facf..bd05349 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 e92755b..b6fa048 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 38da3c0..f1f5415 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 51dbcd1..6accc05 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 c1fb0e6..589bda9 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 94fc406..2cd15a22 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 1d7aece..37566f7 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 223caef..e86103e 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 db6152f..1868c75 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 50fd91a..d9b730c 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 474265d..d49edc7 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 29c676c..94c184a 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 0307ad1..3389ffb 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 6094ff1..42a5cb4 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 22b4c4c..ea18596 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 1ca87d9..f0d94ab 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 05379b8..95edd11 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 981a4c8..41999be 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 600f5d0..ea7bdde 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 0018c8a..91621a7 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 e44b5ef..1935d33 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 9df3124..85de2b0 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 67aef14..fe06cf0 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 49e15d1..1b16287 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 3b5d89e..680781d 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 bc38fd3..2fdb033 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 6693b79..d93915a 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 9960e4a..223186c 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 97b3316..7550c38 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 5023c5c..a489c19 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 aca1a432..4350a10 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 ac9720f..880cfe4 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 eda885e..90de5e8 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 045c569..87b7a6d 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 1e80265..adb8eed 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 05dbe08..582d1e4 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 c7fcc78..0d4f7ba 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 ecf767d..d511c4b 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 4bf6689..f99bc68 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 d7ac13c..ccbb656 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 7476a9f..686e128 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 5d83f33..3857b6c 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 8155289..97f7333 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 833e13c..40269df 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 785a945..968fc65 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 ee32438..4489187 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
OpenPOWER on IntegriCloud