xref: /openbsd-src/regress/usr.bin/mandoc/mdoc/An/break.out_markdown (revision 943fb9d8c7fc1b7e0db8c617168f7360d3ee357c)
1AN-BREAK(1) - General Commands Manual
2
3# NAME
4
5**An-break** - line breaking of the author macro
6
7# DESCRIPTION
8
9inline is the default:
10Kristaps,
11Ingo,
12and
13Joerg.
14empty
15trailing
16.
17
18split mode:
19Kristaps
20Ingo
21Joerg
22
23empty
24trailing
25.
26
27# AUTHORS
28
29split mode is the default:
30Kristaps
31Ingo
32Joerg
33
34empty
35trailing
36.
37
38inline:
39Kristaps,
40Ingo,
41and
42Joerg.
43empty
44trailing
45.
46
47OpenBSD - July 4, 2017
48