From 45ccf09aa5a1afd15fc46db48ca8c117d074aaed Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 17 Jan 2020 11:30:28 -0800 Subject: [PATCH] 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: :1: warning: macro '"' not defined --- yadm.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yadm.1 b/yadm.1 index fabf7ec..24baa2f 100644 --- a/yadm.1 +++ b/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