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
pull/195/head
Russ Allbery 4 years ago
parent b4fd9e19c2
commit 45ccf09aa5
No known key found for this signature in database
GPG Key ID: 7D80315C5736DE75

@ -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…
Cancel
Save