diff options
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 |