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

1.1     ! schwarze    1: .Dd September 15, 2013
        !             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
        !            22: .Pp
        !            23: At the end of a macro line:
        !            24: .Oo before Oc Ns
        !            25: .Op after
        !            26: .Pp
        !            27: At the end of partial implicit:
        !            28: .Op before Ns
        !            29: .Op after

CVSweb