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

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

CVSweb