diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 14:10:33 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 14:10:33 +0000 |
commit | 56f6529fc36c6db13ad6ff247464d6b0c9e0d023 (patch) | |
tree | 370910d2e05f30a3e4f78b5160a518c3222aa9f9 /lib/libc/sys/mknod.2 | |
parent | 7e10459e58879c6c2e91c7f14687227390272c68 (diff) |
- change references to nil to null; tschroed@acm.org
- remove trailing spaces from end of lines
- add some .Dv
- change -1 to \-1, so `-' is taken as a negative sign
- other misc formatting fixes
Diffstat (limited to 'lib/libc/sys/mknod.2')
-rw-r--r-- | lib/libc/sys/mknod.2 | 10 |
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 . |