Annotation of mandoc/regress/roff/esc/l.in, Revision 1.1
1.1 ! schwarze 1: .Dd June 14, 2017
! 2: .Dt ESC-L 1
! 3: .Os OpenBSD
! 4: .Sh NAME
! 5: .Nm esc-l
! 6: .Nd the roff escape l sequence: horizontal line
! 7: .Sh DESCRIPTION
! 8: explicit scaling unit and fill char: >\l'2nf'<
! 9: .br
! 10: explicit scaling unit and default char: >\l'3n'<
! 11: .br
! 12: default unit and explicit fill char: >\l'4x'<
! 13: .br
! 14: default unit and char: >\l'5'<
! 15: .br
! 16: explicit scaling unit and escape sequence: >\l'6n\(+-'<
! 17: .br
! 18: default unit and escape char: >\l'7n\(at'<
! 19: .br
! 20: rounding: >\l'0.26ix'<
! 21: .br
! 22: invalid delimiter: >\h-<
CVSweb