svn commit: r319857 - head/bin/ln
Ngie Cooper
ngie at FreeBSD.org
Mon Jun 12 16:43:31 UTC 2017
Author: ngie
Date: Mon Jun 12 16:43:29 2017
New Revision: 319857
URL: https://svnweb.freebsd.org/changeset/base/319857
Log:
ln(1): wordsmith -F option description
MFC after: 1 month
Modified:
head/bin/ln/ln.1
Modified: head/bin/ln/ln.1
==============================================================================
--- head/bin/ln/ln.1 Mon Jun 12 16:38:37 2017 (r319856)
+++ head/bin/ln/ln.1 Mon Jun 12 16:43:29 2017 (r319857)
@@ -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.
More information about the svn-src-head
mailing list