aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-06-17 18:33:10 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-06-20 14:00:37 +0200
commit820758df1ade8bc323b762ba7020583db9f22c57 (patch)
treeb9ad1d0fed28a559247df46435a1a17eca7b1d99 /man7/unix.7
parentbfb9c7c01451c7dec16f7c00d9c98fe82e2d3a14 (diff)
downloadman-pages-820758df1ade8bc323b762ba7020583db9f22c57.tar.gz
unix.7: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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.