CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2011/08/01 01:45:08
Modified files: share/man/man7 : mdoc.7 Log message: Add some new text written from scratch after checking whether anything explained in mdoc.samples(7) is missing from mdoc(7): * Discourage trailing whitespace. * Move all information about quoted arguments to the relevant subsection, shortening it a bit, and adding an example. * Mention that blanks can be quoted with a backslash. * A better .Nd line in the template (verbatim from mdoc.samples(7)). * Explain how to escape callable macro names, and provide examples. ok jmc@