From: Alejandro Colomar Date: Tue, 2 Nov 2021 17:42:53 +0000 (+0100) Subject: mode_t.3, system_data_types.7: Move text to a separate page X-Git-Tag: man-pages-5.19-rc1~738 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db6bea1fdb139de4e5303279eb9ee4314ee37bfd;p=thirdparty%2Fman-pages.git mode_t.3, system_data_types.7: Move text to a separate page Signed-off-by: Alejandro Colomar --- diff --git a/man3/mode_t.3 b/man3/mode_t.3 index db50c0f091..b2e5bf33d1 100644 --- a/man3/mode_t.3 +++ b/man3/mode_t.3 @@ -1 +1,31 @@ -.so man7/system_data_types.7 +.TH MODE_T 3 2021-11-02 Linux "Linux Programmer's Manual" +.SH NAME +mode_t \- file attributes +.SH SYNOPSIS +.nf +.B #include +.PP +.BR typedef " /* ... */ " mode_t; +.fi +.SH DESCRIPTION +Used for some file attributes (e.g., file mode). +According to POSIX, +it shall be an integer type. +.SH CONFORMING TO +POSIX.1-2001 and later. +.SH NOTES +The following headers also provide this type: +.IR , +.IR , +.IR , +.IR , +.IR , +and +.IR . +.PP +.SH SEE ALSO +.BR chmod (2), +.BR mkdir (2), +.BR open (2), +.BR umask (2), +.BR stat-struct (3) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index f8c2a4a1f5..0166c569e1 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -138,38 +138,6 @@ types in this page. .\"------------------------------------- ldiv_t -----------------------/ .\"------------------------------------- lldiv_t ----------------------/ .\"------------------------------------- mode_t -----------------------/ -.TP -.I mode_t -.RS -.IR Include : -.IR . -Alternatively, -.IR , -.IR , -.IR , -.IR , -.IR , -or -.IR . -.PP -Used for some file attributes (e.g., file mode). -According to POSIX, -it shall be an integer type. -.PP -.IR "Conforming to" : -POSIX.1-2001 and later. -.PP -.IR "See also" : -.BR chmod (2), -.BR mkdir (2), -.BR open (2), -.BR umask (2) -.PP -.IR "See also" : -the -.I stat -structure in this page. -.RE .\"------------------------------------- off64_t ----------------------/ .TP .I off64_t