Fix leading vim comment
Change `."` to `.\"` for a *roff comment. `."` appears to do the same thing, but only accidentally because it's treated as an unknown macro and then ignored by default. `man --warnings` will show the problem: % man --warnings ./yadm.1 > /dev/null troff: <standard input>:1: warning: macro '"' not defined
This commit is contained in:
parent
b4fd9e19c2
commit
45ccf09aa5
1 changed files with 1 additions and 1 deletions
2
yadm.1
2
yadm.1
|
@ -1,4 +1,4 @@
|
|||
." vim: set spell so=8:
|
||||
.\" vim: set spell so=8:
|
||||
.TH yadm 1 "17 December 2019" "2.3.0"
|
||||
|
||||
.SH NAME
|
||||
|
|
Loading…
Reference in a new issue