aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-05-07 08:30:26 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-05-07 08:30:26 +0200
commit5ffdc2fda9b8310cc452be40aa4d7e05b7864451 (patch)
tree86163930a681b66712199f43421c51e7ca08e5ad /man7/unix.7
parentac279f7638423ea62a5c704d6f8d2818d9d27582 (diff)
downloadman-pages-5ffdc2fda9b8310cc452be40aa4d7e05b7864451.tar.gz
Removed trailing white space at end of lines
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index 210d96f502..e6e311f46c 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -60,7 +60,7 @@ A UNIX domain socket address is represented in the following structure:
.nf
.\" #define UNIX_PATH_MAX 108
-.\"
+.\"
struct sockaddr_un {
sa_family_t sun_family; /* AF_UNIX */
char sun_path[108]; /* pathname */