[BACK]Return to regex.3 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/regex.3 between version 1.25 and 1.26

version 1.25, 2017/07/03 21:32:49 version 1.26, 2018/02/26 14:04:43
Line 65 
Line 65 
 .\"  .\"
 .\"     @(#)regex.3     8.4 (Berkeley) 3/20/94  .\"     @(#)regex.3     8.4 (Berkeley) 3/20/94
 .\"  .\"
 .Dd January 8, 2016  .Dd February 26, 2018
 .Dt REGEX 3  .Dt REGEX 3
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 509  array must be at least 10 elements long,
Line 509  array must be at least 10 elements long,
 of the matches from a previous  of the matches from a previous
 .Fn regexec  .Fn regexec
 call.  call.
   Only 10 elements of the
   .Fa rm
   array can be used.
 The  The
 .Fa str  .Fa str
 argument contains the source string to apply the transformation to.  argument contains the source string to apply the transformation to.

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb <webmaster@jp.NetBSD.org>