diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-27 08:00:19 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-27 08:00:19 +0000 |
commit | 376d2cec8e4b758a0eb12c5df3631663afe4292d (patch) | |
tree | f2536061a1805bbeb6b5f9f654538459c2cedba6 /bin | |
parent | f786f0e0e3e07e612592765e22b947b1de9a9f5c (diff) | |
download | FreeBSD-src-376d2cec8e4b758a0eb12c5df3631663afe4292d.zip FreeBSD-src-376d2cec8e4b758a0eb12c5df3631663afe4292d.tar.gz |
Put a note that `-h' and `-n' is non-standard and provided only for
compatibility purposes.
Prompted by: ru
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ln/ln.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index ec9d61e..4bf7d4b 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -178,10 +178,15 @@ operation using the two passed arguments. .Xr symlink 7 .Sh COMPATIBILITY The -.Fl i +.Fl h , +.Fl i , +.Fl n and .Fl v options are non-standard and their use in scripts is not recommended. +They are provided solely for compatibility with other +.Nm +inplementations. .Sh STANDARDS The .Nm |