mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Refer to the original mode of the file, not the mode of the original
file. PR: docs/34224 Submitted by: "Gary W. Swearingen" <swear@blarg.net>
This commit is contained in:
parent
2d0a7148b6
commit
63b46af996
1 changed files with 3 additions and 3 deletions
|
|
@ -204,11 +204,11 @@ symbol ``X'' are only meaningful in conjunction with the
|
|||
.Ar op
|
||||
symbol ``+'', and are ignored in all other cases.
|
||||
.It u
|
||||
The user permission bits in the mode of the original file.
|
||||
The user permission bits in the original mode of the file.
|
||||
.It g
|
||||
The group permission bits in the mode of the original file.
|
||||
The group permission bits in the original mode of the file.
|
||||
.It o
|
||||
The other permission bits in the mode of the original file.
|
||||
The other permission bits in the original mode of the file.
|
||||
.El
|
||||
.Pp
|
||||
The
|
||||
|
|
|
|||
Loading…
Reference in a new issue