[BACK]Return to eos.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / char / space

Annotation of mandoc/regress/char/space/eos.in, Revision 1.1

1.1     ! schwarze    1: .Dd December 30, 2013
        !             2: .Dt SPACE-EOS 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm space-eos
        !             6: .Nd end-of-sentence spacing
        !             7: .Sh DESCRIPTION
        !             8: This is a sentence.
        !             9: There is a double space before the next one.
        !            10: .Pp
        !            11: Here is a full stop
        !            12: .Pq quite lonely .
        !            13: It causes a double space, too.
        !            14: .Pp
        !            15: A dot in parantheses (.) is not a full stop.
        !            16: Not even
        !            17: .Pq Like in this case.
        !            18: when preceded by a letter.
        !            19: .Pp
        !            20: A lonely dot in an enclosure
        !            21: .Pq \&.
        !            22: is not a full stop.
        !            23: .Pp
        !            24: A dot in the middle of an input line . is not a full stop.
        !            25: .Pp
        !            26: At the end of an input line, even an escaped dot \&.
        !            27: is regarded as a full stop.

CVSweb