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

Annotation of mandoc/regress/roff/args/mdoc.in, Revision 1.1

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

CVSweb