[BACK]Return to vol.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/vol.in, Revision 1.2

1.2     ! kristaps    1: # $Id$
        !             2: #
        !             3: # This file defines the `.Dt' macro 'volume' argument.  Lines are
        !             4: # composed of tab-delimited fields -- multiple tabs may delimit fields.
        !             5: # Comment lines begin with '#'; blank lines are also ok.
        !             6: #
        !             7: # These were last grok'd from OpenBSD-4.4's mdoc.samples(7).
        !             8:
1.1       kristaps    9: USD            User's Supplementary Documents
                     10: PS1            Programmer's Supplementary Documents
                     11: AMD            Ancestral Manual Documents
                     12: SMM            System Manager's Manual
                     13: URM            User's Reference Manual
                     14: PRM            Programmer's Manual
                     15: KM             Kernel Manual
                     16: IND            Manual Master Index
                     17: MMI            Manual Master Index
                     18: LOCAL          Local Manual
                     19: LOC            Local Manual
                     20: CON            Contributed Software Manual

CVSweb