[BACK]Return to args.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / tr

Annotation of mandoc/regress/roff/tr/args.in, Revision 1.1

1.1     ! schwarze    1: .TH TR-BASIC 1 "February 6, 2015" OpenBSD
        !             2: .SH NAME
        !             3: tr-args \- arguments of the tr request
        !             4: .SH DESCRIPTION
        !             5: no argument:
        !             6: .tr
        !             7: one character:
        !             8: .tr x
        !             9: >>x<<
        !            10: two characters:
        !            11: .tr xy
        !            12: >>x<<
        !            13: three characters:
        !            14: .tr xyz
        !            15: >>xz<<
        !            16: last line

CVSweb