Tuesday, August 30, 2022

Re: [PATCH]:Made vis-0.7 manpage refer to re_format(7) rather than regex(7)

Patch against OpenBSD ports source tree


Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/vis/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile 11 Mar 2022 18:58:39 -0000 1.11
+++ Makefile 29 Aug 2022 15:41:35 -0000
@@ -2,7 +2,7 @@ COMMENT = vi-like editor with sam-style

V = 0.7
DISTNAME = vis-${V}
-REVISION = 0
+REVISION = 1

TEST_V = 0.5
SUPDISTNAME = vis-test-${TEST_V}
cvs server: Diffing patches
Index: patches/patch-man-vis
===================================================================
RCS file: patches/patch-man-vis
diff -N patches/patch-man-vis
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-man-vis 29 Aug 2022 15:41:35 -0000
@@ -0,0 +1,14 @@
+Changed reference to regex(7) manpage to re_format(7)
+
+Index: man/vis.1
+--- man/vis.1
++++ man/vis.1
+@@ -260,7 +260,7 @@ currently defers regular expression matching to
the underlying C library.
+ It uses what POSIX refers to as
+ .Dq Extended Regular Expressions
+ as described in
+-.Xr regex 7 .
++.Xr re_format 7 .
+ The anchors
+ .Ic ^
+ and

No comments:

Post a Comment