View | Details | Raw Unified | Return to bug 29655
Collapse All | Expand All

(-)doc/share/sgml/freebsd.dsl.patched (-9 / +9 lines)
Lines 386-399 Link Here
386
386
387
      <!-- Slightly deeper customisations -->
387
      <!-- Slightly deeper customisations -->
388
388
389
      <!-- I want things marked up with 'sgmltag' eg., 
390
391
              <para>You can use <sgmltag>para</sgmltag> to indicate
392
                paragraphs.</para>
393
394
           to automatically have the opening and closing braces inserted,
395
           and it should be in a mono-spaced font. -->
396
397
      <!-- We would like the author attributions to show up in line
389
      <!-- We would like the author attributions to show up in line
398
           with the section they refer to.  Authors who made the same
390
           with the section they refer to.  Authors who made the same
399
           contribution should be listed in a single <authorgroup> and 
391
           contribution should be listed in a single <authorgroup> and 
Lines 401-407 Link Here
401
           element that describes what the whole authorgroup was
393
           element that describes what the whole authorgroup was
402
           responsible for.  For example:
394
           responsible for.  For example:
403
395
404
           <chapter1info>
396
           <chapterinfo>
405
             <authorgroup>
397
             <authorgroup>
406
               <author>
398
               <author>
407
                 <firstname>Bob</firstname>
399
                 <firstname>Bob</firstname>
Lines 464-469 Link Here
464
        (custom-authorgroup))
456
        (custom-authorgroup))
465
      (element (sect5info authorgroup)
457
      (element (sect5info authorgroup)
466
        (custom-authorgroup))
458
        (custom-authorgroup))
459
460
      <!-- I want things marked up with 'sgmltag' eg., 
461
462
              <para>You can use <sgmltag>para</sgmltag> to indicate
463
                paragraphs.</para>
464
465
           to automatically have the opening and closing braces inserted,
466
           and it should be in a mono-spaced font. -->
467
467
468
      (element sgmltag ($mono-seq$
468
      (element sgmltag ($mono-seq$
469
          (make sequence
469
          (make sequence

Return to bug 29655