aboutsummaryrefslogtreecommitdiff
path: root/bin/ln/ln.1
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-06-12 16:43:29 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-06-12 16:43:29 +0000
commitb01fe519c320ca4a1d6b66e10f37efecb94448fc (patch)
tree141428587be1c0f2527ade5626a4d90dc7d6a0b7 /bin/ln/ln.1
parented66391a6ed0ccb07adda753137b5220565c2aac (diff)
downloadsrc-b01fe519c320ca4a1d6b66e10f37efecb94448fc.tar.gz
src-b01fe519c320ca4a1d6b66e10f37efecb94448fc.zip
ln(1): wordsmith -F option description
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=319857
Diffstat (limited to 'bin/ln/ln.1')
-rw-r--r--bin/ln/ln.110
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index 1ba8c9956bd6..9f8819e0f95a 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -32,7 +32,7 @@
.\" @(#)ln.1 8.2 (Berkeley) 12/30/93
.\" $FreeBSD$
.\"
-.Dd November 2, 2012
+.Dd June 12, 2017
.Dt LN 1
.Os
.Sh NAME
@@ -87,14 +87,18 @@ option should be used with either
or
.Fl i
options.
-If none is specified,
+If neither
+.Fl f
+nor
+.Fl i
+is specified,
.Fl f
is implied.
The
.Fl F
option is a no-op unless
.Fl s
-option is specified.
+is specified.
.It Fl L
When creating a hard link to a symbolic link,
create a hard link to the target of the symbolic link.