]> git.cameronkatri.com Git - mandoc.git/commit
Always fix the man(7) subsection header (.SS) indent to 3n,
authorIngo Schwarze <schwarze@openbsd.org>
Mon, 16 Jul 2012 21:59:40 +0000 (21:59 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Mon, 16 Jul 2012 21:59:40 +0000 (21:59 +0000)
commit7b8f7531d27ac46d42eb5753c359472e16e72171
treeeeb7594df96fdfd08bfb00beb8fcb6e66808f79d
parent39070b5ef533e98051bf2861547f00117148516f
Always fix the man(7) subsection header (.SS) indent to 3n,
do not let it depend on the default indent provided by -Oindent.
By default, this doesn't change anything because 7 / 2 = 3;
in -Omdoc mode, it makes man(7) output the same as mdoc(7) output.
OpenBSD rev. 1.87
man_term.c