aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index ca6a621d0a..d819f98daf 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -507,8 +507,8 @@ Their owner, group, and permissions can be changed.
Creation of a new socket will fail if the process does not have write and
search (execute) permission on the directory the socket is created in.
Connecting to the socket object requires read/write permission.
-This behavior differs from many BSD-derived systems which
-ignore permissions for UNIX domain sockets.
+This behavior differs from many BSD-derived systems,
+which ignore permissions for UNIX domain sockets.
Portable programs should not rely on
this feature for security.