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 36
|
.\" $OpenBSD: position.in,v 1.6 2017/07/04 14:53:25 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt NS-POSITION 1
.Os
.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
|