aboutsummaryrefslogtreecommitdiffstats
path: root/man3/regex.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-23 07:56:56 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-23 07:56:56 +0000
commitf19a0f03eefac77a52687989582a5bcba2e109d3 (patch)
tree3fed6b3b2dfd6230eda1c873b043bb68967a283b /man3/regex.3
parent66ee0c7e89fe01348878638515edb8b2a51b9a2e (diff)
downloadman-pages-f19a0f03eefac77a52687989582a5bcba2e109d3.tar.gz
ffix
Diffstat (limited to 'man3/regex.3')
-rw-r--r--man3/regex.318
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