system_data_types.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-23 14:10:05 +01:00
parent eaa18d3c44
commit d526b40d5b
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ types in this page.
.PP
.EX
typedef struct {
size_t re_nsub; /* Number of parenthesized subexpressions. */
size_t re_nsub; /* Number of parenthesized subexpressions */
} regex_t;
.EE
.PP