chmod, chown: remove redundant flag
This commit is contained in:
6
chmod.1
6
chmod.1
@@ -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)
|
||||
|
Reference in New Issue
Block a user