diff options
author | ru <ru@FreeBSD.org> | 2005-01-16 16:41:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-16 16:41:59 +0000 |
commit | ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44 (patch) | |
tree | 1775365203268b35ac39f4ba2e40744174a93e39 /bin/ln | |
parent | ea812ffcf7bd499c17e770d26e4a5656d8d23f57 (diff) | |
download | FreeBSD-src-ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44.zip FreeBSD-src-ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44.tar.gz |
Add the new standard EXIT STATUS section where appropriate.
Sort standard sections in the (documented) preferred order.
Diffstat (limited to 'bin/ln')
-rw-r--r-- | bin/ln/ln.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index c95258c..e494d14 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -168,13 +168,6 @@ No options may be supplied in this simple mode of operation, which performs a .Xr link 2 operation using the two passed arguments. -.Sh SEE ALSO -.Xr link 2 , -.Xr lstat 2 , -.Xr readlink 2 , -.Xr stat 2 , -.Xr symlink 2 , -.Xr symlink 7 .Sh COMPATIBILITY The .Fl h , @@ -186,6 +179,13 @@ options are non-standard and their use in scripts is not recommended. They are provided solely for compatibility with other .Nm implementations. +.Sh SEE ALSO +.Xr link 2 , +.Xr lstat 2 , +.Xr readlink 2 , +.Xr stat 2 , +.Xr symlink 2 , +.Xr symlink 7 .Sh STANDARDS The .Nm |