aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man7/unix.78
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