system_data_types.7: Minor tweaks

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-19 00:16:50 +02:00
parent 96c63a40af
commit 6b7bf192b9
1 changed files with 4 additions and 3 deletions

View File

@ -124,9 +124,10 @@ Include:
.EX
typedef struct {
regoff_t rm_so; /* Byte offset from start of string
* to start of substring */
regoff_t rm_eo; /* Byte offset from start of string of the
* first character after the end of substring */
to start of substring */
regoff_t rm_eo; /* Byte offset from start of string of
the first character after the end of
substring */
} regmatch_t;
.EE
.IP