vis

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

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

commit 69d72fb097d547ce1ee4b0428fec4a62172fd1c5
parent 1a25569a137eacf8b6dc3b5b99a43d38a24afe80
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Thu, 30 Jan 2020 10:16:51 +0100

man: fix mandoc linting warnings

These are reported by:

    mandoc -T lint

Diffstat:
Mman/vis-menu.1 | 2+-
Mman/vis.1 | 8++++----
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/man/vis-menu.1 b/man/vis-menu.1 @@ -92,7 +92,7 @@ The following commands are available: selects the currently-highlighted list item and exits. .It Xo Sy Control-\e or -.Sy Control-] +.Sy Control-\&] .Xc selects the current contents of the text field (even if it does not appear in the list) diff --git a/man/vis.1 b/man/vis.1 @@ -190,7 +190,7 @@ or command .It Ic \(dq/ search register, most recently used search pattern -.It Ic \(dq: +.It Ic \(dq\&: command register, most recently executed command .It Ic \(dq_ black hole @@ -296,7 +296,7 @@ Line means the .Ar n Ns -th match, starting at the beginning of the file, of the regular expression -.Dq Li .*\[rs]n? . +.Dq Li .*\[rs]n\&? . .Pp All windows always have at least one current substring which is the default address. @@ -889,7 +889,7 @@ last non-blank of line .It Ic gm middle of display line . -.It Ic "g|" +.It Ic g\&| goto column . .It Ic h @@ -1159,7 +1159,7 @@ set intersection set minus .It Ic \&! set complement -.It Ic z| +.It Ic z\&| pairwise union .It Ic z& pairwise intersection