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

Annotation of mandoc/regress/char/hyphen/mdoc.in, Revision 1.1

1.1     ! schwarze    1: .Dd February 22, 2014
        !             2: .Dt HYPHEN-MDOC 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm hyphen-mdoc
        !             6: .Nd formatting hyphens and breaking lines
        !             7: .Sh DESCRIPTION
        !             8: This is a long line of text, such that the last word won't fit: break-here
        !             9: .Pp
        !            10: But do not break the line at hyphens inside macro arguments: no
        !            11: .No break-here
        !            12: .Pp
        !            13: Try the same thing once same again, but now in italic font mode:
        !            14: \fIbreak-here\fP
        !            15: .Pp
        !            16: And finally, try it a third time, but this time in bold font mode:
        !            17: \fBbreak-here\fP

CVSweb