HomeFreeBSD

Add a new tunable knob 'MIN_SECT_LABELS' and the necessary stylesheet

Description

Add a new tunable knob 'MIN_SECT_LABELS' and the necessary stylesheet
support.

This option prevents section labels from being numbered after the third
level.

make FORMATS=ps :

"N.N.N Section Title"
"N.N.N.N really specific topic"
"N.N.N.N.N really-really specific topic"

make MIN_SECT_LABELS=1 FORMATS=ps :

"N.N.N Section Title"
"really specific topic"
"really-really specific topic"

The section titles are still bold, spaced away from the text, and
sized according to their nesting level.

Details

Provenance
murrayAuthored on Jul 28 2001, 3:00 AM
Parents
R9:2de880b5f1dd: <command>man fstab</command> -> &man.fstab.5;
Branches
Unknown
Tags
Unknown