chmod, chown: remove redundant flag

This commit is contained in:
Connor Lane Smith
2012-05-25 21:52:01 +01:00
parent 95ea9d4a00
commit 20d526391d
4 changed files with 9 additions and 11 deletions

View File

@@ -3,12 +3,12 @@
chmod \- change file mode
.SH SYNOPSIS
.B chmod
.RB [ \-Rr ]
.RB [ \-r ]
.I octal
.RI [ file ...]
.P
.B chmod
.RB [ \-Rr ]
.RB [ \-r ]
.RB [ ugoa ]*[ +-= ][ rwxs ]*
.RI [ file ...]
.SH DESCRIPTION
@@ -65,7 +65,7 @@ setuid and setgid attributes.
.PD
.SH OPTIONS
.TP
.B \-R, \-r
.B \-r
change directory mode recursively.
.SH SEE ALSO
.IR chmod (2)