Bug 94297

Summary: [PATCH] cvsweb.sgml: Trivial style fixes
Product: Documentation Reporter: Rudolf Čejka <cejkar>
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rudolf Čejka 2006-03-10 10:30:04 UTC
 
 Here are some style fixes for www/en/projects/cvsweb.sgml:
 
 - There is not any reason to have "in the" directly in the FreeBSD
   Handbook link, so move it outside from the link.
 - First <dt>...</dt> has ":" at the end, so the other two should be
   in the same style.
 - Add one empty line after one of <dt>s.
 
 --- cvsweb.sgml.orig	Fri Mar 10 11:18:53 2006
 +++ cvsweb.sgml	Fri Mar 10 11:19:35 2006
 @@ -94,12 +94,13 @@
  	<dd><a href="mailto:freebsd-cvsweb@FreeBSD.org">freebsd-cvsweb@FreeBSD.org</a>
  	is the mailing list for people discussing the development of
  	FreeBSD-CVSweb.  Patches, bug reports and feature requests
 -	are welcome.  To join the list, follow the instructions
 -	<a href="../doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-SUBSCRIBE">in the FreeBSD Handbook</a>.
 +	are welcome.  To join the list, follow the instructions in the
 +	<a href="../doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-SUBSCRIBE">FreeBSD Handbook</a>.
  	<a href="http://lists.FreeBSD.org/pipermail/freebsd-cvsweb/">List archives</a>
  	are also available.</dd>
  
 -	<dt>CVS repository</dt>
 +	<dt>CVS repository:</dt>
 +
  	<dd>FreeBSD-CVSweb is available through
  	<a href="../doc/en_US.ISO8859-1/books/handbook/anoncvs.html">anonymous
  	CVS pserver</a>.
 @@ -108,7 +109,7 @@
          <code>rel-2_0-branch</code> contains the legacy version.
  	</dd>
  
 -	<dt>CVSweb on CVSweb</dt>
 +	<dt>CVSweb on CVSweb:</dt>
  
  	<dd>You can browse the FreeBSD-CVSweb source via itself at
          <a href="http://www.FreeBSD.org/cgi/cvsweb.cgi/projects/cvsweb/">http://www.FreeBSD.org/cgi/cvsweb.cgi/projects/cvsweb/</a>.
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2006-03-11 14:16:48 UTC
State Changed
From-To: open->closed

Committed, thanks! 


Comment 2 Remko Lodder freebsd_committer freebsd_triage 2006-03-11 14:16:48 UTC
Responsible Changed
From-To: freebsd-www->remko

I touched this last. Make it mine.