diff options
Diffstat (limited to 'man3/regex.3')
| -rw-r--r-- | man3/regex.3 | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/man3/regex.3 b/man3/regex.3 index 6c70f67ccd..51f492885f 100644 --- a/man3/regex.3 +++ b/man3/regex.3 @@ -176,23 +176,19 @@ with substring match addresses. Any unused structure elements will contain the value \-1. The -.B regmatch_t +.I regmatch_t structure which is the type of .I pmatch is defined in .IR regex.h . .RS -.B typedef struct -.br -.B { -.br -.BI " regoff_t " rm_so ; -.br -.BI " regoff_t " rm_eo ; -.br -.B } -.B regmatch_t; +.nf +typedef struct { + regoff_t rm_so; + regoff_t rm_eo; +} regmatch_t; +.fi .RE Each |
