From 1c8deedd3858e6b48526bf2882bb94c60685475e Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 31 Jul 1999 22:10:17 +0000 Subject: [PATCH] Fixed syntax error in previous commit. --- lib/libc/sys/chmod.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 94f4ebd8bf3..d89d080ff71 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