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,7 +3,7 @@
chown \- change file ownership
.SH SYNOPSIS
.B chown
.RB [ \-Rr ]
.RB [ \-r ]
.RI [ owner ][: group ]
.RI [ file ...]
.SH DESCRIPTION
@@ -11,7 +11,7 @@ chown \- change file ownership
changes the user or group ownership for the given files.
.SH OPTIONS
.TP
.B \-R, \-r
.B \-r
change directory ownership recursively.
.SH SEE ALSO
.IR chown (2)