diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-10 13:30:05 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-10 13:30:05 +0000 |
commit | 315d0703e64fddc6c41dacbcc3bf816dfb0d5c3d (patch) | |
tree | aec3a074019c44dfc97f3eb7e91f68c28f577298 /bin/chmod/chmod.1 | |
parent | a91d358f4f53572cd9357b3d37d2b266fbef67b0 (diff) |
Xr chflags(1)
Diffstat (limited to 'bin/chmod/chmod.1')
-rw-r--r-- | bin/chmod/chmod.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 6f9bbea5650..b95dac48c59 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chmod.1,v 1.18 2000/04/15 11:45:52 aaron Exp $ +.\" $OpenBSD: chmod.1,v 1.19 2000/07/10 13:30:04 aaron Exp $ .\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -361,6 +361,7 @@ Set the group bits equal to the user bits, but clear the group write bit. .Pp .Dl Ic chmod g=u-w file .Sh SEE ALSO +.Xr chflags 1 , .Xr chgrp 1 , .Xr find 1 , .Xr install 1 , |