diff options
author | Chris Fraire <cfraire@me.com> | 2017-08-25 09:47:09 -0500 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-09-21 13:54:02 +0000 |
commit | d042c5a26452797afc4fe8c2ceddebff94d88745 (patch) | |
tree | bc51db221e6a1f4babc967ba489e20d294d75315 /usr/src/man/man1/chmod.1 | |
parent | 2cedd8f0ecbd2b29bf0aac72bb8b7413b0326938 (diff) | |
download | illumos-gate-d042c5a26452797afc4fe8c2ceddebff94d88745.tar.gz |
8591 Man pages contain various errors
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man/man1/chmod.1')
-rw-r--r-- | usr/src/man/man1/chmod.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/man/man1/chmod.1 b/usr/src/man/man1/chmod.1 index 4c04e2ce32..7aaa33d012 100644 --- a/usr/src/man/man1/chmod.1 +++ b/usr/src/man/man1/chmod.1 @@ -17,22 +17,22 @@ chmod \- change the permissions mode of a file .SH SYNOPSIS .LP .nf -\fBchmod\fR [\fB-fR\fR] \fIabsolute-mode\fR \fIfile\fR... +\fBchmod\fR [\fB-fR\fR] \fIabsolute-mode\fR \fIfile\fR ... .fi .LP .nf -\fBchmod\fR [\fB-fR\fR] \fIsymbolic-mode-list\fR \fIfile\fR... +\fBchmod\fR [\fB-fR\fR] \fIsymbolic-mode-list\fR \fIfile\fR ... .fi .LP .nf -\fBchmod\fR [\fB-fR\fR] \fIacl_operation\fR \fIfile\fR... +\fBchmod\fR [\fB-fR\fR] \fIacl_operation\fR \fIfile\fR ... .fi .LP .nf -\fBchmod\fR [\fB-fR\fR] [\fB-@\fR \fInamed_attribute\fR]...\fIattribute_specification_list\fR \fIfile\fR... +\fBchmod\fR [\fB-fR\fR] [\fB-@\fR \fInamed_attribute\fR]...\fIattribute_specification_list\fR \fIfile\fR ... .fi .SH DESCRIPTION @@ -48,7 +48,7 @@ files, directories, and opaque extended attribute files. An absolute mode command line has the following format: .sp .LP -\fBchmod\fR [\fIoptions\fR] \fIabsolute-mode\fR \fIfile\fR . . . +\fBchmod\fR [\fIoptions\fR] \fIabsolute-mode\fR \fIfile\fR ... .sp .LP where \fIabsolute-mode\fR is specified using octal numbers \fInnnn\fR defined @@ -216,7 +216,7 @@ mode; it must be set (or cleared) in symbolic mode using \fBg+s\fR (or A symbolic mode command line has the following format: .sp .LP -\fBchmod\fR [\fIoptions\fR] \fIsymbolic-mode-list\fR \fIfile\fR . . . +\fBchmod\fR [\fIoptions\fR] \fIsymbolic-mode-list\fR \fIfile\fR ... .sp .LP where \fIsymbolic-mode-list\fR is a comma-separated list (with no intervening |