Bug 28766

Summary: various whitespace, typos and tag fixes for articles/diskless-x/article.sgml
Product: Documentation Reporter: Giorgos Keramidas <keramida>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Giorgos Keramidas 2001-07-06 11:30:02 UTC
	The attached patch fixes various little details of the
	diskless-x article.  It changes a few whitespace and typo
	errors that I found, and adds some markup to places where it
	seemed proper.  I didn't want to file seperate PR's for
	whitespace fixes, another for typos, and yet another for added
	markup.  I also did not reindent the text, since it makes the
	patch look awful.  I guess these have to be committed
	separately, and then indentation be reapplied to the article
	source though :/
Comment 1 dima 2001-07-06 13:53:36 UTC
Giorgos Keramidas <keramida@ceid.upatras.gr> writes:
> @@ -249,11 +249,11 @@
>  	are my own.</para>
>      </note>
>  
> -    <para>Create the directory '/tftpboot' on the server it will contain the
> +    <para>Create the directory <filename>/tftpboot</filename> on the server 
> it will contain the
>        configuration files for the diskless systems that the server will serve.
> -      These files will be named 'cfg.&lt;ip&gt;' where &lt;ip&gt; is the IP
> -      address of the diskless system.  The config file for 'altair' is
> -      /tftpboot/cfg.199.246.76.2.  The contents is:</para>
> +      These files will be named <filename>cfg.<replaceable>ip</replaceable></filename> where <replaceable>ip<replaceable> is the IP
                               ^^^^
Perhaps this is supposed to be an end tag?  Did you actually try
building this, or the results of any of your other patches?
Comment 2 dd freebsd_committer freebsd_triage 2001-07-06 14:03:04 UTC
State Changed
From-To: open->closed

Committed, t hanks!