aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ns/position.in
blob: 56fc5de6b86d95c64e9ce232c10f327a9bb37b87 (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
30
31
32
33
34
35
.Dd June 27, 2017
.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
After closing punctuation:
.Oo before Oc : Ns Op after
.Pp
Before closing punctuation:
.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