vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit f1d37643e6ba9ddfa31ac3c269006856bedc6655 parent 00b115cbea771e85ab2d521a3c36ed638707566e Author: Javier Olaechea <pirata@gmail.com> Date: Wed, 13 Sep 2017 22:45:42 -0500 vis.1: Surround with quotes link-name arguments of .Lk As noted on mdoc(7), in groff "Lk only accepts a single link-name argument; the remainder is misformatted. The quotes makes groff treat the title as a single argument. Diffstat:
| M | man/vis.1 | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/man/vis.1 b/man/vis.1 @@ -1539,21 +1539,21 @@ Spawn background process and pipe range to its standard input: .Xr vis-menu 1 , .Xr vis-open 1 .Pp -.Lk http://doc.cat-v.org/bell_labs/sam_lang_tutorial/sam_tut.pdf A Tutorial for the Sam Command Language +.Lk http://doc.cat-v.org/bell_labs/sam_lang_tutorial/sam_tut.pdf "A Tutorial for the Sam Command Language" by .An Rob Pike .Pp -.Lk http://doc.cat-v.org/plan_9/4th_edition/papers/sam/ The Text Editor sam +.Lk http://doc.cat-v.org/plan_9/4th_edition/papers/sam/ "The Text Editor sam" by .An Rob Pike .Pp -.Lk http://man.cat-v.org/plan_9/1/sam Plan 9 manual page for sam(1) +.Lk http://man.cat-v.org/plan_9/1/sam "Plan 9 manual page for sam(1)" .Pp -.Lk http://doc.cat-v.org/bell_labs/structural_regexps/se.pdf Structural Regular Expressions +.Lk http://doc.cat-v.org/bell_labs/structural_regexps/se.pdf "Structural Regular Expressions" by .An Rob Pike .Pp -.Lk http://pubs.opengroup.org/onlinepubs/9699919799/utilities/vi.html vi - screen-oriented (visual) display editor St -p1003.1 +.Lk http://pubs.opengroup.org/onlinepubs/9699919799/utilities/vi.html "vi - screen-oriented (visual) display editor St -p1003.1" . .Sh STANDARDS .