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/symlink.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/symlink.2')
-rw-r--r-- | lib/libc/sys/symlink.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2 index 944c65cbac8..b82fda88a2d 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: symlink.2,v 1.9 1999/05/26 03:16:22 aaron Exp $ +.\" $OpenBSD: symlink.2,v 1.10 1999/06/29 14:10:26 aaron Exp $ .\" $NetBSD: symlink.2,v 1.7 1995/02/27 12:38:34 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -63,7 +63,7 @@ need not exist at all. Upon successful completion, a zero value is returned. If an error occurs, the error code is stored in .Va errno -and a -1 value is returned. +and a \-1 value is returned. .Sh ERRORS The symbolic link succeeds unless: .Bl -tag -width Er @@ -72,9 +72,9 @@ A component of the .Fa name2 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 |