diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-27 08:00:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-27 08:00:19 +0000 |
commit | 1d7f44ef260e315c165880947e131975de370ad7 (patch) | |
tree | e0e82094815e19204f0e127082a49a915bf23a0e /bin/ln | |
parent | 80c9c40df91c28b88ab658a2dd13637a8fc1e5ed (diff) | |
download | src-test2-1d7f44ef260e315c165880947e131975de370ad7.tar.gz src-test2-1d7f44ef260e315c165880947e131975de370ad7.zip |
Notes
Diffstat (limited to 'bin/ln')
-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 ec9d61eb2928..4bf7d4bd4b26 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 |