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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-01-16 17:47:13 +01:00
parent d603cc27b6
commit 657316c092
5 changed files with 7 additions and 7 deletions

View File

@ -330,7 +330,7 @@ Sleeping on a full message queue condition, the process caught a signal.
.B EINVAL .B EINVAL
Invalid Invalid
.I msqid .I msqid
value, or non-positive value, or nonpositive
.I mtype .I mtype
value, or value, or
invalid invalid

View File

@ -370,7 +370,7 @@ The semaphore set doesn't exist, or
.I semid .I semid
is less than zero, or is less than zero, or
.I nsops .I nsops
has a non-positive value. has a nonpositive value.
.TP .TP
.B ENOMEM .B ENOMEM
The The

View File

@ -91,7 +91,7 @@ positive infinity is returned.
If If
.I x .I x
is a non-positive integer, is a nonpositive integer,
a pole error occurs, a pole error occurs,
and the functions return and the functions return
.RB + HUGE_VAL , .RB + HUGE_VAL ,
@ -117,7 +117,7 @@ when calling these functions.
.PP .PP
The following errors can occur: The following errors can occur:
.TP .TP
Pole error: \fIx\fP is a non-positive integer Pole error: \fIx\fP is a nonpositive integer
.I errno .I errno
is set to is set to
.\" FIXME . glibc 2.8 gives EDOM! .\" FIXME . glibc 2.8 gives EDOM!

View File

@ -36,7 +36,7 @@ The Gamma function is defined by
.sp .sp
Gamma(x) = integral from 0 to infinity of t^(x\-1) e^\-t dt Gamma(x) = integral from 0 to infinity of t^(x\-1) e^\-t dt
.sp .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 For nonnegative integral \fIm\fP one has
.sp .sp
Gamma(m+1) = m! Gamma(m+1) = m!

View File

@ -2576,7 +2576,7 @@ by the process to pages not loaded in core.
numerical user-id of process owner numerical user-id of process owner
.It PPID .It PPID
numerical ID of parent of process process priority numerical ID of parent of process process priority
(non-positive when in non-interruptible wait) (nonpositive when in non-interruptible wait)
.El .El
.Pp .Pp
The raw text: The raw text:
@ -2593,7 +2593,7 @@ The raw text:
\&numerical user ID of process owner \&numerical user ID of process owner
\&.It PPID \&.It PPID
\&numerical ID of parent of process process priority \&numerical ID of parent of process process priority
\&(non-positive when in non-interruptible wait) \&(nonpositive when in non-interruptible wait)
\&.El \&.El
.Ed .Ed
.Pp .Pp