From 4c0770c1ecd159a77561d8e0364385f4bb758650 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Feb 2017 03:02:13 +0000 Subject: Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years. --- regress/char/hyphen/man.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 regress/char/hyphen/man.in (limited to 'regress/char/hyphen/man.in') diff --git a/regress/char/hyphen/man.in b/regress/char/hyphen/man.in new file mode 100644 index 00000000..546c7c56 --- /dev/null +++ b/regress/char/hyphen/man.in @@ -0,0 +1,11 @@ +.TH hyphen-man 1 "September 18, 2011" OpenBSD +.SH NAME +\fBhyphen-man\fR - formatting hyphens and breaking lines +.SH DESCRIPTION +This is a long line of text, such that the last word won't fit: break-here +.PP +Try the same thing once same again, but now in italic font mode: +\fIbreak-here\fP +.PP +Finally, try it a third time, but this time in bold font mode: +\fBbreak-here\fP -- cgit