stat.2: Remove excessive leading zeros on some constants

Reported-by: Andreas Grünbacher <andreas.gruenbacher@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-21 16:35:23 +02:00
parent addfd6c39c
commit bba094e3f9
1 changed files with 3 additions and 3 deletions

View File

@ -402,9 +402,9 @@ field:
.in +4n
.TS
lB l l.
S_ISUID 0004000 set-user-ID bit
S_ISGID 0002000 set-group-ID bit (see below)
S_ISVTX 0001000 sticky bit (see below)
S_ISUID 04000 set-user-ID bit
S_ISGID 02000 set-group-ID bit (see below)
S_ISVTX 01000 sticky bit (see below)
S_IRWXU 00700 owner has read, write and execute permission
S_IRUSR 00400 owner has read permission