diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-16 17:44:48 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-16 17:44:48 +0100 |
| commit | 2fda57bd09e52d892a2d703c34a0400a0b1031d6 (patch) | |
| tree | 491598cee2491486da6de93a6a5461acb647d2c7 /man2/semctl.2 | |
| parent | ff40dbb354be48759607eef6bb672907a6c59291 (diff) | |
| download | man-pages-2fda57bd09e52d892a2d703c34a0400a0b1031d6.tar.gz | |
_syscall.2, accept.2, epoll_create.2, inotify_add_watch.2, ioctl.2, msgget.2, msgop.2, open.2, prctl.2, sched_setscheduler.2, semctl.2, semget.2, swapon.2, addseverity.3, cacosh.3, csqrt.3, dirfd.3, drand48.3, fputws.3, mq_send.3, posix_openpt.3, puts.3, sched_getcpu.3, shm_open.3, sqrt.3, sysconf.3, tgamma.3, ulimit.3, credentials.7, svipc.7: Global fix: s/non-negative/nonnegative/
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>
Diffstat (limited to 'man2/semctl.2')
| -rw-r--r-- | man2/semctl.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/semctl.2 b/man2/semctl.2 index 93ec7592b0..fba8d7de53 100644 --- a/man2/semctl.2 +++ b/man2/semctl.2 @@ -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 |
