summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-07-31 22:10:17 +0000
committerBruce Evans <bde@FreeBSD.org>1999-07-31 22:10:17 +0000
commit1c8deedd3858e6b48526bf2882bb94c60685475e (patch)
treeb1038174ae2c5918e3e8158f8d1ecc9cd55ff9b8 /lib/libc
parentd3ac30dd5e6201dbfc60cf48026190d90f0f9707 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/chmod.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2
index 94f4ebd8bf3b..d89d080ff712 100644
--- a/lib/libc/sys/chmod.2
+++ b/lib/libc/sys/chmod.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)chmod.2 8.1 (Berkeley) 6/4/93
-.\" $Id: chmod.2,v 1.12 1998/01/11 17:49:51 alex Exp $
+.\" $Id: chmod.2,v 1.13 1999/07/30 10:08:21 mpp Exp $
.\"
.Dd June 4, 1993
.Dt CHMOD 2
@@ -64,7 +64,8 @@ the file specified by
.Fa fd ) ,
or
is the super-user.
-.The chmod
+The
+.Fn chmod
function follows symbolic links to operate on the target of the link
rather than the link itself.
.Pp