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

Annotation of mandoc/regress/roff/string/std.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: std.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
        !             2: .TH STRING-STD 1 "June 18, 2017"
1.1       schwarze    3: .SH NAME
                      4: string-std - expanding standard macros as strings
                      5: .SH DESCRIPTION
                      6: expanding the DT macro as a string:
                      7: >>>\*[DT]<<<
                      8: .PP
                      9: .rn DT myname
                     10: the same after renaming it:
                     11: >>>\*[myname]<<<

CVSweb