From c8b6342d3c2a167dec16931815926e9e4387e7ef Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 13 Jan 2005 04:49:19 +0000 Subject: Many small edits. --- man/man3/regexp.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/man3/regexp.3') diff --git a/man/man3/regexp.3 b/man/man3/regexp.3 index 06733aa9..069e1d23 100644 --- a/man/man3/regexp.3 +++ b/man/man3/regexp.3 @@ -113,22 +113,22 @@ typedef struct { union { char *sp; Rune *rsp; - }; + } s; union { char *ep; Rune *rep; - }; + } e; } Resub; .EE .LP If -.B match[0].sp +.B match[0].s.sp is nonzero on entry, .I regexec starts matching at that point within .IR string . If -.B match[0].ep +.B match[0].e.ep is nonzero on entry, the last character matched is the one preceding that point. -- cgit v1.2.3