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 /lib/libc/compat-43/gethostid.3 | |
parent | 66c4835634f1e74242f62bb59553d61059dc1a46 (diff) |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'lib/libc/compat-43/gethostid.3')
-rw-r--r-- | lib/libc/compat-43/gethostid.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/gethostid.3 b/lib/libc/compat-43/gethostid.3 index 40b671a90e9..638427de545 100644 --- a/lib/libc/compat-43/gethostid.3 +++ b/lib/libc/compat-43/gethostid.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: gethostid.3,v 1.6 1999/07/09 13:35:14 aaron Exp $ +.\" $OpenBSD: gethostid.3,v 1.7 2000/04/15 11:46:01 aaron Exp $ .\" .Dd June 2, 1993 .Dt GETHOSTID 3 @@ -50,7 +50,7 @@ establishes a 32-bit identifier for the current processor that is intended to be unique among all UNIX systems in existence. This is normally a DARPA Internet address for the local machine. This call is allowed only to the -super-user and is normally performed at boot time. +superuser and is normally performed at boot time. .Pp .Fn gethostid returns the 32-bit identifier for the current processor. |