Annotation of mandoc/regress/mdoc/Ns/position.out_markdown, Revision 1.2
1.1 schwarze 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:
1.2 ! schwarze 23: After closing punctuation:
! 24: \[before]:\[after]
! 25:
! 26: Before closing punctuation:
! 27: \[before]: \[after]
! 28:
1.1 schwarze 29: At the end of a macro line:
30: \[before]\[after]
31:
32: At the end of partial implicit:
33: \[before]\[after]
34:
1.2 ! schwarze 35: OpenBSD - June 27, 2017
CVSweb