aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
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 feda14ed3f..0204a33de2 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -24,7 +24,7 @@ unix \- sockets for local interprocess communication
.B #include <sys/socket.h>
.br
.B #include <sys/un.h>
-
+.PP
.IB unix_socket " = socket(AF_UNIX, type, 0);"
.br
.IB error " = socketpair(AF_UNIX, type, 0, int *" sv ");"