aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ns/position.in
blob: 1325df25c5f3259fc9c5d9cc133d62c0113b4668 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.Dd September 15, 2013
.Dt NS-POSITION 1
.Os OpenBSD
.Sh NAME
.Nm Ns-position
.Nd effect of the position of the no space macro on the line
.Sh DESCRIPTION
At the beginning of a macro line:
.Op before
.Ns Op after
.Pp
After just a block closing macro:
.Oo before
.Oc Ns Op after
.Pp
After some macro and a block closing:
.Oo before
.No still before Oc Ns Op after
.Pp
In the middle of a macro line:
.Oo before Oc Ns Op after
.Pp
At the end of a macro line:
.Oo before Oc Ns
.Op after
.Pp
At the end of partial implicit:
.Op before Ns
.Op after