[BACK]Return to position.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Ns

Annotation of mandoc/regress/mdoc/Ns/position.in, Revision 1.2

1.2     ! schwarze    1: .Dd June 27, 2017
1.1       schwarze    2: .Dt NS-POSITION 1
                      3: .Os OpenBSD
                      4: .Sh NAME
                      5: .Nm Ns-position
                      6: .Nd effect of the position of the no space macro on the line
                      7: .Sh DESCRIPTION
                      8: At the beginning of a macro line:
                      9: .Op before
                     10: .Ns Op after
                     11: .Pp
                     12: After just a block closing macro:
                     13: .Oo before
                     14: .Oc Ns Op after
                     15: .Pp
                     16: After some macro and a block closing:
                     17: .Oo before
                     18: .No still before Oc Ns Op after
                     19: .Pp
                     20: In the middle of a macro line:
                     21: .Oo before Oc Ns Op after
1.2     ! schwarze   22: .Pp
        !            23: After closing punctuation:
        !            24: .Oo before Oc : Ns Op after
        !            25: .Pp
        !            26: Before closing punctuation:
        !            27: .Oo before Oc Ns : Op after
1.1       schwarze   28: .Pp
                     29: At the end of a macro line:
                     30: .Oo before Oc Ns
                     31: .Op after
                     32: .Pp
                     33: At the end of partial implicit:
                     34: .Op before Ns
                     35: .Op after

CVSweb