Annotation of mandoc/regress/man/SY/literal.out_html, Revision 1.1
1.1 ! schwarze 1: BEGINTEST
! 2: <br/>
! 3: initial regular text
! 4: <table class="Nm">
! 5: <tr>
! 6: <td><code class="Nm" title="Nm">command</code></td>
! 7: <td><i>arguments</i></td>
! 8: </tr>
! 9: </table>
! 10: middle regular text
! 11: <pre>
! 12: literal text
! 13: before display
! 14: </pre>
! 15: <table class="Nm">
! 16: <tr>
! 17: <td><code class="Nm" title="Nm">command</code></td>
! 18: <td>
! 19: <pre>
! 20: <i>arguments</i>
! 21: </pre>
! 22: </td>
! 23: </tr>
! 24: </table>
! 25: <pre>
! 26: literal text
! 27: after display
! 28: </pre>
! 29: final regular text
! 30: <br/>
! 31: ENDTEST
CVSweb