summaryrefslogtreecommitdiff
path: root/bin/ln
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:06:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:06:28 +0000
commit1171aedcdfa45767ff20c8513bad6a68c97e8c60 (patch)
tree2c2c5e008b2bf844bd915427a51d1c2f0c5f7890 /bin/ln
parent1a0a934547909744a6a2fa4cfd5b795ec6394f05 (diff)
Notes
Diffstat (limited to 'bin/ln')
-rw-r--r--bin/ln/ln.112
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index 3f504ac28b56..66b42050decf 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -126,22 +126,22 @@ Hard links may not normally refer to directories and may not span file systems.
A symbolic link contains the name of the file to
which it is linked.
The referenced file is used when an
-.Xr open 2
+.Xr open 2
operation is performed on the link.
A
-.Xr stat 2
+.Xr stat 2
on a symbolic link will return the linked-to file; an
-.Xr lstat 2
+.Xr lstat 2
must be done to obtain information about the link.
The
-.Xr readlink 2
+.Xr readlink 2
call may be used to read the contents of a symbolic link.
Symbolic links may span file systems and may refer to directories.
.Pp
Given one or two arguments,
.Nm
creates a link to an existing file
-.Ar source_file .
+.Ar source_file .
If
.Ar target_file
is given, the link has that name;
@@ -150,7 +150,7 @@ may also be a directory in which to place the link;
otherwise it is placed in the current directory.
If only the directory is specified, the link will be made
to the last component of
-.Ar source_file .
+.Ar source_file .
.Pp
Given more than two arguments,
.Nm