summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-08-01 10:58:45 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-08-01 10:58:45 +0000
commit589a8e2fa5aedc755f8d08db01e830651ae7a1d0 (patch)
treed94a411089cf346a5d2a5ff1de1248b5157de18e /lib/libc
parent297c7626470eefda5d38e04210ffb528f67985af (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..6689e72b1316 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.14 1999/07/31 22:10:17 bde 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