diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
commit | 85c9ba7c594c9e1658e20053dcd00403e6e314e2 (patch) | |
tree | b9cba2183a2d7100b412afdd5c1220359e582d77 /share/man/man4 | |
parent | 66c4835634f1e74242f62bb59553d61059dc1a46 (diff) |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/ddb.4 | 4 | ||||
-rw-r--r-- | share/man/man4/ns.4 | 4 | ||||
-rw-r--r-- | share/man/man4/nsip.4 | 4 | ||||
-rw-r--r-- | share/man/man4/tun.4 | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 605fab6af7a..82713bf1c4f 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.17 1999/09/21 22:30:08 d Exp $ +.\" $OpenBSD: ddb.4,v 1.18 2000/04/15 11:45:51 aaron Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -93,7 +93,7 @@ to be the same. An expression can be used in place of .Ar address (see -.Sx EXPRESSIONS . ) +.Sx EXPRESSIONS ) . Omitting .Ar address in a command uses the last value of diff --git a/share/man/man4/ns.4 b/share/man/man4/ns.4 index 6845eafd70f..714aeb1f85b 100644 --- a/share/man/man4/ns.4 +++ b/share/man/man4/ns.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ns.4,v 1.7 2000/02/19 14:41:11 deraadt Exp $ +.\" $OpenBSD: ns.4,v 1.8 2000/04/15 11:45:51 aaron Exp $ .\" $NetBSD: ns.4,v 1.3 1994/11/30 16:22:26 jtc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -124,7 +124,7 @@ call is restricted to be greater than (=3000, in .Aq Pa netns/ns.h ) unless the creating process is running -as the super-user, providing a space of protected port numbers. +as the superuser, providing a space of protected port numbers. .Sh PROTOCOLS The .Tn NS diff --git a/share/man/man4/nsip.4 b/share/man/man4/nsip.4 index ca886d0ade5..168ae643abe 100644 --- a/share/man/man4/nsip.4 +++ b/share/man/man4/nsip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nsip.4,v 1.5 1999/07/09 13:35:47 aaron Exp $ +.\" $OpenBSD: nsip.4,v 1.6 2000/04/15 11:45:51 aaron Exp $ .\" $NetBSD: nsip.4,v 1.3 1994/11/30 16:22:27 jtc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -59,7 +59,7 @@ through the .Tn IP machinery. .Pp -The super-user can advise the operating system of a willing partner +The superuser can advise the operating system of a willing partner by naming an .Tn IP address to be associated with an diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index 236ce089116..9ef07853875 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tun.4,v 1.12 1999/12/16 06:45:31 deraadt Exp $ +.\" $OpenBSD: tun.4,v 1.13 2000/04/15 11:45:51 aaron Exp $ .Dd March 10, 1996 .Dt TUN 4 .Os @@ -63,7 +63,7 @@ There are two control interfaces. The interface, normally .Pa /dev/tun Ns Sy N , is exclusive-open (it cannot be opened if it is already open), is -normally restricted to the super-user, and can +normally restricted to the superuser, and can .Dq transmit and .Dq receive @@ -94,7 +94,7 @@ packets, and perform control functions. As mentioned above, this interface is exclusive-open; if the .Dv SUONLY bit is set (which it is by default), it cannot be opened at all except -by the super-user. By default, a +by the superuser. By default, a .Fn read call will return an error .Pf ( Er EHOSTDOWN ) @@ -199,7 +199,7 @@ error occurs. .\" X .It Dv TUN_BRDADDR Ta RO Ta "Broadcast address has been set." .\" X .It Dv TUN_PREPADDR Ta RW Ta "Prepend sent-to address for reads." .\" X .It Dv TUN_STAYUP Ta RW Ta "Don't take interface down on close." -.\" X .It Dv TUN_SUONLY Ta RW Ta "Data control device is super-user only." +.\" X .It Dv TUN_SUONLY Ta RW Ta "Data control device is superuser only." .\" X .It Dv TUN_RRWAIT Ta RW Ta "Wait for ready when reading." .\" X .El .\" X .It Dv TUNGFLAG |