diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-16 18:20:12 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-16 18:20:12 +0100 |
commit | 24b74457e757627287d4b57282f4281a1fd62cc8 (patch) | |
tree | de12582d46ccb6a963bdfccd913127c7b58a4910 /man3/regex.3 | |
parent | f74bac5df4ecb6d94cc1140f9d4ddf04959e12da (diff) |
accept.2, access.2, acct.2, clock_nanosleep.2, mbind.2, mincore.2, remap_file_pages.2, sched_setscheduler.2, set_mempolicy.2, splice.2, stat.2, syslog.2, timer_create.2, timerfd_create.2, truncate.2, fenv.3, ferror.3, fflush.3, fgetwc.3, fgetws.3, flockfile.3, fputwc.3, fputws.3, fread.3, getopt.3, gets.3, getwchar.3, glob.3, iconv.3, longjmp.3, pow.3, printf.3, puts.3, putwchar.3, regex.3, rpc.3, scanf.3, setjmp.3, termios.3, unlocked_stdio.3, wcswidth.3, hd.4, rtc.4, st.4, core.5, dir_colors.5, elf.5, proc.5, arp.7, ascii.7, boot.7, bootparam.7, charsets.7, futex.7, ip.7, iso_8859-11.7, man-pages.7, man.7, mdoc.samples.7, path_resolution.7, pipe.7, posixoptions.7, unicode.7, unix.7, uri.7, utf-8.7, ld.so.8: s/non-/non/
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 'man3/regex.3')
-rw-r--r-- | man3/regex.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/regex.3 b/man3/regex.3 index 280758b5..f915e09f 100644 --- a/man3/regex.3 +++ b/man3/regex.3 @@ -105,7 +105,7 @@ are ignored if the pattern buffer supplied was compiled with this flag set. .B REG_NEWLINE Match-any-character operators don't match a newline. -A non-matching list +A nonmatching list .RB ( [^...] ) not containing a newline does not match a newline. |