summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-05-23 14:11:41 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-05-23 14:11:41 +0000
commit18cf786954e1bd6b1bb79070fceb4fecbad6d488 (patch)
tree0bc8554e6274bdee7e759f2d2d6a1e20fed0cdbb /lib/libc/gen
parentbd3846209995d875b04576fcb40766bbc82c16c6 (diff)
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/alarm.34
-rw-r--r--lib/libc/gen/confstr.34
-rw-r--r--lib/libc/gen/devname.34
-rw-r--r--lib/libc/gen/directory.34
-rw-r--r--lib/libc/gen/err.34
-rw-r--r--lib/libc/gen/getbsize.34
-rw-r--r--lib/libc/gen/getcwd.34
-rw-r--r--lib/libc/gen/getdiskbyname.34
-rw-r--r--lib/libc/gen/getfsent.34
-rw-r--r--lib/libc/gen/gethostname.34
-rw-r--r--lib/libc/gen/getpagesize.34
-rw-r--r--lib/libc/gen/getttyent.34
-rw-r--r--lib/libc/gen/getusershell.34
-rw-r--r--lib/libc/gen/initgroups.34
-rw-r--r--lib/libc/gen/lockf.32
-rw-r--r--lib/libc/gen/nice.34
-rw-r--r--lib/libc/gen/nlist.34
-rw-r--r--lib/libc/gen/pause.34
-rw-r--r--lib/libc/gen/psignal.34
-rw-r--r--lib/libc/gen/scandir.34
-rw-r--r--lib/libc/gen/setjmp.34
-rw-r--r--lib/libc/gen/siginterrupt.34
-rw-r--r--lib/libc/gen/signal.34
-rw-r--r--lib/libc/gen/sysconf.34
-rw-r--r--lib/libc/gen/syslog.34
-rw-r--r--lib/libc/gen/time.34
-rw-r--r--lib/libc/gen/times.34
-rw-r--r--lib/libc/gen/ualarm.34
-rw-r--r--lib/libc/gen/usleep.34
-rw-r--r--lib/libc/gen/utime.34
-rw-r--r--lib/libc/gen/valloc.34
31 files changed, 61 insertions, 61 deletions
diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3
index 6ce10c1b42b..9fd9fa6e044 100644
--- a/lib/libc/gen/alarm.3
+++ b/lib/libc/gen/alarm.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: alarm.3,v 1.5 1999/05/16 19:54:49 alex Exp $
+.\" $OpenBSD: alarm.3,v 1.6 1999/05/23 14:11:01 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd April 19, 1994
.Dt ALARM 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm alarm
.Nd set signal timer alarm
diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3
index 51c2954407c..b54a9ff5361 100644
--- a/lib/libc/gen/confstr.3
+++ b/lib/libc/gen/confstr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: confstr.3,v 1.4 1998/06/15 17:54:53 mickey Exp $
+.\" $OpenBSD: confstr.3,v 1.5 1999/05/23 14:10:59 aaron Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt CONFSTR 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm confstr
.Nd get string-valued configurable variables
diff --git a/lib/libc/gen/devname.3 b/lib/libc/gen/devname.3
index 4b394691775..447b0c68e12 100644
--- a/lib/libc/gen/devname.3
+++ b/lib/libc/gen/devname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: devname.3,v 1.3 1997/12/24 01:03:45 deraadt Exp $
+.\" $OpenBSD: devname.3,v 1.4 1999/05/23 14:10:59 aaron Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt DEVNAME 3
-.Os BSD 4.4
+.Os
.Sh NAME
.Nm devname
.Nd get device name
diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3
index 3a0b186600d..e2a1bd97729 100644
--- a/lib/libc/gen/directory.3
+++ b/lib/libc/gen/directory.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: directory.3,v 1.5 1999/05/16 19:54:50 alex Exp $
+.\" $OpenBSD: directory.3,v 1.6 1999/05/23 14:10:59 aaron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt DIRECTORY 3
-.Os BSD 4.2
+.Os
.Sh NAME
.Nm opendir ,
.Nm readdir ,
diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3
index 9867ddb2cc9..16ca850d7b2 100644
--- a/lib/libc/gen/err.3
+++ b/lib/libc/gen/err.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: err.3,v 1.4 1997/08/08 23:14:51 millert Exp $
+.\" $OpenBSD: err.3,v 1.5 1999/05/23 14:10:59 aaron Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd August, 8, 1997
.Dt ERR 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm err ,
.Nm verr ,
diff --git a/lib/libc/gen/getbsize.3 b/lib/libc/gen/getbsize.3
index ba89bda412e..2f15b02daeb 100644
--- a/lib/libc/gen/getbsize.3
+++ b/lib/libc/gen/getbsize.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getbsize.3,v 1.2 1996/08/19 08:23:01 tholo Exp $
+.\" $OpenBSD: getbsize.3,v 1.3 1999/05/23 14:10:59 aaron Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt GETBSIZE 3
-.Os BSD 4.4
+.Os
.Sh NAME
.Nm getbsize
.Nd get user block size
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3
index f5320aa5aa1..517ab1f6059 100644
--- a/lib/libc/gen/getcwd.3
+++ b/lib/libc/gen/getcwd.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getcwd.3,v 1.3 1997/11/24 02:07:24 deraadt Exp $
+.\" $OpenBSD: getcwd.3,v 1.4 1999/05/23 14:10:59 aaron Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd December 11, 1993
.Dt GETCWD 3
-.Os BSD 4.2
+.Os
.Sh NAME
.Nm getcwd ,
.Nm getwd
diff --git a/lib/libc/gen/getdiskbyname.3 b/lib/libc/gen/getdiskbyname.3
index 6bb4e60e3aa..e8c3b230447 100644
--- a/lib/libc/gen/getdiskbyname.3
+++ b/lib/libc/gen/getdiskbyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getdiskbyname.3,v 1.2 1996/08/19 08:23:17 tholo Exp $
+.\" $OpenBSD: getdiskbyname.3,v 1.3 1999/05/23 14:10:59 aaron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt GETDISKBYNAME 3
-.Os BSD 4.2
+.Os
.Sh NAME
.Nm getdiskbyname
.Nd get generic disk description by its name
diff --git a/lib/libc/gen/getfsent.3 b/lib/libc/gen/getfsent.3
index e4562468b8c..6d3642b2fbd 100644
--- a/lib/libc/gen/getfsent.3
+++ b/lib/libc/gen/getfsent.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getfsent.3,v 1.2 1996/08/19 08:23:24 tholo Exp $
+.\" $OpenBSD: getfsent.3,v 1.3 1999/05/23 14:10:59 aaron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt GETFSENT 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm getfsent ,
.Nm getfsspec ,
diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3
index 8896f02d65e..e0667c5e380 100644
--- a/lib/libc/gen/gethostname.3
+++ b/lib/libc/gen/gethostname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gethostname.3,v 1.9 1999/05/16 19:54:52 alex Exp $
+.\" $OpenBSD: gethostname.3,v 1.10 1999/05/23 14:10:59 aaron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt GETHOSTNAME 3
-.Os BSD 4.2
+.Os
.Sh NAME
.Nm gethostname ,
.Nm sethostname
diff --git a/lib/libc/gen/getpagesize.3 b/lib/libc/gen/getpagesize.3
index b9dadbd783d..6273c16d7c4 100644
--- a/lib/libc/gen/getpagesize.3
+++ b/lib/libc/gen/getpagesize.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpagesize.3,v 1.5 1999/05/16 19:54:53 alex Exp $
+.\" $OpenBSD: getpagesize.3,v 1.6 1999/05/23 14:10:59 aaron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt GETPAGESIZE 3
-.Os BSD 4.2
+.Os
.Sh NAME
.Nm getpagesize
.Nd get system page size
diff --git a/lib/libc/gen/getttyent.3 b/lib/libc/gen/getttyent.3
index 6c5f15d3eb4..4d98f0cdfbd 100644
--- a/lib/libc/gen/getttyent.3
+++ b/lib/libc/gen/getttyent.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getttyent.3,v 1.3 1996/08/19 08:24:08 tholo Exp $
+.\" $OpenBSD: getttyent.3,v 1.4 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt GETTTYENT 3
-.Os BSD 4.3
+.Os
.Sh NAME
.Nm getttyent ,
.Nm getttynam ,
diff --git a/lib/libc/gen/getusershell.3 b/lib/libc/gen/getusershell.3
index 90c3441b9a0..bce81ea3dcd 100644
--- a/lib/libc/gen/getusershell.3
+++ b/lib/libc/gen/getusershell.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getusershell.3,v 1.3 1999/05/20 14:50:35 aaron Exp $
+.\" $OpenBSD: getusershell.3,v 1.4 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt GETUSERSHELL 3
-.Os BSD 4.3
+.Os
.Sh NAME
.Nm getusershell ,
.Nm setusershell ,
diff --git a/lib/libc/gen/initgroups.3 b/lib/libc/gen/initgroups.3
index f4372d11ff3..ac43105d248 100644
--- a/lib/libc/gen/initgroups.3
+++ b/lib/libc/gen/initgroups.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: initgroups.3,v 1.4 1999/03/29 21:27:30 millert Exp $
+.\" $OpenBSD: initgroups.3,v 1.5 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt INITGROUPS 3
-.Os BSD 4.2
+.Os
.Sh NAME
.Nm initgroups
.Nd initialize supplementary group IDs
diff --git a/lib/libc/gen/lockf.3 b/lib/libc/gen/lockf.3
index f6efeb85041..239aefdaf19 100644
--- a/lib/libc/gen/lockf.3
+++ b/lib/libc/gen/lockf.3
@@ -36,7 +36,7 @@
.\"
.Dd December 19, 1997
.Dt LOCKF 3
-.Os OpenBSD 2.2
+.Os
.Sh NAME
.Nm lockf
.Nd record locking on files
diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3
index 0140b647c9e..a349d5eb60e 100644
--- a/lib/libc/gen/nice.3
+++ b/lib/libc/gen/nice.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nice.3,v 1.5 1999/05/16 19:54:59 alex Exp $
+.\" $OpenBSD: nice.3,v 1.6 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt NICE 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm nice
.Nd set program scheduling priority
diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3
index fcdf47afdcf..51dbb0b0899 100644
--- a/lib/libc/gen/nlist.3
+++ b/lib/libc/gen/nlist.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nlist.3,v 1.4 1998/11/25 03:16:37 aaron Exp $
+.\" $OpenBSD: nlist.3,v 1.5 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd April 19, 1994
.Dt NLIST 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm nlist
.Nd retrieve symbol table name list from an executable file
diff --git a/lib/libc/gen/pause.3 b/lib/libc/gen/pause.3
index 63ade19286f..cb509ee407b 100644
--- a/lib/libc/gen/pause.3
+++ b/lib/libc/gen/pause.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pause.3,v 1.3 1997/06/13 13:12:31 deraadt Exp $
+.\" $OpenBSD: pause.3,v 1.4 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt PAUSE 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm pause
.Nd stop until signal
diff --git a/lib/libc/gen/psignal.3 b/lib/libc/gen/psignal.3
index 7ca596a5bff..1f49cc559e2 100644
--- a/lib/libc/gen/psignal.3
+++ b/lib/libc/gen/psignal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: psignal.3,v 1.3 1998/07/07 19:03:41 deraadt Exp $
+.\" $OpenBSD: psignal.3,v 1.4 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt PSIGNAL 3
-.Os BSD 4.2
+.Os
.Sh NAME
.Nm psignal ,
.Nm sys_siglist ,
diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3
index 72470817269..506dec3048d 100644
--- a/lib/libc/gen/scandir.3
+++ b/lib/libc/gen/scandir.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scandir.3,v 1.2 1996/08/19 08:25:39 tholo Exp $
+.\" $OpenBSD: scandir.3,v 1.3 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt SCANDIR 3
-.Os BSD 4.2
+.Os
.Sh NAME
.Nm scandir ,
.Nm alphasort
diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3
index 5f850a5a8cf..423b614fef6 100644
--- a/lib/libc/gen/setjmp.3
+++ b/lib/libc/gen/setjmp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setjmp.3,v 1.4 1999/05/10 17:56:28 aaron Exp $
+.\" $OpenBSD: setjmp.3,v 1.5 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -37,7 +37,7 @@
.\"
.Dd June 4, 1993
.Dt SETJMP 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm sigsetjmp ,
.Nm siglongjmp ,
diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3
index e4df42a1a96..f87035437d4 100644
--- a/lib/libc/gen/siginterrupt.3
+++ b/lib/libc/gen/siginterrupt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: siginterrupt.3,v 1.4 1999/05/10 17:56:28 aaron Exp $
+.\" $OpenBSD: siginterrupt.3,v 1.5 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt SIGINTERRUPT 3
-.Os BSD 4.3
+.Os
.Sh NAME
.Nm siginterrupt
.Nd allow signals to interrupt system calls
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index e113e1e7b88..989f9a7d217 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: signal.3,v 1.8 1999/05/16 19:55:00 alex Exp $
+.\" $OpenBSD: signal.3,v 1.9 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd April 19, 1994
.Dt SIGNAL 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm signal
.Nd simplified software signal facilities
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index fcaf4b2be28..c1241dca32d 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysconf.3,v 1.6 1999/04/02 16:21:35 aaron Exp $
+.\" $OpenBSD: sysconf.3,v 1.7 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd April 19, 1994
.Dt SYSCONF 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm sysconf
.Nd get configurable system variables
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3
index 472b6025423..4bd3f15ad45 100644
--- a/lib/libc/gen/syslog.3
+++ b/lib/libc/gen/syslog.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syslog.3,v 1.2 1996/08/19 08:26:30 tholo Exp $
+.\" $OpenBSD: syslog.3,v 1.3 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt SYSLOG 3
-.Os BSD 4.2
+.Os
.Sh NAME
.Nm syslog ,
.Nm vsyslog ,
diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3
index 730de4fc7e1..57827c2a51d 100644
--- a/lib/libc/gen/time.3
+++ b/lib/libc/gen/time.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: time.3,v 1.2 1996/08/19 08:26:37 tholo Exp $
+.\" $OpenBSD: time.3,v 1.3 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -37,7 +37,7 @@
.\"
.Dd June 4, 1993
.Dt TIME 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm time
.Nd get time of day
diff --git a/lib/libc/gen/times.3 b/lib/libc/gen/times.3
index da4f1ab4eb1..a1e4bcb8794 100644
--- a/lib/libc/gen/times.3
+++ b/lib/libc/gen/times.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: times.3,v 1.3 1998/04/28 07:36:37 deraadt Exp $
+.\" $OpenBSD: times.3,v 1.4 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt TIMES 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm times
.Nd process times
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3
index 78f747af450..5c253c33981 100644
--- a/lib/libc/gen/ualarm.3
+++ b/lib/libc/gen/ualarm.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ualarm.3,v 1.8 1999/05/16 19:55:02 alex Exp $
+.\" $OpenBSD: ualarm.3,v 1.9 1999/05/23 14:11:00 aaron Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd November 4, 1997
.Dt UALARM 3
-.Os BSD 4.3
+.Os
.Sh NAME
.Nm ualarm
.Nd schedule signal after specified time
diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3
index 3b8f7f0bcc7..07121350f12 100644
--- a/lib/libc/gen/usleep.3
+++ b/lib/libc/gen/usleep.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usleep.3,v 1.6 1999/05/10 17:56:28 aaron Exp $
+.\" $OpenBSD: usleep.3,v 1.7 1999/05/23 14:11:01 aaron Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd November 4, 1997
.Dt USLEEP 3
-.Os BSD 4.3
+.Os
.Sh NAME
.Nm usleep
.Nd suspend execution for interval of microseconds
diff --git a/lib/libc/gen/utime.3 b/lib/libc/gen/utime.3
index b6ee28b5e87..a3c0b397511 100644
--- a/lib/libc/gen/utime.3
+++ b/lib/libc/gen/utime.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: utime.3,v 1.5 1999/02/27 21:55:22 deraadt Exp $
+.\" $OpenBSD: utime.3,v 1.6 1999/05/23 14:11:01 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd August 13, 1993
.Dt UTIME 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm utime
.Nd set file times
diff --git a/lib/libc/gen/valloc.3 b/lib/libc/gen/valloc.3
index c1ba8617293..0fc22542cf9 100644
--- a/lib/libc/gen/valloc.3
+++ b/lib/libc/gen/valloc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: valloc.3,v 1.4 1998/04/28 07:36:43 deraadt Exp $
+.\" $OpenBSD: valloc.3,v 1.5 1999/05/23 14:11:01 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd June 4, 1993
.Dt VALLOC 3
-.Os BSD 3
+.Os
.Sh NAME
.Nm valloc
.Nd aligned memory allocation function