diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-06-11 06:35:16 +1200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-07-19 12:51:27 +0200 |
| commit | 1bb65947e8acb85828931c4621aab886b98362e8 (patch) | |
| tree | 9342b0ec88276ed61a9b41842324b5ad7de64faa | |
| parent | 0a2d769764f162b0b8a11290af9ba4496f917e15 (diff) | |
| download | man-pages-1bb65947e8acb85828931c4621aab886b98362e8.tar.gz | |
regex.3: Correct SEE ALSO reference to glibc manual "regex" section
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/regex.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/regex.3 b/man3/regex.3 index 7cd8f6bf3b..b78309aa35 100644 --- a/man3/regex.3 +++ b/man3/regex.3 @@ -29,7 +29,7 @@ .in \\n(INu+\\$1 .ti -\\$1 .. -.TH REGEX 3 2011-09-27 "GNU" "Linux Programmer's Manual" +.TH REGEX 3 2012-06-11 "GNU" "Linux Programmer's Manual" .SH NAME regcomp, regexec, regerror, regfree \- POSIX regex functions .SH SYNOPSIS @@ -296,4 +296,6 @@ POSIX.1-2001. .SH "SEE ALSO" .BR grep (1), .BR regex (7), -GNU regex manual +.br +The glibc manual section, +.I "Regular Expression Matching" |
