Module Name:    src
Committed By:   dholland
Date:           Tue Aug 11 18:15:41 UTC 2015

Modified Files:
        src/lib/libcompat/4.3: re_comp.3
        src/lib/libcompat/regexp: regexp.3

Log Message:
SEE ALSO re_format(7).


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libcompat/4.3/re_comp.3
cvs rdiff -u -r1.16 -r1.17 src/lib/libcompat/regexp/regexp.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcompat/4.3/re_comp.3
diff -u src/lib/libcompat/4.3/re_comp.3:1.11 src/lib/libcompat/4.3/re_comp.3:1.12
--- src/lib/libcompat/4.3/re_comp.3:1.11	Thu Aug  7 16:44:16 2003
+++ src/lib/libcompat/4.3/re_comp.3	Tue Aug 11 18:15:41 2015
@@ -26,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)re_comp.3	8.1 (Berkeley) 6/4/93
-.\"	$NetBSD: re_comp.3,v 1.11 2003/08/07 16:44:16 agc Exp $
+.\"	$NetBSD: re_comp.3,v 1.12 2015/08/11 18:15:41 dholland Exp $
 .\"
 .Dd June 4, 1993
 .Dt RE_COMP 3
@@ -116,7 +116,8 @@ unmatched \e).
 .Xr ex 1 ,
 .Xr fgrep 1 ,
 .Xr grep 1 ,
-.Xr regex 3
+.Xr regex 3 ,
+.Xr re_format 7
 .Sh HISTORY
 The
 .Fn re_comp

Index: src/lib/libcompat/regexp/regexp.3
diff -u src/lib/libcompat/regexp/regexp.3:1.16 src/lib/libcompat/regexp/regexp.3:1.17
--- src/lib/libcompat/regexp/regexp.3:1.16	Mon Sep  8 22:14:11 2008
+++ src/lib/libcompat/regexp/regexp.3	Tue Aug 11 18:15:41 2015
@@ -26,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)regexp.3	8.1 (Berkeley) 6/4/93
-.\"	$NetBSD: regexp.3,v 1.16 2008/09/08 22:14:11 apb Exp $
+.\"	$NetBSD: regexp.3,v 1.17 2015/08/11 18:15:41 dholland Exp $
 .\"
 .Dd June 4, 1993
 .Dt REGEXP 3
@@ -287,7 +287,8 @@ or applying `+' or `*' to a possibly-nul
 .Xr expr 1 ,
 .Xr fgrep 1 ,
 .Xr grep 1 ,
-.Xr regex 3
+.Xr regex 3 ,
+.Xr re_format 7
 .Sh HISTORY
 Both code and manual page for
 .Fn regcomp ,

Reply via email to