aboutsummaryrefslogtreecommitdiff
path: root/bin/ln
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-16 16:41:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-16 16:41:59 +0000
commit6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581 (patch)
tree1775365203268b35ac39f4ba2e40744174a93e39 /bin/ln
parent2d7142bf0d3cccc74a0fc8479fa63c795d0d0556 (diff)
downloadsrc-6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581.tar.gz
src-6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581.zip
Add the new standard EXIT STATUS section where appropriate.
Sort standard sections in the (documented) preferred order.
Notes
Notes: svn path=/head/; revision=140353
Diffstat (limited to 'bin/ln')
-rw-r--r--bin/ln/ln.114
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index c95258c3037e..e494d1465f7f 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