diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-16 17:37:52 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-16 17:40:20 +0100 |
| commit | c8f2dd479bbad04ca1aab7e5fd2d17a38340966d (patch) | |
| tree | 0d397e0d05bcd99214920dee0c2d5b4d2dd3ec1b /man7/pthreads.7 | |
| parent | 509718c075ed8bd6246f723f5f4827c8de02f4af (diff) | |
| download | man-pages-c8f2dd479bbad04ca1aab7e5fd2d17a38340966d.tar.gz | |
accept.2, execve.2, futimesat.2, getresuid.2, getrlimit.2, madvise.2, mq_getsetattr.2, msgctl.2, nice.2, open.2, poll.2, setresuid.2, shmctl.2, sigaction.2, times.2, utimensat.2, __setfpucw.3, atoi.3, endian.3, err.3, euidaccess.3, fenv.3, fopencookie.3, fpurge.3, getgrouplist.3, getutmp.3, j0.3, lgamma.3, netlink.3, pthread_attr_init.3, pthread_attr_setaffinity_np.3, pthread_cleanup_push_defer_np.3, pthread_getattr_np.3, pthread_kill_other_threads_np.3, pthread_setaffinity_np.3, pthread_tryjoin_np.3, pthread_yield.3, random_r.3, readdir.3, rtnetlink.3, scanf.3, setenv.3, significand.3, sigsetops.3, strerror.3, strstr.3, sysv_signal.3, termios.3, timegm.3, unlocked_stdio.3, y0.3, locale.5, bootparam.7, feature_test_macros.7, ip.7, locale.7, pthreads.7, rtld-audit.7, nscd.8: Global fix: s/non-standard/nonstandard/
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 'man7/pthreads.7')
| -rw-r--r-- | man7/pthreads.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 8466860bd1..aac33a10a0 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -543,10 +543,10 @@ wscanf() An implementation may also mark other functions not specified in the standard as cancellation points. In particular, an implementation is likely to mark -any non-standard function that may block as a cancellation point. +any nonstandard function that may block as a cancellation point. (This includes most functions that can touch files.) .\" So, scanning "cancellation point" comments in the glibc 2.8 header -.\" files, it looks as though at least the following non-standard +.\" files, it looks as though at least the following nonstandard .\" functions are cancellation points: .\" endnetgrent .\" endspent |
