diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-05-30 16:31:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-05-30 16:31:26 +0000 |
commit | 88416bd315e90b64a5d08d8cf3b8e52599d8bf6d (patch) | |
tree | 5a7eae978b6ce96ad4be3ea5d72bc539766f529e /regress/usr.bin/mandoc | |
parent | 0144103e0bc8a3ef2b52de99423f7b6dfb026351 (diff) |
fix formatting of intermediate punctuation in .Lk
Diffstat (limited to 'regress/usr.bin/mandoc')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lk/noarg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Lk/noarg.in b/regress/usr.bin/mandoc/mdoc/Lk/noarg.in index a0200ed1ed4..910f641cb86 100644 --- a/regress/usr.bin/mandoc/mdoc/Lk/noarg.in +++ b/regress/usr.bin/mandoc/mdoc/Lk/noarg.in @@ -7,7 +7,7 @@ .Sh DESCRIPTION multiple arguments .Lk http://www.bsd.lv/ the bsd.lv project , -.Lk http://www.gnu.org/software/groff/ GNU troff , +.Lk http://www.gnu.org/software/groff/ GNU troff "," two arguments .Lk http://mdocml.bsd.lv/ mandoc one argument |