[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.2

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

CVSweb