| Summary: | [patch] whitespace fix for sysinstall.8 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Jimmy Olgeni <olgeni> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jimmy Olgeni
2010-03-25 13:20:09 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" State Changed From-To: open->patched Fixed in HEAD. Thanks! State Changed From-To: patched->closed Merged to RELENG_8. |