Bug 28989

Summary: Markup changes for the disks chapter
Product: Documentation Reporter: mheinen0 <mheinen0>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description mheinen0 2001-07-15 17:00:01 UTC
	
	+ xref closes with '/>'.  This causes a trailing '>'
	at the end of the reference.  Removed the '/'.

	+ Marked up 'log' and 'spool' as filenames
	in the discussion of the 'var' directory.

	+ Changed fdisk to show up as command.

	+ Marked up vn as device.

	+ In the section 'Using sysinstall' sysinstall
	should be marked up as application or command.
	I'm not sure which one to use, so it is not
	included in the fix below.

Fix: 

RCS file: /u/cvs/doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v
	retrieving revision 1.35
	diff -r1.35 chapter.sgml
	219c219
	< 	linkend="disks-adding" />.</para>
	---
	> 	linkend="disks-adding">.</para>
	236c236,237
	<       contains log, spool, and various types of temporary files, and
	---
	>       contains <filename>log/</filename>, <filename>spool/</filename>,
	>       and various types of temporary files, and
	551,554c552,556
	< 	  computer and will not confuse other operating systems' fdisk
	< 	  utilities.  It is recommended to use this method for new disk
	< 	  installs.  Only use <literal>dedicated</literal> mode if you
	< 	  have a good reason to do so!</para>
	---
	> 	  computer and will not confuse other operating systems' 
	> 	  <command>fdisk</command> utilities.  It is recommended 
	> 	  to use this method for new disk installs.  Only use 
	> 	  <literal>dedicated</literal> mode if you have a good reason 
	> 	  to do so!</para>
	1030,1031c1032,1033
	<       <para>Having done that, if you have vn configured in your kernel, you
	< 	can mount the file system with:</para>
	---
	>       <para>Having done that, if you have <devicename>vn</devicename>
	> 	configured in your kernel, you can mount the file system with:</para>
How-To-Repeat: 	
	read the handbook
Comment 1 nik freebsd_committer freebsd_triage 2001-07-16 16:03:00 UTC
State Changed
From-To: open->closed

Committed, thanks.