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

Annotation of mandoc/regress/man/UR/args.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: args.in,v 1.2 2017/07/04 14:53:24 schwarze Exp $
        !             2: .TH UR-ARGS 1 "October 17, 2013"
1.1       schwarze    3: .SH NAME
                      4: UR-basic \- argument handling of the man-ext URI macro
                      5: .SH DESCRIPTION
                      6: argument plus text:
                      7: .UR http://www.openbsd.org/
                      8: OpenBSD
                      9: homepage
                     10: .UE
                     11: .PP
                     12: argument but no text:
                     13: .UR http://www.netbsd.org/
                     14: .UE
                     15: .PP
                     16: no argument, but text:
                     17: .UR
                     18: some text
                     19: .UE
                     20: .PP
                     21: two arguments plus text:
                     22: .UR first second
                     23: some text
                     24: .UE
                     25: .PP
                     26: two arguments, but no text:
                     27: .UR first second
                     28: .UE
                     29: .PP
                     30: final text

CVSweb