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

(-)en_US.ISO8859-1/share/sgml/mailing-lists.ent (+28 lines)
Lines 411-416 Link Here
411
<!ENTITY a.sun4v "<ulink url='&a.sun4v.url;'>FreeBSD sun4v porting mailing list</ulink>">
411
<!ENTITY a.sun4v "<ulink url='&a.sun4v.url;'>FreeBSD sun4v porting mailing list</ulink>">
412
<!ENTITY a.sun4v.name "<ulink url='&a.sun4v.url;'>freebsd-sun4v</ulink>">
412
<!ENTITY a.sun4v.name "<ulink url='&a.sun4v.url;'>freebsd-sun4v</ulink>">
413
413
414
<!ENTITY a.svn-doc-all.url "&a.mailman.listinfo;/svn-doc-all">
415
<!ENTITY a.svn-doc-all "<ulink url='&a.svn-doc-all.url;'>SVN commit messages for the entire doc tree (except for <quote>user</quote>, <quote>projects</quote> and <quote>translations</quote>)</ulink>">
416
<!ENTITY a.svn-doc-all.name "<ulink url='&a.svn-doc-all.url;'>svn-doc-all</ulink>">
417
418
<!ENTITY a.svn-doc-head.url "&a.mailman.listinfo;/svn-doc-head">
419
<!ENTITY a.svn-doc-head "<ulink url='&a.svn-doc-head.url;'>SVN commit messages for the doc tree for head/-current</ulink>">
420
<!ENTITY a.svn-doc-head.name "<ulink url='&a.svn-doc-head.url;'>svn-doc-head</ulink>">
421
422
<!ENTITY a.svn-doc-projects.url "&a.mailman.listinfo;/svn-doc-projects">
423
<!ENTITY a.svn-doc-projects "<ulink url='&a.svn-doc-projects.url;'>SVN commit messages for the doc <quote>projects</quote> tree</ulink>">
424
<!ENTITY a.svn-doc-projects.name "<ulink url='&a.svn-doc-projects.url;'>svn-doc-projects</ulink>">
425
426
<!ENTITY a.svn-doc-svnadmin.url "&a.mailman.listinfo;/svn-doc-svnadmin">
427
<!ENTITY a.svn-doc-svnadmin "<ulink url='&a.svn-doc-svnadmin.url;'>SVN commit messages for the doc admin&nbsp;/ configuration tree</ulink>">
428
<!ENTITY a.svn-doc-svnadmin.name "<ulink url='&a.svn-doc-svnadmin.url;'>svn-doc-svnadmin</ulink>">
429
430
<!ENTITY a.svn-ports-all.url "&a.mailman.listinfo;/svn-ports-all">
431
<!ENTITY a.svn-ports-all "<ulink url='&a.svn-ports-all.url;'>SVN commit messages for the entire ports tree</ulink>">
432
<!ENTITY a.svn-ports-all.name "<ulink url='&a.svn-ports-all.url;'>svn-ports-all</ulink>">
433
434
<!ENTITY a.svn-ports-head.url "&a.mailman.listinfo;/svn-ports-head">
435
<!ENTITY a.svn-ports-head "<ulink url='&a.svn-ports-head.url;'>SVN commit messages for the ports tree for head/-current</ulink>">
436
<!ENTITY a.svn-ports-head.name "<ulink url='&a.svn-ports-head.url;'>svn-ports-head</ulink>">
437
438
<!ENTITY a.svn-ports-svnadmin.url "&a.mailman.listinfo;/svn-ports-svnadmin">
439
<!ENTITY a.svn-ports-svnadmin "<ulink url='&a.svn-ports-svnadmin.url;'>SVN commit messages for the ports admin&nbsp;/ configuration tree</ulink>">
440
<!ENTITY a.svn-ports-svnadmin.name "<ulink url='&a.svn-ports-svnadmin.url;'>svn-ports-svnadmin</ulink>">
441
414
<!ENTITY a.svn-src-all.url "&a.mailman.listinfo;/svn-src-all">
442
<!ENTITY a.svn-src-all.url "&a.mailman.listinfo;/svn-src-all">
415
<!ENTITY a.svn-src-all "<ulink url='&a.svn-src-all.url;'>SVN commit messages for the entire src tree (except for <quote>user</quote> and <quote>projects</quote>)</ulink>">
443
<!ENTITY a.svn-src-all "<ulink url='&a.svn-src-all.url;'>SVN commit messages for the entire src tree (except for <quote>user</quote> and <quote>projects</quote>)</ulink>">
416
<!ENTITY a.svn-src-all.name "<ulink url='&a.svn-src-all.url;'>svn-src-all</ulink>">
444
<!ENTITY a.svn-src-all.name "<ulink url='&a.svn-src-all.url;'>svn-src-all</ulink>">
(-)en_US.ISO8859-1/books/handbook/eresources/chapter.sgml (-17 / +40 lines)
Lines 633-672 Link Here
633
633
634
	  <tbody>
634
	  <tbody>
635
	    <row>
635
	    <row>
636
	      <entry>&a.cvsall.name;</entry>
636
	      <entry>&a.svn-doc-all.name;</entry>
637
	      <entry><filename>/usr/(CVSROOT|doc|ports)</filename></entry>
637
	      <entry><filename>/usr/doc</filename></entry>
638
	      <entry>All changes to any place in the tree (superset of other CVS commit lists)</entry>
638
	      <entry>All changes to the doc Subversion repository (except
639
	        for <filename>user</filename>,
640
	            <filename>projects</filename>
641
	        and <filename>translations</filename>)</entry>
639
	    </row>
642
	    </row>
640
643
641
	    <row>
644
	    <row>
642
	      <entry>&a.cvs-doc.name;</entry>
645
	      <entry>&a.svn-doc-head.name;</entry>
643
	      <entry><filename>/usr/(doc|www)</filename></entry>
646
	      <entry><filename>/usr/doc</filename></entry>
644
	      <entry>All changes to the doc and www trees</entry>
647
	      <entry>All changes to the <quote>head</quote> branch of
648
		the doc Subversion repository (the &os;-CURRENT
649
		branch)</entry>
645
	    </row>
650
	    </row>
646
651
647
	    <row>
652
	    <row>
648
	      <entry>&a.cvs-ports.name;</entry>
653
	      <entry>&a.svn-doc-projects.name;</entry>
654
	      <entry><filename>/usr/doc/projects</filename></entry>
655
	      <entry>All changes to the <filename>projects</filename>
656
		area of the doc Subversion repository</entry>
657
	    </row>
658
659
	    <row>
660
	      <entry>&a.svn-doc-svnadmin.name;</entry>
661
	      <entry><filename>/usr/doc</filename></entry>
662
	      <entry>All changes to the administrative scripts, hooks,
663
		and other configuration data of the doc Subversion
664
		repository</entry>
665
	    </row>
666
667
	    <row>
668
	      <entry>&a.svn-ports-all.name;</entry>
649
	      <entry><filename>/usr/ports</filename></entry>
669
	      <entry><filename>/usr/ports</filename></entry>
650
	      <entry>All changes to the ports tree</entry>
670
	      <entry>All changes to the ports Subversion repository</entry>
651
	    </row>
671
	    </row>
652
672
653
	    <row>
673
	    <row>
654
	      <entry>&a.cvs-projects.name;</entry>
674
	      <entry>&a.svn-ports-head.name;</entry>
655
	      <entry><filename>/usr/projects</filename></entry>
675
	      <entry><filename>/usr/ports</filename></entry>
656
	      <entry>All changes to the projects tree</entry>
676
	      <entry>All changes to the <quote>head</quote> branch of
677
		the ports Subversion repository (the &os;-CURRENT
678
		branch)</entry>
657
	    </row>
679
	    </row>
658
680
659
	    <row>
681
	    <row>
660
	      <entry>&a.cvs-src.name;</entry>
682
	      <entry>&a.svn-ports-svnadmin.name;</entry>
661
	      <entry><filename>/usr/src</filename></entry>
683
	      <entry><filename>/usr/ports</filename></entry>
662
	      <entry>All changes to the src tree (generated by the svn-to-cvs
684
	      <entry>All changes to the administrative scripts, hooks,
663
		importer commits)</entry>
685
		and other configuration data of the ports Subversion
686
		repository</entry>
664
	    </row>
687
	    </row>
665
688
666
	    <row>
689
	    <row>
667
	      <entry>&a.svn-src-all.name;</entry>
690
	      <entry>&a.svn-src-all.name;</entry>
668
	      <entry><filename>/usr/src</filename></entry>
691
	      <entry><filename>/usr/src</filename></entry>
669
	      <entry>All changes to the Subversion repository (except
692
	      <entry>All changes to the src Subversion repository (except
670
		for <filename>user</filename>
693
		for <filename>user</filename>
671
		and <filename>projects</filename>)</entry>
694
		and <filename>projects</filename>)</entry>
672
	    </row>
695
	    </row>
Lines 675-681 Link Here
675
	      <entry>&a.svn-src-head.name;</entry>
698
	      <entry>&a.svn-src-head.name;</entry>
676
	      <entry><filename>/usr/src</filename></entry>
699
	      <entry><filename>/usr/src</filename></entry>
677
	      <entry>All changes to the <quote>head</quote> branch of
700
	      <entry>All changes to the <quote>head</quote> branch of
678
		the Subversion repository (the &os;-CURRENT
701
		the src Subversion repository (the &os;-CURRENT
679
		branch)</entry>
702
		branch)</entry>
680
	    </row>
703
	    </row>

Return to bug 170174