summaryrefslogtreecommitdiffstats
path: root/bin/ln/ln.1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ln/ln.1')
-rw-r--r--bin/ln/ln.120
1 files changed, 17 insertions, 3 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index 89f4e5f..6120ae57 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -44,11 +44,11 @@
.Nd make links
.Sh SYNOPSIS
.Nm ln
-.Op Fl fsv
+.Op Fl fisv
.Ar source_file
.Op target_file
.Nm ln
-.Op Fl fsv
+.Op Fl fisv
.Ar source_file ...
.Op target_dir
.Nm link
@@ -73,6 +73,18 @@ The options are as follows:
.Bl -tag -width flag
.It Fl f
Unlink any already existing file, permitting the link to occur.
+The
+.Fl f
+option overrides any previous
+.Fl i
+options.
+.It Fl i
+Request confirmation before attempting to replace already existing file.
+The
+.Fl i
+option overrides any previous
+.Fl f
+options.
.It Fl s
Create a symbolic link.
.It Fl v
@@ -144,7 +156,9 @@ operation using the two passed arguments.
.Sh COMPATIBILITY
The
.Fl v
-option is non-standard and its use in scripts is not recommended.
+and
+.Fl i
+options are non-standard and their use in scripts is not recommended.
.Sh HISTORY
An
.Nm
OpenPOWER on IntegriCloud