Make vise(1) refer to re_format(7) not regex(7); from Artsi0m

This commit is contained in:
kn 2022-11-20 12:06:58 +00:00
parent 2c63f55f99
commit 442983d6ce
2 changed files with 15 additions and 0 deletions

View File

@ -2,6 +2,7 @@ COMMENT = vi-like editor with sam-style structural regex support
V = 0.8
DISTNAME = vis-${V}
REVISION = 0
TEST_V = 0.5
TEST_DISTNAME = vis-test-${TEST_V}

View File

@ -0,0 +1,14 @@
Point at correct manual
Index: man/vis.1
--- man/vis.1.orig
+++ man/vis.1
@@ -260,7 +260,7 @@ currently defers regular expression matching to the un
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