[BACK]Return to allch.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Rs

Annotation of mandoc/regress/mdoc/Rs/allch.in, Revision 1.1

1.1     ! schwarze    1: .Dd July 7, 2014
        !             2: .Dt RS-ALLCH 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm Rs-allch
        !             6: .Nd reference block using all supported child macros
        !             7: .Sh DESCRIPTION
        !             8: reference on the same line:
        !             9: .Rs
        !            10: .%A author name
        !            11: .%T title of article
        !            12: .%B book title
        !            13: .%I issuer name
        !            14: some
        !            15: .%J journal name
        !            16: .%R report name
        !            17: .%N number of journal
        !            18: .%V volume number
        !            19: .Em bogus
        !            20: text
        !            21: .%U "uniform resource locator"
        !            22: .%P page number
        !            23: .%Q institutional author
        !            24: .%C city name
        !            25: .%D date of publication
        !            26: .%O optional information
        !            27: .Re
        !            28: .Sh SEE ALSO
        !            29: reference after a blank line:
        !            30: .Rs
        !            31: .%A author name
        !            32: .%T title of article
        !            33: .%B book title
        !            34: .%I issuer name
        !            35: some
        !            36: .Em bogus
        !            37: .%J journal name
        !            38: .%R report name
        !            39: .%N number of journal
        !            40: .%V volume number
        !            41: text
        !            42: .%U "uniform resource locator"
        !            43: .%P page number
        !            44: .%Q institutional author
        !            45: .%C city name
        !            46: .%D date of publication
        !            47: .%O optional information
        !            48: .Re

CVSweb