diff options
Diffstat (limited to 'regress/mdoc/Ic/punct.in')
-rw-r--r-- | regress/mdoc/Ic/punct.in | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/regress/mdoc/Ic/punct.in b/regress/mdoc/Ic/punct.in new file mode 100644 index 00000000..a62058b6 --- /dev/null +++ b/regress/mdoc/Ic/punct.in @@ -0,0 +1,42 @@ +.Dd August 21, 2014 +.Dt Ic-PUNCT 1 +.Os OpenBSD +.Sh NAME +.Nm Ic-punct +.Nd punctuation handling by the Ic macro +.Sh DESCRIPTION +closing punctuation +.Ic a ) +only one +.Ic ) +only more than one +.Ic ) ) +middle +.Ic a ) z +start +.Ic ) z +dot +.Ic . z +comma +.Ic , z +semicolon +.Ic ; z +colon +.Ic : z +quest +.Ic ? z +excl +.Ic ! z +paren +.Ic ) z +bracket +.Ic ] z +bar +.Ic | m +op paren +.Ic ( a +op bracket +.Ic [ a +.Pp +quoted punctuation: +.Ic a "(" b "|" c ")" d "," "Em" italic . |