From b65f4c691de809da7d822f11301c01188a98f835 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 15 Jul 2018 09:57:11 +0200 Subject: [PATCH] unix.7: tfix Signed-off-by: Michael Kerrisk --- man7/unix.7 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man7/unix.7 b/man7/unix.7 index a4e0ad1c9..f03e7bd12 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