aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-01-16 18:01:12 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-01-16 18:01:12 +0100
commitb28f6e5645b602bfbbc41a186a9568fe8f4c9ac1 (patch)
tree924b75a99ee2baeff1da20d21d17ef360d7b6d9b
parentfb0e9c48094617892cdc765d81dd81cbae5442d7 (diff)
downloadman-pages-b28f6e5645b602bfbbc41a186a9568fe8f4c9ac1.tar.gz
prctl.2, fmtmsg.3, gethostbyname.3, getnameinfo.3: Global fix: s/non-recoverable/nonrecoverable/
The tendency in English, as prescribed in style guides like Chicago MoS, is towards removing hyphens after prefixes like "non-" etc. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/prctl.22
-rw-r--r--man3/fmtmsg.32
-rw-r--r--man3/gethostbyname.32
-rw-r--r--man3/getnameinfo.32
4 files changed, 4 insertions, 4 deletions
diff --git a/man2/prctl.2 b/man2/prctl.2
index 754ba15dd1..ff673e54b2 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -159,7 +159,7 @@ Pass \fBPR_FP_EXC_SW_ENABLE\fP to use FPEXC for FP exception enables,
\fBPR_FP_EXC_RES\fP for floating-point inexact result,
\fBPR_FP_EXC_INV\fP for floating-point invalid operation,
\fBPR_FP_EXC_DISABLED\fP for FP exceptions disabled,
-\fBPR_FP_EXC_NONRECOV\fP for async non-recoverable exception mode,
+\fBPR_FP_EXC_NONRECOV\fP for async nonrecoverable exception mode,
\fBPR_FP_EXC_ASYNC\fP for async recoverable exception mode,
\fBPR_FP_EXC_PRECISE\fP for precise exception mode.
.TP
diff --git a/man3/fmtmsg.3 b/man3/fmtmsg.3
index 7bc2ee8fd3..62c8d81738 100644
--- a/man3/fmtmsg.3
+++ b/man3/fmtmsg.3
@@ -118,7 +118,7 @@ The fourth value shows the severity of the incident:
It is a recoverable error.
.TP
.B MM_NRECOV
-It is a non-recoverable error.
+It is a nonrecoverable error.
.SS "The severity argument"
The
.I severity
diff --git a/man3/gethostbyname.3 b/man3/gethostbyname.3
index 67a401fcfd..36f2da1b39 100644
--- a/man3/gethostbyname.3
+++ b/man3/gethostbyname.3
@@ -272,7 +272,7 @@ The specified host is unknown.
The requested name is valid but does not have an IP address.
.TP
.B NO_RECOVERY
-A non-recoverable name server error occurred.
+A nonrecoverable name server error occurred.
.TP
.B TRY_AGAIN
A temporary error occurred on an authoritative name server.
diff --git a/man3/getnameinfo.3 b/man3/getnameinfo.3
index 369b982717..58c68a495a 100644
--- a/man3/getnameinfo.3
+++ b/man3/getnameinfo.3
@@ -160,7 +160,7 @@ The
argument has an invalid value.
.TP
.B EAI_FAIL
-A non-recoverable error occurred.
+A nonrecoverable error occurred.
.TP
.B EAI_FAMILY
The address family was not recognized,