View | Details | Raw Unified | Return to bug 16749
Collapse All | Expand All

(-)src/bin/chmod.1 (-4 / +4 lines)
Lines 65-71 Link Here
65
If the
65
If the
66
.Fl R
66
.Fl R
67
option is specified, symbolic links on the command line are followed.
67
option is specified, symbolic links on the command line are followed.
68
(Symbolic links encountered in the tree traversal are not followed.)
68
(Symbolic links encountered in the tree traversal are not followed by
69
default.)
69
.It Fl L
70
.It Fl L
70
If the
71
If the
71
.Fl R
72
.Fl R
Lines 81-91 Link Here
81
Do not display a diagnostic message if
82
Do not display a diagnostic message if
82
.Nm
83
.Nm
83
could not modify the mode for
84
could not modify the mode for
85
.Va file .
84
.It Fl v
86
.It Fl v
85
Cause
87
Cause
86
.Nm
88
.Nm
87
to be verbose, showing files as the mode is modified.
89
to be verbose, showing files as the mode is modified.
88
.Va file .
89
.El
90
.El
90
.Pp
91
.Pp
91
Symbolic links do not have modes, so unless the
92
Symbolic links do not have modes, so unless the
Lines 171-179 Link Here
171
The symbolic mode is described by the following grammar:
172
The symbolic mode is described by the following grammar:
172
.Bd -literal -offset indent
173
.Bd -literal -offset indent
173
mode         ::= clause [, clause ...]
174
mode         ::= clause [, clause ...]
174
clause       ::= [who ...] [action ...] last_action
175
clause       ::= [who ...] [action ...] action
175
action       ::= op [perm ...]
176
action       ::= op [perm ...]
176
last_action  ::= op [perm ...]
177
who          ::= a | u | g | o
177
who          ::= a | u | g | o
178
op           ::= + | \- | =
178
op           ::= + | \- | =
179
perm         ::= r | s | t | w | x | X | u | g | o
179
perm         ::= r | s | t | w | x | X | u | g | o

Return to bug 16749