diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-05-06 11:21:26 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-05-06 11:21:26 +0000 |
commit | 7fb9948da81daf1ad41350f92cf40462e47b7f7d (patch) | |
tree | 5f2ab2187de4ae948092b3c65ba5391284348920 /man3/regex.3 | |
parent | 8a5a735634d6518ceb9e846307c56a9dee9ec1be (diff) |
Clarify description of 'rm_eo' field.
Diffstat (limited to 'man3/regex.3')
-rw-r--r-- | man3/regex.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/regex.3 b/man3/regex.3 index 3d94ab32..3d1e8fc0 100644 --- a/man3/regex.3 +++ b/man3/regex.3 @@ -195,7 +195,8 @@ element that is not \-1 indicates the start offset of the next largest substring match within the string. The relative .I rm_eo -element indicates the end offset of the match. +element indicates the end offset of the match, +which is the offset of the first character after the matching text. .SS "Posix Error Reporting" .BR regerror () is used to turn the error codes that can be returned by both |