summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2001-08-06 10:42:25 +0000
committermpech <mpech@openbsd.org>2001-08-06 10:42:25 +0000
commitea2542f8a25ae1775fdd2fcc18cafd171df01907 (patch)
treeb54f027f92a8f0a39c712dce0ddaee3764cf8b32 /lib/libc/gen
parento) add BSDI macro (.Bsx); (diff)
downloadwireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.tar.xz
wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.zip
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/basename.34
-rw-r--r--lib/libc/gen/dirname.34
-rw-r--r--lib/libc/gen/exec.33
-rw-r--r--lib/libc/gen/ftok.34
-rw-r--r--lib/libc/gen/readpassphrase.33
-rw-r--r--lib/libc/gen/sysctl.34
6 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/gen/basename.3 b/lib/libc/gen/basename.3
index b31ff96ec6c..da5f1f42524 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.13 2000/12/24 00:30:46 aaron Exp $
+.\" $OpenBSD: basename.3,v 1.14 2001/08/06 10:42:25 mpech Exp $
.\"
.Dd August 17, 1997
.Dt BASENAME 3
@@ -93,5 +93,5 @@ The
.Fn basename
function first appeared in
.Ox 2.2 .
-.Sh AUTHOR
+.Sh AUTHORS
Todd C. Miller <Todd.Miller@courtesan.com>
diff --git a/lib/libc/gen/dirname.3 b/lib/libc/gen/dirname.3
index c8991d71ee1..9351b700fa4 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.10 2000/12/24 00:30:47 aaron Exp $
+.\" $OpenBSD: dirname.3,v 1.11 2001/08/06 10:42:25 mpech Exp $
.\"
.Dd August 17, 1997
.Dt DIRNAME 3
@@ -100,5 +100,5 @@ The
.Fn dirname
function first appeared in
.Ox 2.2 .
-.Sh AUTHOR
+.Sh AUTHORS
Todd C. Miller <Todd.Miller@courtesan.com>
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3
index e34ccf90947..12da41ae013 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: exec.3,v 1.12 2001/03/14 04:02:00 aaron Exp $
+.\" $OpenBSD: exec.3,v 1.13 2001/08/06 10:42:25 mpech Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -165,7 +165,6 @@ returned
.Er ETXTBUSY ) ,
these functions will sleep for several seconds,
periodically re-attempting to execute the file.
-.Pp
.Sh RETURN VALUES
If any of the
.Xr exec
diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3
index b5f4dfbcc34..ae7af64f476 100644
--- a/lib/libc/gen/ftok.3
+++ b/lib/libc/gen/ftok.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftok.3,v 1.10 2000/04/18 03:01:26 aaron Exp $
+.\" $OpenBSD: ftok.3,v 1.11 2001/08/06 10:42:25 mpech Exp $
.\"
.\" Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
.\" All rights reserved.
@@ -73,7 +73,7 @@ The
.Fn ftok
function originated with System V and is typically used by programs
that use the System V IPC routines.
-.Sh AUTHOR
+.Sh AUTHORS
Thorsten Lockert <tholo@sigmasoft.com>
.Sh BUGS
The returned key is computed based on the device and inode of the
diff --git a/lib/libc/gen/readpassphrase.3 b/lib/libc/gen/readpassphrase.3
index 8880dd8bf88..b39ce37bd3f 100644
--- a/lib/libc/gen/readpassphrase.3
+++ b/lib/libc/gen/readpassphrase.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: readpassphrase.3,v 1.2 2000/12/24 00:30:50 aaron Exp $
+.\" $OpenBSD: readpassphrase.3,v 1.3 2001/08/06 10:42:25 mpech Exp $
.\"
.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -103,6 +103,7 @@ if (compare(transform(passbuf), epass) != 0)
\&...
memset(passbuf, 0, sizeof(passbuf));
+.Ed
.Sh FILES
.Bl -tag -width /dev/tty -compact
.It Pa /dev/tty
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 9719e978995..165fae30dfd 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.71 2001/07/05 08:51:25 jjbg Exp $
+.\" $OpenBSD: sysctl.3,v 1.72 2001/08/06 10:42:26 mpech Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1379,7 +1379,7 @@ Some filesystems may contain settings.
.It Dv NFS_NIOTHREADS No " int yes"
.El
.El
-.Pp
+.El
.Sh RETURN VALUES
If the call to
.Fn sysctl