diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-10-01 20:32:59 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-10-01 20:32:59 +0000 |
commit | e0dae5aaa4558b8997e332083be416a9c36b34c2 (patch) | |
tree | b74c127c379aa3f7bc4718601036e129b696b708 /bin | |
parent | 7a208274538de40930ed7be13f07ed6743cf4bc1 (diff) | |
download | FreeBSD-src-e0dae5aaa4558b8997e332083be416a9c36b34c2.zip FreeBSD-src-e0dae5aaa4558b8997e332083be416a9c36b34c2.tar.gz |
Return the ``u''
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chmod/chmod.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 8ef44ad7..d5ead27 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -163,7 +163,7 @@ search in the directory. .Pp For example, the absolute mode that permits read, write and execute by the owner, read and execute by group members, read and execute by -others, and no set-uid or set-gid behavior is 755 +others, and no set-uid or set-gid behaviour is 755 (400+200+100+040+010+004+001). .Pp The symbolic mode is described by the following grammar: |