aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-06-10 09:37:34 +1200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-06-10 10:37:46 +1200
commit0ba6b2966c128f319fe6deabc2d222e3c93a6ae7 (patch)
tree083f2a4f7647aaba9d3b24b5920c8c9c6b781685 /man7
parent0ace616cf858e37e8b96365fbd19c169404c28c5 (diff)
downloadman-pages-0ba6b2966c128f319fe6deabc2d222e3c93a6ae7.tar.gz
system_data_types.7: Minor enhancement of description of mode_t
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/system_data_types.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 6f6f8a095e..6cb6cdde8c 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -796,7 +796,7 @@ Alternatively,
or
.IR <sys/stat.h> .
.PP
-Used for some file attributes.
+Used for some file attributes (e.g., file mode).
According to POSIX,
it shall be an integer type.
.PP