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

Annotation of mandoc/regress/roff/args/man.in, Revision 1.3

1.3     ! schwarze    1: .\" $OpenBSD: man.in,v 1.5 2017/07/04 14:53:26 schwarze Exp $
        !             2: .TH ARGS-MAN 1 "November 19, 2014"
1.1       schwarze    3: .SH NAME
                      4: args-man - arguments to man macros
                      5: .SH DESCRIPTION
                      6: standard unquoted:
                      7: .IB one two
                      8: text
                      9: .br
                     10: escaped blanks:
                     11: .IB one\ one two\ two
                     12: text
                     13: .br
                     14: escaped 'e' character:
                     15: .IB one\eone two
                     16: text
                     17: .br
                     18: .\"escaped backslash before blank:
                     19: .\"IB one\\ two
                     20: .\"text
                     21: .\"br
                     22: escaped backslash before 'e' character:
                     23: .IB one\\e two
                     24: text
                     25: .br
                     26: double inter-argument space:
                     27: .IB one  two
                     28: text
                     29: .br
                     30: triple inter-argument space:
                     31: .IB one   two
                     32: text
                     33: .br
                     34: single eol blank:
                     35: .IB one two
                     36: text
                     37: .br
                     38: double eol blank:
                     39: .IB one two
                     40: text
                     41: .br
                     42: triple eol blank:
                     43: .IB one two
                     44: text
                     45: .br
                     46: standard quoted:
                     47: .IB "one" "two"
                     48: text
                     49: .br
                     50: quoted quotes:
                     51: .IB "one""one" """two"""
                     52: text
                     53: .br
                     54: quoted whitespace:
                     55: .IB "one one" "two two"
                     56: text
                     57: .br
                     58: escaped 'e' characters:
                     59: .IB "one \e one" "\e"
                     60: text
                     61: .br
                     62: escaped backslash before blank:
                     63: .IB "one\\ one" "\\ "
                     64: text
                     65: .br
                     66: escaped backslash before 'e' character:
                     67: .IB "one\\eone" "\\e"
                     68: text
                     69: .br
                     70: double inter-argument space:
                     71: .IB "one one"  "two two"
                     72: text
                     73: .br
                     74: triple inter-argument space:
                     75: .IB "one one"   "two two"
                     76: text
                     77: .br
                     78: missing inter-argument space:
                     79: .IB "one one"two\ two
                     80: text
                     81: .br
                     82: single eol blank:
                     83: .IB "one one" "two two"
                     84: text
                     85: .br
                     86: double eol blank:
                     87: .IB "one one" "two two"
                     88: text
                     89: .br
                     90: triple eol blank:
                     91: .IB "one one" "two two"
                     92: text
                     93: .br
                     94: .\" Disabled for now because mandoc man(7) seems to
                     95: .\" mishandle trailing blanks in arguments,
                     96: .\" but that really isn't urgent to fix.
                     97: .ig
                     98: trailing blanks in arguments:
                     99: .IB "one " "two "
                    100: text
                    101: .br
                    102: ..
                    103: unterminated quotes:
                    104: .IB "one
                    105: text
                    106: .br
                    107: .IB one "two
                    108: text
                    109: .br
                    110: .ig
                    111: single trailing blank in unterminated quotes:
                    112: .IB "one
                    113: text
                    114: .br
                    115: .IB one "two
                    116: text
                    117: .br
                    118: double trailing blank in unterminated quotes:
                    119: .IB "one
                    120: text
                    121: .br
                    122: .IB one "two
                    123: text
                    124: .br
                    125: ..
                    126: tab after macro:
                    127: .IB     one two
                    128: text
                    129: .br
                    130: escape sequence after macro:
                    131: .IB\(lqone two
                    132: text
                    133: .br
                    134: backslash at eol:
                    135: .IB one two\

CVSweb