CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/09/09 15:23:31
Modified files: usr.bin/at : atq.1 atrm.1 usr.bin/ipcrm : ipcrm.1 usr.bin/sendbug: sendbug.1 usr.bin/yacc : yacc.1 Log message: The .Nd macro is intended to provide "a one line description", so avoid multiple lines of input, in particular, don't use macros below .Nd; such bad style can confuse various apropos(1) tools. All deleted macros reappear later in the text, anyway, except for .Tn, which i'm deleting outright. Found while scanning the tree for good and bad practices in preparation for my EuroBSD2015 mdoc(7) tutorial on Oct 1 in Stockholm.