]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Ns/position.out_markdown
POSIX make(1) does not support prerequisites on suffix rules.
[mandoc.git] / regress / mdoc / Ns / position.out_markdown
1 NS-POSITION(1) - General Commands Manual
2
3 # NAME
4
5 **Ns-position** - effect of the position of the no space macro on the line
6
7 # DESCRIPTION
8
9 At the beginning of a macro line:
10 \[before]
11 \[after]
12
13 After just a block closing macro:
14 \[before]\[after]
15
16 After some macro and a block closing:
17 \[before
18 still before]\[after]
19
20 In the middle of a macro line:
21 \[before]\[after]
22
23 After closing punctuation:
24 \[before]:\[after]
25
26 Before closing punctuation:
27 \[before]: \[after]
28
29 At the end of a macro line:
30 \[before]\[after]
31
32 At the end of partial implicit:
33 \[before]\[after]
34
35 OpenBSD - July 4, 2017