From: Alejandro Colomar Date: Sat, 16 Aug 2025 16:13:24 +0000 (+0200) Subject: man/man7/inode.7: srcfix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48c8cad94cb669a45885b28ce787dba9f5ad4092;p=thirdparty%2Fman-pages.git man/man7/inode.7: srcfix Reported-by: `make lint-man-blank` Cc: "G. Branden Robinson" Cc: Ingo Schwarze Signed-off-by: Alejandro Colomar --- diff --git a/man/man7/inode.7 b/man/man7/inode.7 index b75ba36cd..08282b74c 100644 --- a/man/man7/inode.7 +++ b/man/man7/inode.7 @@ -257,7 +257,7 @@ The following mask values are defined for the file type: .TS lB l l. S_IFMT 0170000 bit mask for the file type bit field - +\& S_IFSOCK 0140000 socket S_IFLNK 0120000 symbolic link S_IFREG 0100000 regular file @@ -376,7 +376,7 @@ T} S_ISVTX 01000 T{ sticky bit (see below) T} - +\& S_IRWXU 00700 T{ owner has read, write, and execute permission T} @@ -389,7 +389,7 @@ T} S_IXUSR 00100 T{ owner has execute permission T} - +\& S_IRWXG 00070 T{ group has read, write, and execute permission T} @@ -402,7 +402,7 @@ T} S_IXGRP 00010 T{ group has execute permission T} - +\& S_IRWXO 00007 T{ others (not in group) have read, write, and execute permission T}