diff options
author | ngie <ngie@FreeBSD.org> | 2017-07-17 21:10:08 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-07-17 21:10:08 +0000 |
commit | 347a7c2f6ba90d81873ae2612f314a28b18fcb9f (patch) | |
tree | b29dddfd8c56083c2c7f31297c6eba34bb77feac | |
parent | be92ed015df779198a1509eea392548fbf9704b3 (diff) | |
download | FreeBSD-src-347a7c2f6ba90d81873ae2612f314a28b18fcb9f.zip FreeBSD-src-347a7c2f6ba90d81873ae2612f314a28b18fcb9f.tar.gz |
MFC r319857:
ln(1): wordsmith -F option description
-rw-r--r-- | bin/ln/ln.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 610f7bb..32631ce 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. |