Annotation of mandoc/regress/mdoc/Rs/break.in, Revision 1.1
1.1 ! schwarze 1: .Dd April 15, 2014
! 2: .Dt RS-BREAK 1
! 3: .Os OpenBSD
! 4: .Sh NAME
! 5: .Nm Rs-break
! 6: .Nd line break before reference start
! 7: .Sh DESCRIPTION
! 8: reference on the same line:
! 9: .Rs
! 10: .%A author
! 11: .%J journal
! 12: .%N 42
! 13: .Re
! 14: .Sh SEE ALSO
! 15: reference after a blank line:
! 16: .Rs
! 17: .%A author
! 18: .%J journal
! 19: .%N 42
! 20: .Re
! 21: .Sh SEE Em ALSO
! 22: reference after a blank line:
! 23: .Rs
! 24: .%A author
! 25: .%J journal
! 26: .%N 42
! 27: .Re
CVSweb