regex.3: Minor fixes + tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-11 22:37:04 +01:00
parent ea72c0cc8c
commit e4b382b976
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
.in \\n(INu+\\$1
.ti -\\$1
..
.TH REGEX 3 2012-06-11 "GNU" "Linux Programmer's Manual"
.TH REGEX 3 2013-02-11 "GNU" "Linux Programmer's Manual"
.SH NAME
regcomp, regexec, regerror, regfree \- POSIX regex functions
.SH SYNOPSIS
@ -170,8 +170,8 @@ must be dimensioned to have at least
elements.
These are filled in by
.BR regexec ()
with substring match addresses. The offsets of the subexpression
starting at the
with substring match addresses.
The offsets of the subexpression starting at the
.IR i th
open parenthesis are stored in
.IR pmatch[i] .