aboutsummaryrefslogtreecommitdiff
path: root/bin/ln
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-12-15 17:37:31 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-12-15 17:37:31 +0000
commit12e720d78bf94de3b7f64be5f7fd7bced7c19b75 (patch)
tree4835618eef3d67608a289aa76509767bf890c972 /bin/ln
parente0913a2c442fb7f44d978791c07fce9fdb3abb47 (diff)
Notes
Diffstat (limited to 'bin/ln')
-rw-r--r--bin/ln/symlink.72
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7
index 1ff329523477..4b2113b48d7d 100644
--- a/bin/ln/symlink.7
+++ b/bin/ln/symlink.7
@@ -102,7 +102,7 @@ For example, if there were a symbolic link
which pointed to a file named
.Dq Li afile ,
the system call
-.Dq Li open("slink" ...)
+.Dq Li open("slink" ...\&)
would return a file descriptor to the file
.Dq afile .
.Pp