[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.3

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

CVSweb