aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-07-09 14:17:06 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-07-09 14:17:06 +0000
commit8ee190da4aba4503e5d7e5e46c42a64bb94350f0 (patch)
tree11bb80d32b95bb48c5e5d1540da97af2a1a38c8d /man2
parent2914a14d30eb93866f78c5bbb0bc21b1e87b729d (diff)
downloadman-pages-8ee190da4aba4503e5d7e5e46c42a64bb94350f0.tar.gz
s/UNIX/Unix/, when not used as part of a trademark,
for consistency with majority usage in pages.
Diffstat (limited to 'man2')
-rw-r--r--man2/bind.22
-rw-r--r--man2/gethostid.22
-rw-r--r--man2/read.22
3 files changed, 3 insertions, 3 deletions
diff --git a/man2/bind.2 b/man2/bind.2
index fe931009de..1858a5bab9 100644
--- a/man2/bind.2
+++ b/man2/bind.2
@@ -174,7 +174,7 @@ The socket is already bound to an address.
.I sockfd
is a descriptor for a file, not a socket.
.PP
-The following errors are specific to UNIX domain
+The following errors are specific to Unix domain
.RB ( AF_UNIX )
sockets:
.TP
diff --git a/man2/gethostid.2 b/man2/gethostid.2
index 785d3ffcec..e7961a8931 100644
--- a/man2/gethostid.2
+++ b/man2/gethostid.2
@@ -47,7 +47,7 @@ _BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500)
.ad b
.SH DESCRIPTION
Get or set a unique 32-bit identifier for the current machine.
-The 32-bit identifier is intended to be unique among all UNIX systems in
+The 32-bit identifier is intended to be unique among all Unix systems in
existence.
This normally resembles the Internet address for the local
machine, as returned by
diff --git a/man2/read.2 b/man2/read.2
index 2f7e27bb3c..1580e33eed 100644
--- a/man2/read.2
+++ b/man2/read.2
@@ -150,7 +150,7 @@ leave st_atime (last file access time)
updates to the server and client side reads satisfied from the
client's cache will not cause st_atime updates on the server as there are no
server side reads.
-UNIX semantics can be obtained by disabling client
+Unix semantics can be obtained by disabling client
side attribute caching, but in most situations this will substantially
increase server load and decrease performance.
.PP