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