summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-07-31 22:10:17 +0000
committerbde <bde@FreeBSD.org>1999-07-31 22:10:17 +0000
commit435380cba3f6c24beadd2536e08075d81adfdf37 (patch)
tree06040a0ee41d4a9f5fa30b75e2498db048462ccf /lib
parent712a546a35932ac6d35062ce0a92f74ca6ea83ee (diff)
downloadFreeBSD-src-435380cba3f6c24beadd2536e08075d81adfdf37.zip
FreeBSD-src-435380cba3f6c24beadd2536e08075d81adfdf37.tar.gz
Fixed syntax error in previous commit.
Diffstat (limited to 'lib')
-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 94f4ebd..d89d080 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
OpenPOWER on IntegriCloud