Bug 145030

Summary: [patch] whitespace fix for sysinstall.8
Product: Documentation Reporter: Jimmy Olgeni <olgeni>
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 Jimmy Olgeni freebsd_committer freebsd_triage 2010-03-25 13:20:09 UTC
An ".It" command is not parsed correctly due to a misplaced leading
whitespace, thus the description of installExpress does not appear
as a separate item.
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-03-26 05:34:26 UTC
Author: maxim
Date: Fri Mar 26 05:34:13 2010
New Revision: 205671
URL: http://svn.freebsd.org/changeset/base/205671

Log:
  o Trim leading w/space.
  
  PR:		docs/145030
  Submitted by:	olgeni
  MFC after:	1 week

Modified:
  head/usr.sbin/sysinstall/sysinstall.8

Modified: head/usr.sbin/sysinstall/sysinstall.8
==============================================================================
--- head/usr.sbin/sysinstall/sysinstall.8	Fri Mar 26 05:20:59 2010	(r205670)
+++ head/usr.sbin/sysinstall/sysinstall.8	Fri Mar 26 05:34:13 2010	(r205671)
@@ -541,7 +541,7 @@ Commit any rc.conf changes to disk.
 Preserve existing rc.conf parameters.
 This is useful if you have a post-install script which modifies rc.conf.
 .El
- .It installExpress
+.It installExpress
 Start an "express" installation, asking few questions of
 the user.
 .Pp
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2010-03-26 05:37:00 UTC
State Changed
From-To: open->patched

Fixed in HEAD. Thanks!
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2010-04-21 06:40:18 UTC
State Changed
From-To: patched->closed

Merged to RELENG_8.