summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/crypt/arc4random.37
-rw-r--r--lib/libc/crypt/blowfish.37
-rw-r--r--lib/libc/crypt/crypt.35
-rw-r--r--lib/libc/gen/directory.34
-rw-r--r--lib/libc/gen/getpwent.34
-rw-r--r--lib/libc/gen/glob.316
-rw-r--r--lib/libc/net/gethostbyname.34
-rw-r--r--lib/libc/net/inet6_option_space.38
-rw-r--r--lib/libc/regex/regex.34
-rw-r--r--lib/libc/rpc/rpc.35
-rw-r--r--lib/libc/stdio/fseek.36
-rw-r--r--lib/libc/stdio/printf.34
-rw-r--r--lib/libc/stdio/stdio.34
-rw-r--r--lib/libc/sys/brk.24
-rw-r--r--lib/libc/sys/clock_gettime.24
-rw-r--r--lib/libc/sys/fhopen.24
-rw-r--r--lib/libc/sys/getsockopt.26
-rw-r--r--lib/libc/sys/gettimeofday.24
-rw-r--r--lib/libc/sys/recv.24
-rw-r--r--lib/libc/sys/select.26
-rw-r--r--lib/libc/sys/shmat.25
-rw-r--r--lib/libc/termios/tcsendbreak.36
-rw-r--r--lib/libc/termios/tcsetattr.34
-rw-r--r--lib/libc/time/ctime.35
-rw-r--r--lib/libc_r/man/pread.34
-rw-r--r--lib/libc_r/man/pthread_attr_setstackaddr.34
-rw-r--r--lib/libc_r/man/pthread_set_name_np.34
-rw-r--r--lib/libc_r/man/pwrite.34
-rw-r--r--lib/libcompat/4.1/vlimit.32
-rw-r--r--lib/libedit/editline.34
-rw-r--r--lib/libedit/editrc.54
-rw-r--r--lib/libkeynote/keynote.36
-rw-r--r--lib/libkeynote/keynote.54
-rw-r--r--lib/libkvm.old/kvm_getfiles.34
-rw-r--r--lib/libkvm.old/kvm_getprocs.34
-rw-r--r--lib/libkvm.old/kvm_open.34
-rw-r--r--lib/libkvm/kvm_getfiles.34
-rw-r--r--lib/libm/man/exp.35
-rw-r--r--lib/libm/man/lgamma.34
-rw-r--r--lib/libpthread/man/pread.34
-rw-r--r--lib/libpthread/man/pthread_attr_setstackaddr.34
-rw-r--r--lib/libpthread/man/pthread_set_name_np.34
-rw-r--r--lib/libpthread/man/pwrite.34
-rw-r--r--lib/libutil/login_fbtab.32
-rw-r--r--lib/libutil/scsi.38
-rw-r--r--lib/libutil/uucplock.324
46 files changed, 121 insertions, 120 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3
index 1c3ddcb1b11..f4116a1e826 100644
--- a/lib/libc/crypt/arc4random.3
+++ b/lib/libc/crypt/arc4random.3
@@ -1,4 +1,5 @@
-.\" $OpenBSD: arc4random.3,v 1.12 2000/04/02 17:59:04 millert Exp $
+.\" $OpenBSD: arc4random.3,v 1.13 2000/04/15 02:15:22 aaron Exp $
+.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
@@ -33,8 +34,8 @@
.Dt ARC4RANDOM 3
.Os
.Sh NAME
-.Nm arc4random,
-.Nm arc4random_stir,
+.Nm arc4random ,
+.Nm arc4random_stir ,
.Nm arc4random_addrandom
.Nd arc4 random number generator
.Sh SYNOPSIS
diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3
index 41dfb59bc9b..b5fdae92b19 100644
--- a/lib/libc/crypt/blowfish.3
+++ b/lib/libc/crypt/blowfish.3
@@ -1,4 +1,5 @@
-.\" $OpenBSD: blowfish.3,v 1.7 2000/03/14 21:31:44 aaron Exp $
+.\" $OpenBSD: blowfish.3,v 1.8 2000/04/15 02:15:22 aaron Exp $
+.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
@@ -33,8 +34,8 @@
.Dt BLOWFISH 3
.Os
.Sh NAME
-.Nm blf_key,
-.Nm blf_enc,
+.Nm blf_key ,
+.Nm blf_enc ,
.Nm blf_dec
.Nd Blowfish encryption
.Sh SYNOPSIS
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3
index 11f465faa82..daa9c4d844a 100644
--- a/lib/libc/crypt/crypt.3
+++ b/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt.3,v 1.14 2000/01/22 02:17:55 aaron Exp $
+.\" $OpenBSD: crypt.3,v 1.15 2000/04/15 02:15:22 aaron Exp $
.\"
.\" FreeSec: libcrypt
.\"
@@ -234,8 +234,7 @@ iterations of
and stores the 64-bit result in the 8 characters at
.Fa out
(which may be the same as
-.Fa in
-).
+.Fa in ) .
The
.Fa salt
specifies perturbations to the
diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3
index 0518a2d8732..a0b7e01b6af 100644
--- a/lib/libc/gen/directory.3
+++ b/lib/libc/gen/directory.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: directory.3,v 1.11 2000/03/23 22:09:39 d Exp $
+.\" $OpenBSD: directory.3,v 1.12 2000/04/15 02:15:22 aaron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -114,7 +114,7 @@ On successful return, the pointer returned at
will have the same value as the argument
.Fa entry .
Upon reaching the end of the directory stream, this pointer shall have the value
-.Dv NULL.
+.Dv NULL .
.Pp
The
.Fn telldir
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3
index e001e020150..f736ae6b391 100644
--- a/lib/libc/gen/getpwent.3
+++ b/lib/libc/gen/getpwent.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpwent.3,v 1.9 1999/07/09 13:35:17 aaron Exp $
+.\" $OpenBSD: getpwent.3,v 1.10 2000/04/15 02:15:22 aaron Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -168,7 +168,7 @@ The
.Fn getpwent ,
.Fn getpwnam ,
.Fn getpwuid ,
-.Fn setpwent,
+.Fn setpwent ,
and
.Fn endpwent
functions appeared in
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3
index 57d77818611..e7a09744442 100644
--- a/lib/libc/gen/glob.3
+++ b/lib/libc/gen/glob.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: glob.3,v 1.13 1999/09/02 15:54:29 aaron Exp $
+.\" $OpenBSD: glob.3,v 1.14 2000/04/15 02:15:22 aaron Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -81,7 +81,7 @@ and read permission on each directory of any filename component of
.Fa pattern
that contains any of the special characters
.Ql * ,
-.Ql ?
+.Ql ? ,
or
.Ql [ .
.Pp
@@ -420,13 +420,13 @@ function is expected to conform to
and
.St -xpg4.2 .
Note, however, that the flags
-.Dv GLOB_ALTDIRFUNC,
-.Dv GLOB_BRACE,
-.Dv GLOB_MAGCHAR,
-.Dv GLOB_NOMAGIC,
-.Dv GLOB_QUOTE,
+.Dv GLOB_ALTDIRFUNC ,
+.Dv GLOB_BRACE ,
+.Dv GLOB_MAGCHAR ,
+.Dv GLOB_NOMAGIC ,
+.Dv GLOB_QUOTE ,
and
-.Dv GLOB_TILDE,
+.Dv GLOB_TILDE ,
and the fields
.Fa gl_matchc
and
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3
index a539a987c3f..aced5ba6167 100644
--- a/lib/libc/net/gethostbyname.3
+++ b/lib/libc/net/gethostbyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gethostbyname.3,v 1.13 2000/01/05 01:04:14 deraadt Exp $
+.\" $OpenBSD: gethostbyname.3,v 1.14 2000/04/15 02:15:22 aaron Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -75,7 +75,7 @@ referenced by name or by address, respectively.
This structure contains either information obtained from the name server (i.e.,
.Xr resolver 3
and
-.Xr named 8 ),
+.Xr named 8 ) ,
broken-out fields from a line in
.Pa /etc/hosts ,
or database entries supplied by the
diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3
index 8943b9a3b14..8c2bb0caf69 100644
--- a/lib/libc/net/inet6_option_space.3
+++ b/lib/libc/net/inet6_option_space.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet6_option_space.3,v 1.4 2000/04/12 21:48:01 aaron Exp $
+.\" $OpenBSD: inet6_option_space.3,v 1.5 2000/04/15 02:15:23 aaron Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -180,7 +180,8 @@ before calling this function.
The option type must have a value from
.Li 2
to
-.Li 255 , inclusive.
+.Li 255 ,
+inclusive.
.Po
.Li 0
and
@@ -406,7 +407,8 @@ on an error.
.Pp
.Fn inet6_option_alloc
returns
-.Dv NULL on an error.
+.Dv NULL
+on an error.
.Pp
On errors,
.Fn inet6_option_next
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3
index f4917464776..eb2e1d71aeb 100644
--- a/lib/libc/regex/regex.3
+++ b/lib/libc/regex/regex.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: regex.3,v 1.13 2000/03/14 21:31:45 aaron Exp $
+.\" $OpenBSD: regex.3,v 1.14 2000/04/15 02:15:23 aaron Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
.\"
@@ -308,7 +308,7 @@ both of type
(a signed arithmetic type at least as large as an
.Li off_t
and a
-.Li ssize_t ),
+.Li ssize_t ) ,
containing respectively the offset of the first character of a substring
and the offset of the first character after the end of the substring.
Offsets are measured from the beginning of the
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3
index 161faba393c..a37ee5231ad 100644
--- a/lib/libc/rpc/rpc.3
+++ b/lib/libc/rpc/rpc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpc.3,v 1.19 1999/06/16 08:45:11 alex Exp $
+.\" $OpenBSD: rpc.3,v 1.20 2000/04/15 02:15:23 aaron Exp $
.\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998
.\"
.Dd February 16, 1988
@@ -888,8 +888,7 @@ is zero,
.Tn IPPROTO_UDP
or
.B
-.Tn IPPROTO_TCP
-).
+.Tn IPPROTO_TCP ) .
The procedure
.Fa dispatch
has the following form:
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3
index a20f47d10c5..cb14e62a968 100644
--- a/lib/libc/stdio/fseek.3
+++ b/lib/libc/stdio/fseek.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fseek.3,v 1.5 2000/02/21 22:11:22 millert Exp $
+.\" $OpenBSD: fseek.3,v 1.6 2000/04/15 02:15:23 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -137,8 +137,8 @@ are alternate interfaces equivalent to
and
.Fn fseek
(with whence set to
-.Dv SEEK_SET
-), setting and storing the current value of
+.Dv SEEK_SET ) ,
+setting and storing the current value of
the file offset into or from the object referenced by
.Fa pos .
On some
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index 8cebcdd714e..d76e8327b37 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.3,v 1.23 2000/04/12 08:00:17 hugh Exp $
+.\" $OpenBSD: printf.3,v 1.24 2000/04/15 02:15:24 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -86,7 +86,7 @@ as described below.
and
.Fn vprintf
write output to
-.Em stdout,
+.Em stdout ,
the standard output stream;
.Fn fprintf
and
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 93886ed4b2e..b49d87d61e5 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stdio.3,v 1.10 1999/07/09 13:35:23 aaron Exp $
+.\" $OpenBSD: stdio.3,v 1.11 2000/04/15 02:15:24 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -173,7 +173,7 @@ without first removing their current definitions with
.Dv FOPEN_MAX ,
.Dv L_cuserid ,
.Dv L_ctermid ,
-.Dv L_tmpnam,
+.Dv L_tmpnam ,
.Dv NULL ,
.Dv SEEK_END ,
.Dv SEEK_SET ,
diff --git a/lib/libc/sys/brk.2 b/lib/libc/sys/brk.2
index 6967e52a960..c24a5940133 100644
--- a/lib/libc/sys/brk.2
+++ b/lib/libc/sys/brk.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: brk.2,v 1.10 2000/03/14 21:31:40 aaron Exp $
+.\" $OpenBSD: brk.2,v 1.11 2000/04/15 02:15:24 aaron Exp $
.\" $NetBSD: brk.2,v 1.7 1995/02/27 12:31:57 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -103,7 +103,7 @@ beyond the
value returned from a call to
.Xr getrlimit ,
e.g.,
-.Dq etext + rlp\(->rlim_max.
+.Dq etext + rlp\(->rlim_max .
(see
.Xr end 3
for the definition of
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index 3bb68d904b6..532ef11970b 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: clock_gettime.2,v 1.9 1999/10/05 17:12:26 aaron Exp $
+.\" $OpenBSD: clock_gettime.2,v 1.10 2000/04/15 02:15:24 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -82,7 +82,7 @@ struct timespec {
.Pp
Only the super-user may set the time of day.
If the system securelevel is greater than 1 (see
-.Xr init 8 ),
+.Xr init 8 ) ,
the time may only be advanced.
This limitation is imposed to prevent a malicious super-user
from setting arbitrary time stamps on files.
diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2
index aac31faf04d..5d4702a04be 100644
--- a/lib/libc/sys/fhopen.2
+++ b/lib/libc/sys/fhopen.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fhopen.2,v 1.1 2000/02/07 05:01:13 assar Exp $
+.\" $OpenBSD: fhopen.2,v 1.2 2000/04/15 02:15:24 aaron Exp $
.\" $NetBSD: fhopen.2,v 1.2 1999/12/02 21:42:36 kleink Exp $
.\"
.\" Copyright (c) 1999 National Aeronautics & Space Administration
@@ -53,7 +53,7 @@
.Fn fhstatfs "const fhandle_t *fhp" "struct statfs *buf"
.Sh DESCRIPTION
These functions provide a means to access a file given the file handle
-.Fa fhp.
+.Fa fhp .
As this method bypasses directory access restrictions, these calls are
restricted to the superuser.
.Pp
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2
index 11834aa9304..3f04eca96f8 100644
--- a/lib/libc/sys/getsockopt.2
+++ b/lib/libc/sys/getsockopt.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getsockopt.2,v 1.14 1999/08/15 13:14:11 deraadt Exp $
+.\" $OpenBSD: getsockopt.2,v 1.15 2000/04/15 02:15:24 aaron Exp $
.\" $NetBSD: getsockopt.2,v 1.7 1995/02/27 12:33:29 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -191,8 +191,8 @@ are queued on socket and a
.Xr close 2
is performed.
If the socket promises reliable delivery of data and
-.Dv SO_LINGER is set,
-the system will block the process on the
+.Dv SO_LINGER
+is set, the system will block the process on the
.Xr close 2
attempt until it is able to transmit the data or until it decides it
is unable to deliver the information (a timeout period measured in seconds,
diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2
index 29c8fe20c43..9ba18540e34 100644
--- a/lib/libc/sys/gettimeofday.2
+++ b/lib/libc/sys/gettimeofday.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gettimeofday.2,v 1.8 1999/08/31 16:52:35 aaron Exp $
+.\" $OpenBSD: gettimeofday.2,v 1.9 2000/04/15 02:15:24 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -99,7 +99,7 @@ the appropriate part of the year.
.Pp
Only the super-user may set the time of day or time zone.
If the system securelevel is greater than 1 (see
-.Xr init 8 ),
+.Xr init 8 ) ,
the time may only be advanced.
This limitation is imposed to prevent a malicious super-user
from setting arbitrary time stamps on files.
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2
index b52b61a59e9..9630db8a2b7 100644
--- a/lib/libc/sys/recv.2
+++ b/lib/libc/sys/recv.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: recv.2,v 1.22 1999/09/26 14:16:31 espie Exp $
+.\" $OpenBSD: recv.2,v 1.23 2000/04/15 02:15:24 aaron Exp $
.\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -252,7 +252,7 @@ The socket is associated with a connection-oriented protocol
and has not been connected (see
.Xr connect 2
and
-.Xr accept 2 ).
+.Xr accept 2 ) .
.It Bq Er ENOTSOCK
The argument
.Fa s
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index c807b5f0969..f3959a85b06 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: select.2,v 1.16 2000/01/22 02:17:55 aaron Exp $
+.\" $OpenBSD: select.2,v 1.17 2000/04/15 02:15:24 aaron Exp $
.\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -242,14 +242,14 @@ before and after the call to
and using
.Fn timersub
(as described in
-.Xr getitimer 2 Ns ).
+.Xr getitimer 2 ) .
.Pp
Internally to the kernel,
.Fn select
works poorly if multiple processes wait on the same file descriptor.
Given that, it is rather surprising to see that many daemons are
written that way (i.e.,
-.Xr httpd 8 ).
+.Xr httpd 8 ) .
.Sh HISTORY
The
.Fn select
diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2
index 51d020b5a36..8d93f37adfb 100644
--- a/lib/libc/sys/shmat.2
+++ b/lib/libc/sys/shmat.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shmat.2,v 1.9 1999/09/23 04:12:00 alex Exp $
+.\" $OpenBSD: shmat.2,v 1.10 2000/04/15 02:15:25 aaron Exp $
.\" $NetBSD: shmat.2,v 1.2 1997/03/27 08:20:38 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -65,8 +65,7 @@ the system will round the address down to a multiple of
bytes
.Pf ( Dv SHMLBA
is defined in
-.Aq Pa sys/shm.h
-).
+.Aq Pa sys/shm.h ) .
.Pp
A shared memory segment can be mapped read-only by specifying the
.Dv SHM_RDONLY
diff --git a/lib/libc/termios/tcsendbreak.3 b/lib/libc/termios/tcsendbreak.3
index 9f59951d2b7..c20ea9f86b4 100644
--- a/lib/libc/termios/tcsendbreak.3
+++ b/lib/libc/termios/tcsendbreak.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcsendbreak.3,v 1.5 1999/07/05 13:09:08 aaron Exp $
+.\" $OpenBSD: tcsendbreak.3,v 1.6 2000/04/15 02:15:25 aaron Exp $
.\"
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -80,7 +80,7 @@ transmitting data to the system.
in the
.Ql Input Modes
section of
-.Xr termios 4 ).
+.Xr termios 4 ) .
.It Dv TCION
Transmit a START character, which is intended to cause the terminal to start
transmitting data to the system.
@@ -88,7 +88,7 @@ transmitting data to the system.
.Dv IXOFF in the
.Ql Input Modes
section of
-.Xr termios 4 ).
+.Xr termios 4 ) .
.El
.Pp
The
diff --git a/lib/libc/termios/tcsetattr.3 b/lib/libc/termios/tcsetattr.3
index e1e305ba585..1c4fa677622 100644
--- a/lib/libc/termios/tcsetattr.3
+++ b/lib/libc/termios/tcsetattr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcsetattr.3,v 1.9 1999/07/05 13:09:08 aaron Exp $
+.\" $OpenBSD: tcsetattr.3,v 1.10 2000/04/15 02:15:25 aaron Exp $
.\"
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -206,7 +206,7 @@ function sets the flags stored in the
.Li termios
structure to a state disabling
all input and output processing, giving a
-.Dq raw I/O path.
+.Dq raw I/O path .
It should be noted that there is no function to reverse this effect.
This is because there are a variety of processing options that could be
re-enabled and the correct method is for an application to snapshot the
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3
index 5dedb511376..77b76317040 100644
--- a/lib/libc/time/ctime.3
+++ b/lib/libc/time/ctime.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ctime.3,v 1.20 2000/03/31 00:10:14 millert Exp $
+.\" $OpenBSD: ctime.3,v 1.21 2000/04/15 02:15:26 aaron Exp $
.\"
.\"
.Dd February 16, 1999
@@ -266,8 +266,7 @@ field of a returned
points to a static array of characters, which
will also be overwritten at the next call
(and by calls to
-.Fn tzset
-).
+.Fn tzset ) .
.Pp
The default system time zone may be set by running
.Li Dq zic -l timezone
diff --git a/lib/libc_r/man/pread.3 b/lib/libc_r/man/pread.3
index c4f151650ab..4ac9889136e 100644
--- a/lib/libc_r/man/pread.3
+++ b/lib/libc_r/man/pread.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pread.3,v 1.7 1999/07/09 13:35:25 aaron Exp $
+.\" $OpenBSD: pread.3,v 1.8 2000/04/15 02:15:26 aaron Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd September 7, 1998
.Dt PREAD 3
@@ -18,7 +18,7 @@ function reads
bytes from offset
.Fa offset
in the file opened on file descriptor
-.Fa filedes.
+.Fa filedes .
.Pp
This function is provided for use in a threaded, parallel I/O
environment, where race conditions may exist between two threads
diff --git a/lib/libc_r/man/pthread_attr_setstackaddr.3 b/lib/libc_r/man/pthread_attr_setstackaddr.3
index 03bed1a9a89..dec5d0fc999 100644
--- a/lib/libc_r/man/pthread_attr_setstackaddr.3
+++ b/lib/libc_r/man/pthread_attr_setstackaddr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.2 2000/04/12 21:48:02 aaron Exp $
+.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.3 2000/04/15 02:15:26 aaron Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
.Dd January 6, 2000
.Dt PTHREAD_ATTR_SETSTACKADDR 3
@@ -30,7 +30,7 @@ The
attribute specifies the location of storage to be
used for the created thread's stack. The size of the storage is at
least
-.Dv PTHREAD_STACK_MIN.
+.Dv PTHREAD_STACK_MIN .
.Sh RETURN VALUE
Upon successful completion,
.Fn pthread_attr_setstackaddr
diff --git a/lib/libc_r/man/pthread_set_name_np.3 b/lib/libc_r/man/pthread_set_name_np.3
index 8079a230c5c..2de216bb1cf 100644
--- a/lib/libc_r/man/pthread_set_name_np.3
+++ b/lib/libc_r/man/pthread_set_name_np.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_set_name_np.3,v 1.2 2000/04/12 21:48:03 aaron Exp $
+.\" $OpenBSD: pthread_set_name_np.3,v 1.3 2000/04/15 02:15:26 aaron Exp $
.\" David Leonard <d@openbsd.org>, 1999. Public domain.
.Dd December 19, 1999
.Dt PTHREAD_SET_NAME_NP 3
@@ -17,7 +17,7 @@ The
function associates
.Fa name
with
-.Fa thread.
+.Fa thread .
This can be useful for debugging, as the name is displayed in
the thread status as displayed when the process receives the
.Dv SIGINFO
diff --git a/lib/libc_r/man/pwrite.3 b/lib/libc_r/man/pwrite.3
index 0de1b53e5ec..443d505072b 100644
--- a/lib/libc_r/man/pwrite.3
+++ b/lib/libc_r/man/pwrite.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwrite.3,v 1.7 1999/07/09 13:35:25 aaron Exp $
+.\" $OpenBSD: pwrite.3,v 1.8 2000/04/15 02:15:26 aaron Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd September 7, 1998
.Dt PWRITE 3
@@ -18,7 +18,7 @@ function writes
bytes from offset
.Fa offset
in the file opened on file descriptor
-.Fa filedes.
+.Fa filedes .
.Pp
This function is provided for use in a threaded, parallel I/O
environment, where race conditions may exist between two threads
diff --git a/lib/libcompat/4.1/vlimit.3 b/lib/libcompat/4.1/vlimit.3
index 3c798ec1aff..9266d671b77 100644
--- a/lib/libcompat/4.1/vlimit.3
+++ b/lib/libcompat/4.1/vlimit.3
@@ -81,7 +81,7 @@ the size of the largest core dump that will be created.
a soft limit for the amount of physical memory (in bytes) to be given
to the program. If memory is tight, the system will prefer to take memory
from processes which are exceeding their declared
-.Dv LIM_MAXRSS.
+.Dv LIM_MAXRSS .
.El
.Pp
Because this information is stored in the per-process information
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3
index e5ff2b031bd..682f6eb2cac 100644
--- a/lib/libedit/editline.3
+++ b/lib/libedit/editline.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: editline.3,v 1.9 1999/07/09 13:35:25 aaron Exp $
+.\" $OpenBSD: editline.3,v 1.10 2000/04/15 02:15:27 aaron Exp $
.\" $NetBSD: editline.3,v 1.4 1997/01/14 04:17:23 lukem Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -339,7 +339,7 @@ Expecting further command input as arguments, do nothing visually.
Refresh display.
.It Dv CC_CURSOR
Cursor moved, so update and perform
-.Dv CC_REFRESH.
+.Dv CC_REFRESH .
.It Dv CC_REDISPLAY
Redisplay entire input line.
This is useful if a key binding outputs extra information.
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5
index 940c5bd7e56..ab482ee1086 100644
--- a/lib/libedit/editrc.5
+++ b/lib/libedit/editrc.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: editrc.5,v 1.10 2000/03/14 21:31:46 aaron Exp $
+.\" $OpenBSD: editrc.5,v 1.11 2000/04/15 02:15:27 aaron Exp $
.\" $NetBSD: editrc.5,v 1.4 1997/04/24 20:20:31 christos Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -222,7 +222,7 @@ causes messages to be verbose.
List the history.
.It Ic telltc
List the values of all the terminal capabilities (see
-.Xr termcap 5 ).
+.Xr termcap 5 ) .
.It Ic settc Ar cap Ar val
Set the terminal capability
.Ar cap
diff --git a/lib/libkeynote/keynote.3 b/lib/libkeynote/keynote.3
index 6d1587be44e..ba93eee1d71 100644
--- a/lib/libkeynote/keynote.3
+++ b/lib/libkeynote/keynote.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.3,v 1.21 2000/04/12 21:48:03 aaron Exp $
+.\" $OpenBSD: keynote.3,v 1.22 2000/04/15 02:15:27 aaron Exp $
.\"
.\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.\"
@@ -63,7 +63,7 @@ struct keynote_keylist
};
.Ed
.Ft int
-.Fd keynote_errno;
+.Fd keynote_errno ;
.Ft int
.Fn kn_init "void"
.Ft int
@@ -792,7 +792,7 @@ and sets
to
.Er ERROR_NOTFOUND
if one of the arguments was
-.Dv NULL,
+.Dv NULL ,
.Er ERROR_MEMORY
if necessary memory could not be allocated, or
.Er ERROR_SYNTAX
diff --git a/lib/libkeynote/keynote.5 b/lib/libkeynote/keynote.5
index ad9bfa8605b..b6a0031eb2e 100644
--- a/lib/libkeynote/keynote.5
+++ b/lib/libkeynote/keynote.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.5,v 1.3 2000/04/12 21:48:04 aaron Exp $
+.\" $OpenBSD: keynote.5,v 1.4 2000/04/15 02:15:27 aaron Exp $
.\"
.\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.\"
@@ -443,7 +443,7 @@ assertions difficult to understand and is discouraged).
.Pp
<RegExpr> is a standard regular expression, conforming to the POSIX
1003.2 regular expression syntax and semantics (see
-.Xr regex 3 ).
+.Xr regex 3 ) .
.Pp
Any string expression (or attribute) containing the ASCII
representation of a numeric value can be converted to an integer or
diff --git a/lib/libkvm.old/kvm_getfiles.3 b/lib/libkvm.old/kvm_getfiles.3
index c2bd9df3525..e8ed4c3d912 100644
--- a/lib/libkvm.old/kvm_getfiles.3
+++ b/lib/libkvm.old/kvm_getfiles.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_getfiles.3,v 1.5 2000/01/05 20:35:51 deraadt Exp $
+.\" $OpenBSD: kvm_getfiles.3,v 1.6 2000/04/15 02:15:28 aaron Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -56,7 +56,7 @@
.Sh DESCRIPTION
.Fn kvm_getfiles
returns a (sub-)set of the open files in the kernel indicated by
-.Fa kd.
+.Fa kd .
The
.Fa op
and
diff --git a/lib/libkvm.old/kvm_getprocs.3 b/lib/libkvm.old/kvm_getprocs.3
index 887f36c3df6..02f59a2c289 100644
--- a/lib/libkvm.old/kvm_getprocs.3
+++ b/lib/libkvm.old/kvm_getprocs.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_getprocs.3,v 1.4 1999/07/09 13:35:26 aaron Exp $
+.\" $OpenBSD: kvm_getprocs.3,v 1.5 2000/04/15 02:15:28 aaron Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -59,7 +59,7 @@
.Sh DESCRIPTION
.Fn kvm_getprocs
returns a (sub-)set of active processes in the kernel indicated by
-.Fa kd.
+.Fa kd .
The
.Fa op
and
diff --git a/lib/libkvm.old/kvm_open.3 b/lib/libkvm.old/kvm_open.3
index e297dd20052..14325d69d38 100644
--- a/lib/libkvm.old/kvm_open.3
+++ b/lib/libkvm.old/kvm_open.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_open.3,v 1.3 1999/07/09 13:35:26 aaron Exp $
+.\" $OpenBSD: kvm_open.3,v 1.4 2000/04/15 02:15:28 aaron Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -141,7 +141,7 @@ Instead, the application obtains the error message
corresponding to the most recent kvm library call using
.Fn kvm_geterr
(see
-.Xr kvm_geterr 3 ).
+.Xr kvm_geterr 3 ) .
The results are undefined if the most recent kvm call did not produce
an error.
Since
diff --git a/lib/libkvm/kvm_getfiles.3 b/lib/libkvm/kvm_getfiles.3
index 3c94fdf8ceb..24480e64795 100644
--- a/lib/libkvm/kvm_getfiles.3
+++ b/lib/libkvm/kvm_getfiles.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_getfiles.3,v 1.7 2000/03/04 15:29:56 aaron Exp $
+.\" $OpenBSD: kvm_getfiles.3,v 1.8 2000/04/15 02:15:28 aaron Exp $
.\" $NetBSD: kvm_getfiles.3,v 1.3 1996/03/18 22:33:23 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -56,7 +56,7 @@
.Sh DESCRIPTION
.Fn kvm_getfiles
returns a (sub-)set of the open files in the kernel indicated by
-.Fa kd.
+.Fa kd .
The
.Fa op
and
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3
index 517a61bb8b9..7276c371bb0 100644
--- a/lib/libm/man/exp.3
+++ b/lib/libm/man/exp.3
@@ -1,4 +1,5 @@
-.\" $OpenBSD: exp.3,v 1.9 2000/03/14 21:31:46 aaron Exp $
+.\" $OpenBSD: exp.3,v 1.10 2000/04/15 02:15:28 aaron Exp $
+.\"
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -89,7 +90,7 @@ function computes the value exp(x)\-1 accurately even for tiny argument
The
.Fn log
function computes the value of the natural logarithm of argument
-.Fa x.
+.Fa x .
.Pp
The
.Fn log10
diff --git a/lib/libm/man/lgamma.3 b/lib/libm/man/lgamma.3
index 1a69d0fce2f..b4761e77942 100644
--- a/lib/libm/man/lgamma.3
+++ b/lib/libm/man/lgamma.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lgamma.3,v 1.9 2000/03/02 00:29:50 todd Exp $
+.\" $OpenBSD: lgamma.3,v 1.10 2000/04/15 02:15:28 aaron Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -82,7 +82,7 @@ returns appropriate values unless an argument is out of range.
Overflow will occur for sufficiently large positive values, and
non-positive integers.
On the
-.Tn VAX,
+.Tn VAX ,
the reserved operator is returned,
and
.Va errno
diff --git a/lib/libpthread/man/pread.3 b/lib/libpthread/man/pread.3
index c4f151650ab..4ac9889136e 100644
--- a/lib/libpthread/man/pread.3
+++ b/lib/libpthread/man/pread.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pread.3,v 1.7 1999/07/09 13:35:25 aaron Exp $
+.\" $OpenBSD: pread.3,v 1.8 2000/04/15 02:15:26 aaron Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd September 7, 1998
.Dt PREAD 3
@@ -18,7 +18,7 @@ function reads
bytes from offset
.Fa offset
in the file opened on file descriptor
-.Fa filedes.
+.Fa filedes .
.Pp
This function is provided for use in a threaded, parallel I/O
environment, where race conditions may exist between two threads
diff --git a/lib/libpthread/man/pthread_attr_setstackaddr.3 b/lib/libpthread/man/pthread_attr_setstackaddr.3
index 03bed1a9a89..dec5d0fc999 100644
--- a/lib/libpthread/man/pthread_attr_setstackaddr.3
+++ b/lib/libpthread/man/pthread_attr_setstackaddr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.2 2000/04/12 21:48:02 aaron Exp $
+.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.3 2000/04/15 02:15:26 aaron Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
.Dd January 6, 2000
.Dt PTHREAD_ATTR_SETSTACKADDR 3
@@ -30,7 +30,7 @@ The
attribute specifies the location of storage to be
used for the created thread's stack. The size of the storage is at
least
-.Dv PTHREAD_STACK_MIN.
+.Dv PTHREAD_STACK_MIN .
.Sh RETURN VALUE
Upon successful completion,
.Fn pthread_attr_setstackaddr
diff --git a/lib/libpthread/man/pthread_set_name_np.3 b/lib/libpthread/man/pthread_set_name_np.3
index 8079a230c5c..2de216bb1cf 100644
--- a/lib/libpthread/man/pthread_set_name_np.3
+++ b/lib/libpthread/man/pthread_set_name_np.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_set_name_np.3,v 1.2 2000/04/12 21:48:03 aaron Exp $
+.\" $OpenBSD: pthread_set_name_np.3,v 1.3 2000/04/15 02:15:26 aaron Exp $
.\" David Leonard <d@openbsd.org>, 1999. Public domain.
.Dd December 19, 1999
.Dt PTHREAD_SET_NAME_NP 3
@@ -17,7 +17,7 @@ The
function associates
.Fa name
with
-.Fa thread.
+.Fa thread .
This can be useful for debugging, as the name is displayed in
the thread status as displayed when the process receives the
.Dv SIGINFO
diff --git a/lib/libpthread/man/pwrite.3 b/lib/libpthread/man/pwrite.3
index 0de1b53e5ec..443d505072b 100644
--- a/lib/libpthread/man/pwrite.3
+++ b/lib/libpthread/man/pwrite.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwrite.3,v 1.7 1999/07/09 13:35:25 aaron Exp $
+.\" $OpenBSD: pwrite.3,v 1.8 2000/04/15 02:15:26 aaron Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd September 7, 1998
.Dt PWRITE 3
@@ -18,7 +18,7 @@ function writes
bytes from offset
.Fa offset
in the file opened on file descriptor
-.Fa filedes.
+.Fa filedes .
.Pp
This function is provided for use in a threaded, parallel I/O
environment, where race conditions may exist between two threads
diff --git a/lib/libutil/login_fbtab.3 b/lib/libutil/login_fbtab.3
index 5d234a4c721..fb16ce5acca 100644
--- a/lib/libutil/login_fbtab.3
+++ b/lib/libutil/login_fbtab.3
@@ -23,7 +23,7 @@ If errors occur a null string is returned.
Problems are reported via the
.Xr syslogd 8
daemon with the severity of
-.Dv LOG_ERR.
+.Dv LOG_ERR .
.Sh FILES
.Bl -tag -width /etc/fbtab -compact
.It Pa /etc/fbtab
diff --git a/lib/libutil/scsi.3 b/lib/libutil/scsi.3
index 8fe440497f7..01707ca9cf8 100644
--- a/lib/libutil/scsi.3
+++ b/lib/libutil/scsi.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scsi.3,v 1.4 2000/03/04 22:19:32 aaron Exp $
+.\" $OpenBSD: scsi.3,v 1.5 2000/04/15 02:15:28 aaron Exp $
.\" Copyright (c) 1994 HD Associates (hd@world.std.com)
.\" All rights reserved.
.\"
@@ -164,8 +164,8 @@ are the flags defined in
Only two of these flags are supported in this release of the software:
.Fr SCCMD_READ
indicates a data in phase (a transfer into the user buffer at
-.Ar scsireg->databuf
-), and
+.Ar scsireg->databuf ) ,
+and
.Fr SCCMD_WRITE
indicates a data out phase (a transfer out of the user buffer).
.Pp
@@ -244,7 +244,7 @@ The decoding is similar to
the command specifier processing of
.Fn scsireq_build
except that the data is extracted from the data pointed to by
-.Fr scsireq->databuf.
+.Fr scsireq->databuf .
The stdarg list should be pointers to integers instead of integer
values.
A seek field type and a suppression modifier are added.
diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3
index 7b3cd3d3e1f..71854254dc8 100644
--- a/lib/libutil/uucplock.3
+++ b/lib/libutil/uucplock.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uucplock.3,v 1.8 2000/03/28 22:41:42 deraadt Exp $
+.\" $OpenBSD: uucplock.3,v 1.9 2000/04/15 02:15:29 aaron Exp $
.\"
.\" All rights reserved.
.\"
@@ -85,33 +85,33 @@ returns 0 on success and \-1 on failure.
.Fn uu_lock
may return any of the following values:
.Pp
-.Dv UU_LOCK_INUSE:
+.Dv UU_LOCK_INUSE :
The lock is in use by another process.
.Pp
-.Dv UU_LOCK_OK:
+.Dv UU_LOCK_OK :
The lock was successfully created.
.Pp
-.Dv UU_LOCK_OPEN_ERR:
+.Dv UU_LOCK_OPEN_ERR :
The lock file could not be opened via
.Xr open 2 .
.Pp
-.Dv UU_LOCK_READ_ERR:
+.Dv UU_LOCK_READ_ERR :
The lock file could not be read via
.Xr read 2 .
.Pp
-.Dv UU_LOCK_CREAT_ERR:
+.Dv UU_LOCK_CREAT_ERR :
Can't create temporary lock file via
.Xr creat 2 .
.Pp
-.Dv UU_LOCK_WRITE_ERR:
+.Dv UU_LOCK_WRITE_ERR :
The current process ID could not be written to the lock file via a call to
.Xr write 2 .
.Pp
-.Dv UU_LOCK_LINK_ERR:
+.Dv UU_LOCK_LINK_ERR :
Can't link temporary lock file via
.Xr link 2 .
.Pp
-.Dv UU_LOCK_TRY_ERR:
+.Dv UU_LOCK_TRY_ERR :
Locking attempts are failed after 5 tries.
.Pp
If a value of
@@ -134,14 +134,14 @@ and
.Fn uu_lock_txfr
may return any of the following values:
.Pp
-.Dv UU_LOCK_OK:
+.Dv UU_LOCK_OK :
The transfer was successful. The specified process now holds the device
lock.
.Pp
-.Dv UU_LOCK_OWNER_ERR:
+.Dv UU_LOCK_OWNER_ERR :
The current process does not already own a lock on the specified device.
.Pp
-.Dv UU_LOCK_WRITE_ERR:
+.Dv UU_LOCK_WRITE_ERR :
The new process ID could not be written to the lock file via a call to
.Xr write 2 .
.Sh ERRORS