]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
_syscall.2, accept.2, epoll_create.2, inotify_add_watch.2, ioctl.2, msgget.2, msgop...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 16 Jan 2010 16:44:48 +0000 (17:44 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 16 Jan 2010 16:44:48 +0000 (17:44 +0100)
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>
30 files changed:
man2/_syscall.2
man2/accept.2
man2/epoll_create.2
man2/inotify_add_watch.2
man2/ioctl.2
man2/msgget.2
man2/msgop.2
man2/open.2
man2/prctl.2
man2/sched_setscheduler.2
man2/semctl.2
man2/semget.2
man2/swapon.2
man3/addseverity.3
man3/cacosh.3
man3/csqrt.3
man3/dirfd.3
man3/drand48.3
man3/fputws.3
man3/mq_send.3
man3/posix_openpt.3
man3/puts.3
man3/sched_getcpu.3
man3/shm_open.3
man3/sqrt.3
man3/sysconf.3
man3/tgamma.3
man3/ulimit.3
man7/credentials.7
man7/svipc.7

index 185f8a914fe471edcdb6c0fb8e6b5cfa7c9a0c72..1eba3376763ad3198603040822a57c92c3949920 100644 (file)
@@ -97,7 +97,7 @@ You need to read the source to be sure how it will return errors.
 Usually, it is the negative of a standard error code,
 for example, \-\fBEPERM\fP.
 The _syscall() macros will return the result \fIr\fP of the system call
-when \fIr\fP is non-negative, but will return \-1 and set the variable
+when \fIr\fP is nonnegative, but will return \-1 and set the variable
 .I errno
 to \-\fIr\fP when \fIr\fP is negative.
 For the error codes, see
index f1cf0baf38e58d01b739e4a95d6e3c0a6ee840c8..f0b6ea43596cb68dc338479f1e88c4f279130b73 100644 (file)
@@ -177,7 +177,7 @@ flag in
 for reasons why this may be useful.
 .SH "RETURN VALUE"
 On success,
-these system calls return a non-negative integer that is a descriptor
+these system calls return a nonnegative integer that is a descriptor
 for the accepted socket.
 On error, \-1 is returned, and
 .I errno
index 6051eddb82eaeffc85fbd870d307a856dab1145e..f016123016ef29a2685c3d98afe63d27f2683bdf 100644 (file)
@@ -83,7 +83,7 @@ for reasons why this may be useful.
 .SH "RETURN VALUE"
 On success,
 these system calls
-return a non-negative file descriptor.
+return a nonnegative file descriptor.
 On error, \-1 is returned, and
 .I errno
 is set to indicate the error.
index 21e85353d96789ea8b1e6500f3f770fe76acda4a..3b75a7443fa780484af31e92e8864a11781d7402 100644 (file)
@@ -80,7 +80,7 @@ the object for which the event occurred.
 .SH "RETURN VALUE"
 On success,
 .BR inotify_add_watch ()
-returns a non-negative watch descriptor.
+returns a nonnegative watch descriptor.
 On error \-1 is returned and
 .I errno
 is set appropriately.
index cc8e531a1d20e3cd41223a19fb571bcc06ad7b34..02dd4c2c68c0b0d31bc062117ad5a62da2314e57 100644 (file)
@@ -83,7 +83,7 @@ Usually, on success zero is returned.
 A few
 .BR ioctl ()
 requests use the return value as an output parameter
-and return a non-negative value on success.
+and return a nonnegative value on success.
 On error, \-1 is returned, and
 .I errno
 is set appropriately.
index f56f6dd42ad781d4ec4ff248929924938fc2d7d8..1b304ba5d498e3b07da02125063904a783e12f78 100644 (file)
@@ -134,7 +134,7 @@ verified, and a check is made to see if it is marked for
 destruction.
 .SH "RETURN VALUE"
 If successful, the return value will be the message queue identifier (a
-non-negative integer), otherwise \-1
+nonnegative integer), otherwise \-1
 with
 .I errno
 indicating the error.
index 6ef8cff3f857d69235d7655ba27ec82e3fafa87b..2c3abe897e03a0f31eb3fa60851105adb78e9418 100644 (file)
@@ -79,7 +79,7 @@ The
 .I mtext
 field is an array (or other structure) whose size is specified by
 .IR msgsz ,
-a non-negative integer value.
+a nonnegative integer value.
 Messages of zero length (i.e., no
 .I mtext
 field) are permitted.
index 4f186eb8ce654d7a7e92774205eab3e8469673f8..11bd65e4b2d646935fb21290240fa4cb4ec08470 100644 (file)
@@ -67,7 +67,7 @@ Given a
 .I pathname
 for a file,
 .BR open ()
-returns a file descriptor, a small, non-negative integer
+returns a file descriptor, a small, nonnegative integer
 for use in subsequent system calls
 .RB ( read "(2), " write "(2), " lseek "(2), " fcntl "(2), etc.)."
 The file descriptor returned by a successful call will be
index 48d0137e837e4623b79c2a8659e3f150e025602c..754ba15dd18f72541d01c1576eddecff077a372b 100644 (file)
@@ -327,7 +327,7 @@ On success,
 .BR PR_GET_SECUREBITS ,
 and (if it returns)
 .BR PR_GET_SECCOMP
-return the non-negative values described above.
+return the nonnegative values described above.
 All other
 .I option
 values return 0 on success.
index 69d2c8bce721e775a84530faba8630f12625799e..60090d6648e10ed35d8a0b27ced9ed9559f7b318 100644 (file)
@@ -367,7 +367,7 @@ On success,
 returns zero.
 On success,
 .BR sched_getscheduler ()
-returns the policy for the process (a non-negative integer).
+returns the policy for the process (a nonnegative integer).
 On error, \-1 is returned, and
 .I errno
 is set appropriately.
index 93ec7592b0f966c1352f01c4f01b385c5c0aed32..fba8d7de53adf81cc8c5023f1abc35d0574e480b 100644 (file)
@@ -343,7 +343,7 @@ with
 .I errno
 indicating the error.
 
-Otherwise the system call returns a non-negative value depending on
+Otherwise the system call returns a nonnegative value depending on
 .I cmd
 as follows:
 .TP 12
index 01db84a7e02c742d5f1d038f2a39b109f836d344..7b1ddf099d7c8c37a804da29afc537289789182c 100644 (file)
@@ -154,7 +154,7 @@ verified.
 .\" and a check is made to see if it is marked for destruction.
 .SH "RETURN VALUE"
 If successful, the return value will be the semaphore set identifier
-(a non-negative integer), otherwise \-1
+(a nonnegative integer), otherwise \-1
 is returned, with
 .I errno
 indicating the error.
index 4c7008a606e7e47c6272884e0006a3d914db1735..63d1c9bb0e6e89b406bef81baea38c655c3010db 100644 (file)
@@ -84,7 +84,7 @@ newer areas are even lower priority than older areas.
 All priorities set with
 .I swapflags
 are high-priority, higher than default.
-They may have any non-negative value chosen by the caller.
+They may have any nonnegative value chosen by the caller.
 Higher numbers mean higher priority.
 .PP
 Swap pages are allocated from areas in priority order,
index 803eff4325636b7de5465dd53b915c53d119470f..d51b160106c5927e3d1aede7e5d6911e565ea72f 100644 (file)
@@ -42,7 +42,7 @@ is NULL, the severity class with the numeric value
 is removed.
 It is not possible to overwrite or remove one of the default
 severity classes.
-The severity value must be non-negative.
+The severity value must be nonnegative.
 .SH "RETURN VALUE"
 Upon success, the value
 .B MM_OK
index be5f657143b19e07e4f221a17ea23d9e39726d3c..7bf60c995caa64cbca3aeaae66148d2457d1d33b 100644 (file)
@@ -25,7 +25,7 @@ The imaginary part of
 is chosen in the interval [\-pi,pi].
 The real part of
 .I y
-is chosen non-negative.
+is chosen nonnegative.
 .LP
 One has:
 .nf
index f83158058800efb66326f5a012a1d5e8c114ec15..22655f3e7ce63bba59235a1ff5ced9b050ce113d 100644 (file)
@@ -16,7 +16,7 @@ csqrt, csqrtf, csqrtl \- complex square root
 Link with \fI\-lm\fP.
 .SH DESCRIPTION
 Calculate the square root of a given complex number,
-with non-negative real part, and
+with nonnegative real part, and
 with a branch cut along the negative real axis.
 (That means that \fIcsqrt(\-1+eps*I)\fP will be close to I while
 \fIcsqrt(\-1\-eps*I)\fP will be close to \-I, \fIif eps\fP is a small positive
index ffbbaa954cfc9a6e990bb293ffa1f3506c5b0eaa..8b4971e956028972f97da4aa4a7ec44bffc8ab19 100644 (file)
@@ -53,7 +53,7 @@ It will be automatically closed when
 .BR closedir (3)
 is called.
 .SH RETURN VALUE
-On success, a non-negative file descriptor is returned.
+On success, a nonnegative file descriptor is returned.
 On error, \-1 is returned.
 .SH ERRORS
 POSIX.1-2008 specifies two errors,
index 82a634820780e712eab7f78909599c1e03427600..5242fb340f621b8916beff55e61d1d15aa014f16 100644 (file)
@@ -78,7 +78,7 @@ The
 .BR drand48 ()
 and
 .BR erand48 ()
-functions return non-negative
+functions return nonnegative
 double-precision floating-point values uniformly distributed between
 [0.0, 1.0).
 .PP
@@ -86,7 +86,7 @@ The
 .BR lrand48 ()
 and
 .BR nrand48 ()
-functions return non-negative
+functions return nonnegative
 long integers uniformly distributed between 0 and 2^31.
 .PP
 The
index 952567ae07675df153bb9ab9d018cec8ce217267..7a3c9fd5ef33f8e1cb4bc0292f6eb7d90797ec3e 100644 (file)
@@ -36,7 +36,7 @@ For a non-locking counterpart, see
 The
 .BR fputws ()
 function returns a
-non-negative integer if the operation was
+nonnegative integer if the operation was
 successful, or \-1 to indicate an error.
 .SH "CONFORMING TO"
 C99, POSIX.1-2001.
index 3271d882368a0aedc4296c8e8c1e076c1385aa14..97e8bec43571f3dadf5c5b59587f0bdc8ce24f6b 100644 (file)
@@ -60,7 +60,7 @@ Zero-length messages are allowed.
 
 The
 .I msg_prio
-argument is a non-negative integer that specifies the priority
+argument is a nonnegative integer that specifies the priority
 of this message.
 Messages are placed on the queue in decreasing order of priority,
 with newer messages of the same priority being placed after
index 48a1ad0f11d2bcf3c6c0a0ddca10b35ada5cfba2..862d688d8ee38968eb123da127eb82108a1ab268 100644 (file)
@@ -62,7 +62,7 @@ Do not make this device the controlling terminal for the process.
 .SH "RETURN VALUE"
 On success,
 .BR posix_openpt ()
-returns a non-negative file descriptor which is the lowest
+returns a nonnegative file descriptor which is the lowest
 numbered unused descriptor.
 On failure, \-1 is returned, and
 .I errno
index a2f934235d13bcc7b5bd62706c63e8ced04ae604..fd555e479162c37b5d2b10c75ef65bfb2ceca158 100644 (file)
@@ -96,7 +96,7 @@ on error.
 .BR puts ()
 and
 .BR fputs ()
-return a non-negative number on success, or
+return a nonnegative number on success, or
 .B EOF
 on error.
 .SH "CONFORMING TO"
index 270d48d37b7d0fcda81d1961c798caab64f74201..12a42a13d7ea196adbabbed5fa533d6750841193 100644 (file)
@@ -45,7 +45,7 @@ returns the number of the CPU on which the calling thread is currently executing
 .SH RETURN VALUE
 On success,
 .BR sched_getcpu ()
-returns a non-negative CPU number.
+returns a nonnegative CPU number.
 On error, \-1 is returned and
 .I errno
 is set to indicate the error.
index c64c2a102bcbe1d33eb15f3dfe72981e00039e03..0c87c3dd02a152e827294bb0d52fd84895f30779 100644 (file)
@@ -169,7 +169,7 @@ was specified, in which case a new, distinct object is created).
 .SH "RETURN VALUE"
 On success,
 .BR shm_open ()
-returns a non-negative file descriptor.
+returns a nonnegative file descriptor.
 On failure,
 .BR shm_open ()
 returns \-1.
index bb4a0a08dbdf54767aa54cc8baf733dc5828a6b9..95723c8c2fb00584bc196737d99bfb3d1aa2de39 100644 (file)
@@ -59,7 +59,7 @@ _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
 .SH DESCRIPTION
 The
 .BR sqrt ()
-function returns the non-negative square root of \fIx\fP.
+function returns the nonnegative square root of \fIx\fP.
 .SH "RETURN VALUE"
 On success, these functions return the square root of
 .IR x .
index 690f9047614ac77783dc3c92fa520c54c52a7da8..f2ba8df0a0faadb5de40a66fb3e2fbc436eed043 100644 (file)
@@ -122,7 +122,7 @@ First, the POSIX.1 compatible values.
 .\" (if _POSIX_ASYNCHRONOUS_IO)
 .\" The maximum amount by which a process can decrease its
 .\" asynchronous I/O priority level from its own scheduling priority.
-.\" Must be non-negative.
+.\" Must be nonnegative.
 .TP
 .BR ARG_MAX " - " _SC_ARG_MAX
 The maximum length of the arguments to the
index 09c96d7ba1e1d4a771d21cfaf6a4cb6c48392bfc..34040dbf227ed516fe0cf91fe7e4f080967ac1fd 100644 (file)
@@ -37,7 +37,7 @@ The Gamma function is defined by
     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.
-For non-negative integral \fIm\fP one has
+For nonnegative integral \fIm\fP one has
 .sp
     Gamma(m+1) = m!
 .sp
index d39633aa4a78ca80e27c8e6835722be04f29b03a..d979b7ccf7240f9526f612ddb73dfa62e49b3e29 100644 (file)
@@ -67,7 +67,7 @@ Return the maximum number of files that the calling process can open.
 .SH "RETURN VALUE"
 On success,
 .BR ulimit ()
-returns a non-negative value.
+returns a nonnegative value.
 On error, \-1 is returned, and
 .I errno
 is set appropriately.
index f121682b3a5fe007d5ab08087d15d69a2c0f4d6a..25bd94f0c28fecd6e40ca8e48c211fb918169ad3 100644 (file)
@@ -27,7 +27,7 @@
 credentials \- process identifiers
 .SH DESCRIPTION
 .SS Process ID (PID)
-Each process has a unique non-negative integer identifier
+Each process has a unique nonnegative integer identifier
 that is assigned when the process is created using
 .BR fork (2).
 A process can obtain its PID using
index 98a9ea995dc218d108c85c1b4b273ee2ed34d412..a29a0185c17df722473ab95edef83938f466c652 100644 (file)
@@ -220,7 +220,7 @@ semaphore belonging to the set.
 .TP
 .I sem_nsems
 Number of semaphores in the set.
-Each semaphore of the set is referenced by a non-negative integer
+Each semaphore of the set is referenced by a nonnegative integer
 ranging from
 .B 0
 to
@@ -242,7 +242,7 @@ struct sem {
 .in
 .TP 11
 .I semval
-Semaphore value: a non-negative integer.
+Semaphore value: a nonnegative integer.
 .TP
 .I sempid
 ID of the last process that performed a semaphore operation