summaryrefslogtreecommitdiffstats
path: root/man3type/id_t.3type
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3type/id_t.3type16
1 files changed, 8 insertions, 8 deletions
diff --git a/man3type/id_t.3type b/man3type/id_t.3type
index 9b30e47..23c130c 100644
--- a/man3type/id_t.3type
+++ b/man3type/id_t.3type
@@ -4,7 +4,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\"
-.TH id_t 3type 2023-03-30 "Linux man-pages 6.05.01"
+.TH id_t 3type 2023-10-31 "Linux man-pages 6.7"
.SH NAME
pid_t, uid_t, gid_t, id_t \- process/user/group identifier
.SH LIBRARY
@@ -13,7 +13,7 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <sys/types.h>
-.PP
+.P
.BR typedef " /* ... */ " pid_t;
.BR typedef " /* ... */ " uid_t;
.BR typedef " /* ... */ " gid_t;
@@ -23,15 +23,15 @@ Standard C library
.I pid_t
is a type used for storing process IDs, process group IDs, and session IDs.
It is a signed integer type.
-.PP
+.P
.I uid_t
is a type used to hold user IDs.
It is an integer type.
-.PP
+.P
.I gid_t
is a type used to hold group IDs.
It is an integer type.
-.PP
+.P
.I id_t
is a type used to hold a general identifier.
It is an integer type that can be used to contain a
@@ -59,7 +59,7 @@ The following headers also provide
.IR <unistd.h> ,
and
.IR <utmpx.h> .
-.PP
+.P
The following headers also provide
.IR uid_t :
.IR <pwd.h> ,
@@ -69,7 +69,7 @@ The following headers also provide
.IR <sys/stat.h> ,
and
.IR <unistd.h> .
-.PP
+.P
The following headers also provide
.IR gid_t :
.IR <grp.h> ,
@@ -80,7 +80,7 @@ The following headers also provide
.IR <sys/stat.h> ,
and
.IR <unistd.h> .
-.PP
+.P
The following header also provides
.IR id_t :
.IR <sys/resource.h> .