]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man7/inode.7: srcfix
authorAlejandro Colomar <alx@kernel.org>
Sat, 16 Aug 2025 16:13:24 +0000 (18:13 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 20:21:11 +0000 (22:21 +0200)
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>
man/man7/inode.7

index b75ba36cdb4136560acd44bb299cd3a82e162d61..08282b74c696148efcb01c831c432ca981636c46 100644 (file)
@@ -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}