summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mknod.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/mknod.2')
-rw-r--r--lib/libc/sys/mknod.210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/mknod.2 b/lib/libc/sys/mknod.2
index 5097bc7e70f..c8119f5b895 100644
--- a/lib/libc/sys/mknod.2
+++ b/lib/libc/sys/mknod.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mknod.2,v 1.6 1999/05/25 13:06:46 aaron Exp $
+.\" $OpenBSD: mknod.2,v 1.7 1999/06/29 14:10:07 aaron Exp $
.\" $NetBSD: mknod.2,v 1.6 1995/02/27 12:34:33 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -71,7 +71,7 @@ is ignored.
requires super-user privileges.
.Sh RETURN VALUES
Upon successful completion a value of 0 is returned.
-Otherwise, a value of -1 is returned and
+Otherwise, a value of \-1 is returned and
.Va errno
is set to indicate the error.
.Sh ERRORS
@@ -81,9 +81,9 @@ will fail and the file will be not created if:
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
-A component of a pathname exceeded
+A component of a pathname exceeded
.Dv {NAME_MAX}
-characters, or an entire path name exceeded
+characters, or an entire path name exceeded
.Dv {PATH_MAX}
characters.
.It Bq Er ENOENT
@@ -126,5 +126,5 @@ points outside the process's allocated address space.
.Sh HISTORY
A
.Fn mknod
-function call appeared in
+function call appeared in
.At v6 .