diff options
author | bde <bde@FreeBSD.org> | 1999-04-25 11:58:25 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-04-25 11:58:25 +0000 |
commit | 27a850982e78827947ef6d9e5be51d2d2f6258bd (patch) | |
tree | 2796a3a97747dba090c955ad948ffb5d6e3f8bb3 /bin | |
parent | 952d1a8ebfea53c822a8ea7934cacb704f86cb26 (diff) | |
download | FreeBSD-src-27a850982e78827947ef6d9e5be51d2d2f6258bd.zip FreeBSD-src-27a850982e78827947ef6d9e5be51d2d2f6258bd.tar.gz |
Reverted some more of rev.1.9 (emphasize that -H != -h).
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ln/symlink.7 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index a0820fe..55b905d 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)symlink.7 8.3 (Berkeley) 3/31/94 -.\" $Id: symlink.7,v 1.8 1998/04/24 12:38:18 des Exp $ +.\" $Id: symlink.7,v 1.10 1999/04/24 10:08:09 nik Exp $ .\" .Dd March 31, 1994 .Dt SYMLINK 7 @@ -313,6 +313,11 @@ For example, the command .Dq Li "chown -HR user slink" will traverse the file hierarchy rooted in the file pointed to by .Dq Li slink . +Note, the +.Fl H +is not the same as the previously discussed +.Fl h +flag. The .Fl H flag causes symbolic links specified on the command line to be |