diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-07-15 09:57:11 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-07-15 10:16:49 +0200 |
| commit | b65f4c691de809da7d822f11301c01188a98f835 (patch) | |
| tree | 0c3c32f8eb34e6430f4f099ed0f0c0eb897fefdf /man7/unix.7 | |
| parent | 879962006f0656b71f85b3d4fac32ce1d42f36ea (diff) | |
| download | man-pages-b65f4c691de809da7d822f11301c01188a98f835.tar.gz | |
unix.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index a4e0ad1c92..f03e7bd120 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -64,7 +64,7 @@ A UNIX domain socket address is represented in the following structure: .\" struct sockaddr_un { sa_family_t sun_family; /* AF_UNIX */ - char sun_path[108]; /* pathname */ + char sun_path[108]; /* Pathname */ }; .EE .in @@ -407,9 +407,9 @@ as follows: .in +4n .EX struct ucred { - pid_t pid; /* process ID of the sending process */ - uid_t uid; /* user ID of the sending process */ - gid_t gid; /* group ID of the sending process */ + pid_t pid; /* Process ID of the sending process */ + uid_t uid; /* User ID of the sending process */ + gid_t gid; /* Group ID of the sending process */ }; .EE .in |
