summaryrefslogtreecommitdiffstats
path: root/bin/ln/ln.1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-09-11 10:06:56 +0000
committerobrien <obrien@FreeBSD.org>1999-09-11 10:06:56 +0000
commitcb13e979b2fa8e42bad8e540637e8de90a09240c (patch)
treea5b6b0dae2c99ddb5ac59dda7e7f06902d3317d2 /bin/ln/ln.1
parentdb9dbb0a3c024448b456899d2a4c17709a425477 (diff)
downloadFreeBSD-src-cb13e979b2fa8e42bad8e540637e8de90a09240c.zip
FreeBSD-src-cb13e979b2fa8e42bad8e540637e8de90a09240c.tar.gz
Add verbose processing flag.
Diffstat (limited to 'bin/ln/ln.1')
-rw-r--r--bin/ln/ln.112
1 files changed, 10 insertions, 2 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index 93fa3df..ea9458f 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -43,11 +43,11 @@
.Nd make links
.Sh SYNOPSIS
.Nm ln
-.Op Fl fs
+.Op Fl fsv
.Ar source_file
.Op target_file
.Nm ln
-.Op Fl fs
+.Op Fl fsv
.Ar source_file ...
.Op target_dir
.Sh DESCRIPTION
@@ -72,6 +72,10 @@ The options are as follows:
Unlink any already existing file, permitting the link to occur.
.It Fl s
Create a symbolic link.
+.It Fl v
+Cause
+.Nm
+to be verbose, showing files as they are processed.
.El
.Pp
By default,
@@ -125,6 +129,10 @@ The links made will have the same name as the files being linked to.
.Xr stat 2 ,
.Xr symlink 2 ,
.Xr symlink 7
+.Sh COMPATIBILITY
+The
+.Fl v
+option is non-standard and its use in scripts is not recommended.
.Sh HISTORY
An
.Nm
OpenPOWER on IntegriCloud