String definitions were being used with a pointless leading double quote. This syntax is used only to define strings containing leading space characters. (You might also use it defensively if you're defining one string whose contents start with the interpolation of another, and the latter might interpolate leading space--but that is not the case here.) Remove unnecessary leading quotes from string definitions. * doc/Guidebook.mn: Do it. Also annotate empty strings with comment. * sys/unix/hints/include/gbdates-post.370: Don't put them back. https://www.gnu.org/software/groff/manual/groff.html.node/Strings.html
663 B
Executable File
663 B
Executable File