vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 6a7db5d03f89ef195258ef80245747c0dffa294d
parent fac9ff721785365ae9b17bb840308926c3317cbc
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sun, 11 Dec 2016 17:17:48 +0100

man: avoid standard directives which are undefined for some groff versions

This fixes a warning when displaying the manual page on macOS systems.

Diffstat:
Mman/vis.1 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/vis.1 b/man/vis.1 @@ -1242,12 +1242,12 @@ by Rob Pike by Rob Pike .Pp .Lk http://pubs.opengroup.org/onlinepubs/9699919799/utilities/vi.html "vi - screen-oriented (visual) display editor" -.St -p1003.1-2013 +.St -p1003.1 . .Sh STANDARDS .Nm does not strive to be -.St -p1003.1-2013 +.St -p1003.1 compatible, but shares obvious similarities with the .Nm vi utility.