mirror of
https://github.com/TheLocehiliosan/yadm
synced 2026-03-02 03:49:29 +00:00
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: