[BACK]Return to re_format.7 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / regex

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/regex/re_format.7 between version 1.5 and 1.6

version 1.5, 1995/02/27 13:28:52 version 1.6, 2001/09/16 02:19:33
Line 131  or a collating-sequence name for either)
Line 131  or a collating-sequence name for either)
 enclosed in `[.' and `.]' stands for the  enclosed in `[.' and `.]' stands for the
 sequence of characters of that collating element.  sequence of characters of that collating element.
 The sequence is a single element of the bracket expression's list.  The sequence is a single element of the bracket expression's list.
 A bracket expression containing a multi-character collating element  A bracket expression containing a multi-character collating element
 can thus match more than one character,  can thus match more than one character,
 e.g. if the collating sequence includes a `ch' collating element,  e.g. if the collating sequence includes a `ch' collating element,
 then the RE `[[.ch.]]*c' matches the first five characters  then the RE `[[.ch.]]*c' matches the first five characters

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>