Annotation of mandoc/regress/roff/esc/comment.in, Revision 1.1
1.1 ! schwarze 1: .\" $OpenBSD: comment.in,v 1.1 2022/05/01 16:18:59 schwarze Exp $
! 2: .Dd $Mdocdate: May 1 2022 $
! 3: .Dt ROFF-ESC-COMMENT 1
! 4: .Os
! 5: .Sh NAME
! 6: .Nm roff-esc-comment
! 7: .Nd roff(7) comments
! 8: .Sh DESCRIPTION
! 9: text line cont\
! 10: inuation
! 11: .Pp
! 12: macro line continuation:
! 13: .Op Fl f A\
! 14: r file
! 15: .Pp
! 16: whitespace \&
! 17: at the end of an input line
! 18: .Pp
! 19: text line with \"not printed\
! 20: comment
! 21: .Pp
! 22: continuation \#not printed
! 23: requested by a comment
! 24: .Pp
! 25: Surpisingly, the sequence \\" does not start a comment.
CVSweb