Date: Mon, 17 Jul 2017 21:09:31 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r321089 - stable/11/bin/ln Message-ID: <201707172109.v6HL9VEN054481@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Mon Jul 17 21:09:31 2017 New Revision: 321089 URL: https://svnweb.freebsd.org/changeset/base/321089 Log: MFC r319857: ln(1): wordsmith -F option description Modified: stable/11/bin/ln/ln.1 Directory Properties: stable/11/ (props changed) Modified: stable/11/bin/ln/ln.1 ============================================================================== --- stable/11/bin/ln/ln.1 Mon Jul 17 21:08:24 2017 (r321088) +++ stable/11/bin/ln/ln.1 Mon Jul 17 21:09:31 2017 (r321089) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707172109.v6HL9VEN054481>