Mention that symlinks don't need to point to an existing file or
directory as suggested by Brian Grayson in PR misc/6711.
This commit is contained in:
parent
1c7a4fb141
commit
593de752d4
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: symlink.2,v 1.9 1998/08/29 08:32:42 lukem Exp $
|
||||
.\" $NetBSD: symlink.2,v 1.10 1999/01/02 16:05:26 tron Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -54,8 +54,8 @@ file created,
|
||||
.Fa name1
|
||||
is the string
|
||||
used in creating the symbolic link).
|
||||
Either name may be an arbitrary path name; the files need not
|
||||
be on the same file system.
|
||||
Either name may be an arbitrary path name; the files need neither
|
||||
to be on the same file system nor to exist.
|
||||
.Sh RETURN VALUES
|
||||
Upon successful completion, a zero value is returned.
|
||||
If an error occurs, the error code is stored in
|
||||
|
Loading…
Reference in New Issue
Block a user