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:
Russ Allbery 2020-01-17 11:30:28 -08:00
parent b4fd9e19c2
commit 45ccf09aa5
No known key found for this signature in database
GPG Key ID: 7D80315C5736DE75
1 changed files with 1 additions and 1 deletions

2
yadm.1
View File

@ -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