]> git.cameronkatri.com Git - mandoc.git/blob - regress/char/space/nobreak.in
cope with changes in BASE messages
[mandoc.git] / regress / char / space / nobreak.in
1 .Dd July 29, 2012
2 .Dt SPACE-NOBREAK 1
3 .Os OpenBSD
4 .Sh NAME
5 .Nm space-nobreak
6 .Nd non-breaking, non-collapsing space
7 .Sh DESCRIPTION
8 The following line has 78 characters and fits:
9 .Pp
10 78 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx x x
11 .Pp
12 The following line has 79 characters and breaks:
13 .Pp
14 79 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx x x
15 .Pp
16 With a non-breaking space, it breaks earlier:
17 .Pp
18 79 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx x\~x
19 .Pp
20 The same with backslash-space:
21 .Pp
22 79 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx x\ x
23 .Pp
24 Only non-breaking spaces:
25 .Pp
26 79\~xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\~x\~x
27 .Pp
28 The same with backslash-space:
29 .Pp
30 79\ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\ x\ x