[BACK]Return to fnmatch.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

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

Diff for /src/lib/libc/gen/fnmatch.3 between version 1.17 and 1.18

version 1.17, 2002/02/07 07:00:11 version 1.18, 2002/10/06 03:15:46
Line 98  Additionally, if
Line 98  Additionally, if
 .Dv FNM_PATHNAME  .Dv FNM_PATHNAME
 is set,  is set,
 a period is ``leading'' if it immediately follows a slash.  a period is ``leading'' if it immediately follows a slash.
   .It Dv FNM_LEADING_DIR
   Ignore
   .Nm /*
   rest after successful
   .Fa pattern
   matching.
 .It Dv FNM_CASEFOLD  .It Dv FNM_CASEFOLD
 The pattern is matched in a case-insensitive fashion.  The pattern is matched in a case-insensitive fashion.
 .El  .El

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>