diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2023-11-13 21:06:34 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2023-11-13 21:06:34 +0000 |
commit | 32d371b57d595aa395b7fdf92909a912936ae599 (patch) | |
tree | 27e6ebfc3e3ee11feed0ab21318b45aaeb08aba7 /regress/char/hyphen/man.in | |
parent | bf3f4307729712bd6e6eeb0d2cf2d9739f304877 (diff) | |
download | mandoc-32d371b57d595aa395b7fdf92909a912936ae599.tar.gz |
reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244
Diffstat (limited to 'regress/char/hyphen/man.in')
-rw-r--r-- | regress/char/hyphen/man.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/char/hyphen/man.in b/regress/char/hyphen/man.in index a61c2ea3..8c760b05 100644 --- a/regress/char/hyphen/man.in +++ b/regress/char/hyphen/man.in @@ -1,12 +1,12 @@ -.\" $OpenBSD: man.in,v 1.3 2017/07/04 14:53:23 schwarze Exp $ -.TH hyphen-man 1 "September 18, 2011" +.\" $OpenBSD: man.in,v 1.4 2023/11/13 20:35:33 schwarze Exp $ +.TH hyphen-man 1 "November 13, 2023" .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: +Try the same thing once again, but this time in italic font mode: \fIbreak-here\fP .PP -Finally, try it a third time, but this time in bold font mode: +Finally, try again a third time, but this time in bold font mode: \fBbreak-here\fP |