aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-08-16 18:13:24 +0200
committerAlejandro Colomar <alx@kernel.org>2025-08-24 22:21:11 +0200
commit48c8cad94cb669a45885b28ce787dba9f5ad4092 (patch)
tree4fec2a7c2eaa6b89cb32f7a041acc2d4a4bb7a10
parent88e64ce329f71a96a2532ddd9d42e6c2f5995955 (diff)
downloadman-pages-48c8cad94cb669a45885b28ce787dba9f5ad4092.tar.gz
man/man7/inode.7: srcfix
Reported-by: `make lint-man-blank` Cc: "G. Branden Robinson" <branden@debian.org> Cc: Ingo Schwarze <schwarze@openbsd.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man/man7/inode.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man7/inode.7 b/man/man7/inode.7
index b75ba36cdb..08282b74c6 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}