fix manpages

This commit is contained in:
Connor Lane Smith
2011-06-02 20:38:48 +01:00
parent 92baf1a5c9
commit 164e0c171f
4 changed files with 9 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
chmod \- change file mode
.SH SYNOPSIS
.B chmod
.RB [ -Rr ]
.RB [ \-Rr ]
.RI mode
.RI [ file ...]
.SH DESCRIPTION
@@ -18,7 +18,7 @@ third defines permissions for others in the file's group; and the fourth for all
other users. Leading zeroes may be omitted.
.SH OPTIONS
.TP
.B -R, -r
.B \-R, \-r
change directory mode recursively.
.SH SEE ALSO
.IR chmod (2)