From 657316c0920621f7a040c4590c5ae89ed4b14463 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 16 Jan 2010 17:47:13 +0100 Subject: [PATCH] msgop.2, semop.2, lgamma.3, tgamma.3, mdoc.samples.7: Global fix: s/non-positive/nonpositive/ 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 --- man2/msgop.2 | 2 +- man2/semop.2 | 2 +- man3/lgamma.3 | 4 ++-- man3/tgamma.3 | 2 +- man7/mdoc.samples.7 | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man2/msgop.2 b/man2/msgop.2 index 2c3abe897..2b29cacba 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -330,7 +330,7 @@ Sleeping on a full message queue condition, the process caught a signal. .B EINVAL Invalid .I msqid -value, or non-positive +value, or nonpositive .I mtype value, or invalid diff --git a/man2/semop.2 b/man2/semop.2 index ad611cf36..298cac44e 100644 --- a/man2/semop.2 +++ b/man2/semop.2 @@ -370,7 +370,7 @@ The semaphore set doesn't exist, or .I semid is less than zero, or .I nsops -has a non-positive value. +has a nonpositive value. .TP .B ENOMEM The diff --git a/man3/lgamma.3 b/man3/lgamma.3 index 1e84632b2..fc37333a2 100644 --- a/man3/lgamma.3 +++ b/man3/lgamma.3 @@ -91,7 +91,7 @@ positive infinity is returned. If .I x -is a non-positive integer, +is a nonpositive integer, a pole error occurs, and the functions return .RB + HUGE_VAL , @@ -117,7 +117,7 @@ when calling these functions. .PP The following errors can occur: .TP -Pole error: \fIx\fP is a non-positive integer +Pole error: \fIx\fP is a nonpositive integer .I errno is set to .\" FIXME . glibc 2.8 gives EDOM! diff --git a/man3/tgamma.3 b/man3/tgamma.3 index 34040dbf2..3f70e01c2 100644 --- a/man3/tgamma.3 +++ b/man3/tgamma.3 @@ -36,7 +36,7 @@ The Gamma function is defined by .sp Gamma(x) = integral from 0 to infinity of t^(x\-1) e^\-t dt .sp -It is defined for every real number except for non-positive integers. +It is defined for every real number except for nonpositive integers. For nonnegative integral \fIm\fP one has .sp Gamma(m+1) = m! diff --git a/man7/mdoc.samples.7 b/man7/mdoc.samples.7 index a6abf204d..877a44706 100644 --- a/man7/mdoc.samples.7 +++ b/man7/mdoc.samples.7 @@ -2576,7 +2576,7 @@ by the process to pages not loaded in core. numerical user-id of process owner .It PPID numerical ID of parent of process process priority -(non-positive when in non-interruptible wait) +(nonpositive when in non-interruptible wait) .El .Pp The raw text: @@ -2593,7 +2593,7 @@ The raw text: \&numerical user ID of process owner \&.It PPID \&numerical ID of parent of process process priority -\&(non-positive when in non-interruptible wait) +\&(nonpositive when in non-interruptible wait) \&.El .Ed .Pp