1BREAK-TWO(1) - General Commands Manual
2
3# NAME
4
5**break-two** - the same block breaking two other blocks
6
7# DESCRIPTION
8
9Standard case, explicit:
10<ao
11\[bo
12{bro ac> brc}
13bc]
14
15Standard case, implicit:
16<aq \[bo {bro eol>}
17bc]
18
19Reverse closing, explicit:
20<ao
21\[bo
22{bro ac> bc] brc}
23
24Reverse closing, implicit:
25<aq \[bo {bro eol>] brc}
26
27Two of the same kind, explicit:
28<ao
29\[bo
30\[bo ac> bc]
31bc]
32
33Two of the same kind, implicit:
34<aq \[bo \[bo eol>]
35bc]
36
37OpenBSD - July 4, 2017
38