diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-06-17 18:57:06 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-06-20 14:08:30 +0200 |
| commit | 89657ef57d75c7c0b21f5df6bd37fe45f2333ba0 (patch) | |
| tree | 0ea373d844972719d541dbc5ed9b8212e3f55f16 /man7/unix.7 | |
| parent | 00b78c5fdadd9b2ea69ac7e55b9ce09d2b80f54e (diff) | |
| download | man-pages-89657ef57d75c7c0b21f5df6bd37fe45f2333ba0.tar.gz | |
unix.7: Minor wording fix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 4595684c12..25e0b0aebb 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -542,7 +542,8 @@ The socket file has all permissions enabled, other than those that are turned off by the process .BR umask (2). -A socket's owner, group, and permissions can be changed (using +For a socket that is visible in the filesystem, +the owner, group, and permissions can be changed (using .BR chown (2) and .BR chmod (2)). |
