summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-05-27 20:49:31 +0000
committeraaron <aaron@openbsd.org>1999-05-27 20:49:31 +0000
commit1e8baf14b22d405ed071163cb0242c4a658fab81 (patch)
treebdd2280381d6eabf4d291db9fa196b07bfab42db /lib/libc/gen
parentUse lblktosize(fs, foo) instead of foo*fs->fs_bsize (diff)
downloadwireguard-openbsd-1e8baf14b22d405ed071163cb0242c4a658fab81.tar.xz
wireguard-openbsd-1e8baf14b22d405ed071163cb0242c4a658fab81.zip
more missing .El macros filled in
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/basename.35
-rw-r--r--lib/libc/gen/confstr.311
-rw-r--r--lib/libc/gen/dirname.33
-rw-r--r--lib/libc/gen/lockf.31
-rw-r--r--lib/libc/gen/signal.33
-rw-r--r--lib/libc/gen/sysconf.33
-rw-r--r--lib/libc/gen/sysctl.33
-rw-r--r--lib/libc/gen/time.33
8 files changed, 20 insertions, 12 deletions
diff --git a/lib/libc/gen/basename.3 b/lib/libc/gen/basename.3
index ff72f029735..72aaecd7ff0 100644
--- a/lib/libc/gen/basename.3
+++ b/lib/libc/gen/basename.3
@@ -24,7 +24,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: basename.3,v 1.6 1999/05/25 13:06:45 aaron Exp $
+.\" $OpenBSD: basename.3,v 1.7 1999/05/27 20:49:32 aaron Exp $
.\"
.Dd August 17, 1997
.Dt BASENAME 3
@@ -71,8 +71,9 @@ The following error codes may be set in
.Va errno :
.Bl -tag -width Er
.It Bq Er ENAMETOOLONG
-the path component to be returned was larger than
+The path component to be returned was larger than
.Va MANPATHLEN .
+.El
.Sh WARNINGS
.Fn basename
returns a pointer to internal static storage space that will be overwritten
diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3
index b54a9ff5361..6c4d5f75692 100644
--- a/lib/libc/gen/confstr.3
+++ b/lib/libc/gen/confstr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: confstr.3,v 1.5 1999/05/23 14:10:59 aaron Exp $
+.\" $OpenBSD: confstr.3,v 1.6 1999/05/27 20:49:33 aaron Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -85,7 +85,7 @@ environment variable that finds all the standard utilities.
.El
.Sh RETURN VALUES
If the call to
-.Nm confstr
+.Nm
is not successful, \-1 is returned and
.Va errno
is set appropriately.
@@ -102,7 +102,7 @@ the string in
was truncated.
.Sh ERRORS
The
-.Nm confstr
+.Nm
function may fail and set
.Va error
for any of the errors specified for the library functions
@@ -116,15 +116,16 @@ In addition, the following errors may be reported:
The value of the
.Fa name
argument is invalid.
+.El
.Sh SEE ALSO
.Xr sysctl 3
.Sh HISTORY
The
-.Nm confstr
+.Nm
function first appeared in
.Bx 4.4 .
.Sh STANDARDS
The
-.Nm confstr
+.Nm
function conforms to
.St -p1003.2-92 .
diff --git a/lib/libc/gen/dirname.3 b/lib/libc/gen/dirname.3
index 7e3978fe453..029bb43c826 100644
--- a/lib/libc/gen/dirname.3
+++ b/lib/libc/gen/dirname.3
@@ -24,7 +24,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: dirname.3,v 1.3 1999/05/25 13:06:45 aaron Exp $
+.\" $OpenBSD: dirname.3,v 1.4 1999/05/27 20:49:32 aaron Exp $
.\"
.Dd August 17, 1997
.Dt DIRNAME 3
@@ -68,6 +68,7 @@ The following error codes may be set in
.It Bq Er ENAMETOOLONG
the path component to be returned was larger than
.Va MANPATHLEN .
+.El
.Sh WARNINGS
.Fn dirname
returns a pointer to internal static storage space that will be overwritten
diff --git a/lib/libc/gen/lockf.3 b/lib/libc/gen/lockf.3
index 239aefdaf19..e85ed1d294e 100644
--- a/lib/libc/gen/lockf.3
+++ b/lib/libc/gen/lockf.3
@@ -237,6 +237,7 @@ or
.Dv F_TLOCK ,
and satisfying the lock or unlock request would result in the number
of locked regions in the system exceeding a system-imposed limit.
+.El
.Sh SEE ALSO
.Xr fcntl 2 ,
.Xr flock 2
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index 989f9a7d217..cf0471db3ec 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: signal.3,v 1.9 1999/05/23 14:11:00 aaron Exp $
+.\" $OpenBSD: signal.3,v 1.10 1999/05/27 20:49:33 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -213,6 +213,7 @@ An attempt is made to ignore or supply a handler for
.Dv SIGKILL
or
.Ev SIGSTOP .
+.El
.Sh SEE ALSO
.Xr kill 1 ,
.Xr kill 2 ,
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index c1241dca32d..cec04b53e49 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysconf.3,v 1.7 1999/05/23 14:11:00 aaron Exp $
+.\" $OpenBSD: sysconf.3,v 1.8 1999/05/27 20:49:33 aaron Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -170,6 +170,7 @@ In addition, the following error may be reported:
The value of the
.Fa name
argument is invalid.
+.El
.Sh SEE ALSO
.Xr sysctl 3
.Sh BUGS
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 90e770f0883..7c35a4790b1 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.13 1999/05/19 17:03:58 provos Exp $
+.\" $OpenBSD: sysctl.3,v 1.14 1999/05/27 20:49:34 aaron Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -536,6 +536,7 @@ Analogous to
.Va tcp.baddynamic
but for UDP sockets.
.El
+.El
.Sh CTL_USER
The string and integer information available for the CTL_USER level
is detailed below.
diff --git a/lib/libc/gen/time.3 b/lib/libc/gen/time.3
index 57827c2a51d..e0522a8f01f 100644
--- a/lib/libc/gen/time.3
+++ b/lib/libc/gen/time.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: time.3,v 1.3 1999/05/23 14:11:00 aaron Exp $
+.\" $OpenBSD: time.3,v 1.4 1999/05/27 20:49:35 aaron Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -75,6 +75,7 @@ The following error codes may be set in
.Bl -tag -width Er
.It Bq Er EFAULT
An argument address referenced invalid memory.
+.El
.Sh SEE ALSO
.Xr gettimeofday 2 ,
.Xr ctime 3