diff options
author | 1999-05-26 03:16:22 +0000 | |
---|---|---|
committer | 1999-05-26 03:16:22 +0000 | |
commit | ba3a4eb78aa550153cee8289cda8376e53e2d3ce (patch) | |
tree | 60b8897108fc12f74886928a282268b9cee06679 /lib/libc/sys/symlink.2 | |
parent | typo; from NetBSD (diff) | |
download | wireguard-openbsd-ba3a4eb78aa550153cee8289cda8376e53e2d3ce.tar.xz wireguard-openbsd-ba3a4eb78aa550153cee8289cda8376e53e2d3ce.zip |
mention that parameter name1 (the file to link to) need not exist; from NetBSD
Diffstat (limited to 'lib/libc/sys/symlink.2')
-rw-r--r-- | lib/libc/sys/symlink.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2 index bdbb61c7760..944c65cbac8 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: symlink.2,v 1.8 1999/05/23 14:10:56 aaron Exp $ +.\" $OpenBSD: symlink.2,v 1.9 1999/05/26 03:16:22 aaron Exp $ .\" $NetBSD: symlink.2,v 1.7 1995/02/27 12:38:34 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -56,7 +56,9 @@ file created, 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. +be on the same file system, and the file specified by +.Fa name1 +need not exist at all. .Sh RETURN VALUES Upon successful completion, a zero value is returned. If an error occurs, the error code is stored in |