summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mknod.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 11:46:06 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-15 11:46:06 +0000
commit85c9ba7c594c9e1658e20053dcd00403e6e314e2 (patch)
treeb9cba2183a2d7100b412afdd5c1220359e582d77 /lib/libc/sys/mknod.2
parent66c4835634f1e74242f62bb59553d61059dc1a46 (diff)
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes. - Some `id' -> `ID'.
Diffstat (limited to 'lib/libc/sys/mknod.2')
-rw-r--r--lib/libc/sys/mknod.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/mknod.2 b/lib/libc/sys/mknod.2
index c8119f5b895..57bec168377 100644
--- a/lib/libc/sys/mknod.2
+++ b/lib/libc/sys/mknod.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mknod.2,v 1.7 1999/06/29 14:10:07 aaron Exp $
+.\" $OpenBSD: mknod.2,v 1.8 2000/04/15 11:46:03 aaron Exp $
.\" $NetBSD: mknod.2,v 1.6 1995/02/27 12:34:33 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -68,7 +68,7 @@ does not indicate a block special or character special device,
is ignored.
.Pp
.Fn mknod
-requires super-user privileges.
+requires superuser privileges.
.Sh RETURN VALUES
Upon successful completion a value of 0 is returned.
Otherwise, a value of \-1 is returned and
@@ -93,7 +93,7 @@ Search permission is denied for a component of the path prefix.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
.It Bq Er EPERM
-The process's effective user ID is not super-user.
+The process's effective user ID is not superuser.
.It Bq Er EIO
An I/O error occurred while making the directory entry or allocating the inode.
.It Bq Er ENOSPC