summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/alarm.36
-rw-r--r--lib/libc/gen/getcap.38
-rw-r--r--lib/libc/gen/getmntinfo.34
-rw-r--r--lib/libc/gen/setjmp.34
-rw-r--r--lib/libc/gen/siginterrupt.36
-rw-r--r--lib/libc/gen/signal.34
-rw-r--r--lib/libc/gen/ualarm.36
-rw-r--r--lib/libc/gen/usleep.38
8 files changed, 23 insertions, 23 deletions
diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3
index dbb8f8cb098..410d9881ab3 100644
--- a/lib/libc/gen/alarm.3
+++ b/lib/libc/gen/alarm.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: alarm.3,v 1.3 1998/04/28 07:36:28 deraadt Exp $
+.\" $OpenBSD: alarm.3,v 1.4 1999/05/10 17:56:28 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -74,9 +74,9 @@ alarm.
.Sh SEE ALSO
.Xr sigaction 2 ,
.Xr setitimer 2 ,
-.Xr sigpause 2 ,
-.Xr sigvec 3 ,
.Xr signal 3 ,
+.Xr sigpause 3 ,
+.Xr sigvec 3 ,
.Xr sleep 3 ,
.Xr ualarm 3 ,
.Xr usleep 3
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index 1cdefd1e439..bfb08304b53 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getcap.3,v 1.7 1999/02/27 21:55:04 deraadt Exp $
+.\" $OpenBSD: getcap.3,v 1.8 1999/05/10 17:56:28 aaron Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -87,7 +87,7 @@ copy of it in
will first look for files ending in
.Nm .db
(see
-.Xr cap_mkdb 1)
+.Xr cap_mkdb 1 )
before accessing the ASCII file.
.Fa buf
must be retained through all subsequent calls to
@@ -477,8 +477,8 @@ and
may fail and set
.Va errno
for any of the errors specified for the library functions:
-.Xr fopen 2 ,
-.Xr fclose 2 ,
+.Xr fopen 3 ,
+.Xr fclose 3 ,
.Xr open 2 ,
and
.Xr close 2 .
diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3
index 1028ddbfca1..a0522072dd8 100644
--- a/lib/libc/gen/getmntinfo.3
+++ b/lib/libc/gen/getmntinfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getmntinfo.3,v 1.3 1998/06/15 17:54:55 mickey Exp $
+.\" $OpenBSD: getmntinfo.3,v 1.4 1999/05/10 17:56:28 aaron Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -106,5 +106,5 @@ will modify the same object.
The memory allocated by
.Fn getmntinfo
cannot be
-.Xr free 2 Ns 'd
+.Xr free 3 Ns 'd
by the application.
diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3
index 6b0d1540f70..5f850a5a8cf 100644
--- a/lib/libc/gen/setjmp.3
+++ b/lib/libc/gen/setjmp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setjmp.3,v 1.3 1999/03/10 21:25:26 pjanzen Exp $
+.\" $OpenBSD: setjmp.3,v 1.4 1999/05/10 17:56:28 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -145,7 +145,7 @@ routine calls the routine
If
.Fn longjmperror
returns the program is aborted (see
-.Xr abort 2 ) .
+.Xr abort 3 ) .
The default version of
.Fn longjmperror
prints the message
diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3
index 630b9e91698..e4df42a1a96 100644
--- a/lib/libc/gen/siginterrupt.3
+++ b/lib/libc/gen/siginterrupt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: siginterrupt.3,v 1.3 1998/07/24 00:43:46 espie Exp $
+.\" $OpenBSD: siginterrupt.3,v 1.4 1999/05/10 17:56:28 aaron Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -96,8 +96,8 @@ A 0 value indicates that the call succeeded.
A \-1 value indicates that an invalid signal number has been supplied.
.Sh SEE ALSO
.Xr sigaction 2 ,
-.Xr sigblock 2 ,
-.Xr sigpause 2 ,
+.Xr sigblock 3 ,
+.Xr sigpause 3 ,
.Xr sigsetmask 3 .
.Sh HISTORY
The
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index 1762b15d09c..3236d56b902 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: signal.3,v 1.6 1999/02/27 21:55:17 deraadt Exp $
+.\" $OpenBSD: signal.3,v 1.7 1999/05/10 17:56:28 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -89,7 +89,7 @@ These signals are defined in the file
.It Dv SIGQUIT No " create core image" " quit program"
.It Dv SIGILL No " create core image" " illegal instruction"
.It Dv SIGTRAP No " create core image" " trace trap"
-.It Dv SIGABRT No " create core image" Xr abort 2
+.It Dv SIGABRT No " create core image" Xr abort 3
call (formerly
.Dv SIGIOT )
.It Dv SIGEMT No " create core image" " emulate instruction executed"
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3
index 0a1b9ec0770..b6019381326 100644
--- a/lib/libc/gen/ualarm.3
+++ b/lib/libc/gen/ualarm.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ualarm.3,v 1.6 1998/04/28 07:36:40 deraadt Exp $
+.\" $OpenBSD: ualarm.3,v 1.7 1999/05/10 17:56:28 aaron Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -79,9 +79,9 @@ is 2147483647.
.Xr getitimer 2 ,
.Xr setitimer 2 ,
.Xr sigaction 2 ,
-.Xr sigpause 2 ,
-.Xr sigvec 3 ,
.Xr signal 3 ,
+.Xr sigpause 3 ,
+.Xr sigvec 3 ,
.Xr sleep 3 ,
.Xr alarm 3 ,
.Xr usleep 3
diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3
index aa2468e6bc7..3b8f7f0bcc7 100644
--- a/lib/libc/gen/usleep.3
+++ b/lib/libc/gen/usleep.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usleep.3,v 1.5 1997/12/24 09:04:04 tholo Exp $
+.\" $OpenBSD: usleep.3,v 1.6 1999/05/10 17:56:28 aaron Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -93,10 +93,10 @@ specified a value of 1,000,000 or more microseconds.
.Xr getitimer 2 ,
.Xr nanosleep 2 ,
.Xr setitimer 2 ,
-.Xr sigpause 2 ,
-.Xr alarm 3
+.Xr alarm 3 ,
+.Xr sigpause 3 ,
.Xr sleep 3 ,
-.Xr ualarm 3 ,
+.Xr ualarm 3
.Sh STANDARDS
The
.Fn usleep