From nobody@FreeBSD.org  Thu Jun 25 16:45:23 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EADF5106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 25 Jun 2009 16:45:23 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D3A1E8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 25 Jun 2009 16:45:23 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5PGjNi1023655
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 25 Jun 2009 16:45:23 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n5PGjNJg023654;
	Thu, 25 Jun 2009 16:45:23 GMT
	(envelope-from nobody)
Message-Id: <200906251645.n5PGjNJg023654@www.freebsd.org>
Date: Thu, 25 Jun 2009 16:45:23 GMT
From: "Vikentii L. Karabin" <kvl@tomsksoft.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Sysinstall: A typo in built-in usage info.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         136040
>Category:       bin
>Synopsis:       sysinstall(8): A typo in built-in usage info.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 25 16:50:01 UTC 2009
>Closed-Date:    Thu Jul 02 00:46:00 UTC 2009
>Last-Modified:  Thu Jul  2 00:50:01 UTC 2009
>Originator:     Vikentii L. Karabin
>Release:        7.0
>Organization:
>Environment:
>Description:
It's a typo in sysinstall built-in usage info under `Usage` item of the main menu.

In the paragraph about virtual consoles (the last one) contains a phrase reading as follows: "which you can use to in order to". The first "to" I suppose is an error.


>How-To-Repeat:
Run sysinstall, navigate ot the main menu and hit the top menu item, then scroll down to the second to last page and read first two lines of the bottom paragraph.
>Fix:
Substitute "which you can use to in order to" for "which you can use in order to"

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jun 25 22:07:53 UTC 2009 
Responsible-Changed-Why:  
Problem is in the binary. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136040 
State-Changed-From-To: open->patched 
State-Changed-By: delphij 
State-Changed-When: Thu Jun 25 23:11:10 UTC 2009 
State-Changed-Why:  
A patch has been applied against -HEAD.  MFC reminder. 


Responsible-Changed-From-To: freebsd-bugs->delphij 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Thu Jun 25 23:11:10 UTC 2009 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136040 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/136040: commit references a PR
Date: Thu, 25 Jun 2009 23:11:09 +0000 (UTC)

 Author: delphij
 Date: Thu Jun 25 23:10:59 2009
 New Revision: 195012
 URL: http://svn.freebsd.org/changeset/base/195012
 
 Log:
   Correct a typo (which you can use to in order -> which you can use in order
   to).
   
   PR:		bin/136040
   Submitted by:	"Vikentii L. Karabin" <kvl tomsksoft com>
   MFC after:	1 weeks
 
 Modified:
   head/usr.sbin/sysinstall/help/usage.hlp
 
 Modified: head/usr.sbin/sysinstall/help/usage.hlp
 ==============================================================================
 --- head/usr.sbin/sysinstall/help/usage.hlp	Thu Jun 25 22:42:19 2009	(r195011)
 +++ head/usr.sbin/sysinstall/help/usage.hlp	Thu Jun 25 23:10:59 2009	(r195012)
 @@ -56,7 +56,7 @@ it's also useful when dealing with sub-s
  that don't use menus and tend to scroll their output off the top of
  the screen.
  
 -FreeBSD also supports multiple "virtual consoles" which you can use to
 +FreeBSD also supports multiple "virtual consoles" which you can use
  in order to have several active sessions at once.  Use ALT-F<n> to
  switch between screens, where `F<n>' is the function key corresponding
  to the screen you wish to see.  By default, the system comes with 8
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/136040: commit references a PR
Date: Thu,  2 Jul 2009 00:39:35 +0000 (UTC)

 Author: delphij
 Date: Thu Jul  2 00:39:25 2009
 New Revision: 195273
 URL: http://svn.freebsd.org/changeset/base/195273
 
 Log:
   MFC r195012:
   
   Correct a typo (which you can use to in order -> which you can use in order
   to).
   
   PR:		bin/136040
   Submitted by:	"Vikentii L. Karabin" <kvl tomsksoft com>
 
 Modified:
   stable/7/usr.sbin/sysinstall/   (props changed)
   stable/7/usr.sbin/sysinstall/help/usage.hlp
 
 Modified: stable/7/usr.sbin/sysinstall/help/usage.hlp
 ==============================================================================
 --- stable/7/usr.sbin/sysinstall/help/usage.hlp	Thu Jul  2 00:36:00 2009	(r195272)
 +++ stable/7/usr.sbin/sysinstall/help/usage.hlp	Thu Jul  2 00:39:25 2009	(r195273)
 @@ -56,7 +56,7 @@ it's also useful when dealing with sub-s
  that don't use menus and tend to scroll their output off the top of
  the screen.
  
 -FreeBSD also supports multiple "virtual consoles" which you can use to
 +FreeBSD also supports multiple "virtual consoles" which you can use
  in order to have several active sessions at once.  Use ALT-F<n> to
  switch between screens, where `F<n>' is the function key corresponding
  to the screen you wish to see.  By default, the system comes with 8
 _______________________________________________
 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: patched->closed 
State-Changed-By: delphij 
State-Changed-When: Thu Jul 2 00:45:40 UTC 2009 
State-Changed-Why:  
Patch applied against 7-STABLE and 6-STABLE, thanks for your 
submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136040 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/136040: commit references a PR
Date: Thu,  2 Jul 2009 00:45:48 +0000 (UTC)

 Author: delphij
 Date: Thu Jul  2 00:45:28 2009
 New Revision: 195277
 URL: http://svn.freebsd.org/changeset/base/195277
 
 Log:
   MFC r195012:
   
   Correct a typo (which you can use to in order -> which you can use in order
   to).
   
   PR:		bin/136040
   Submitted by:	"Vikentii L. Karabin" <kvl tomsksoft com>
 
 Modified:
   stable/6/usr.sbin/sysinstall/   (props changed)
   stable/6/usr.sbin/sysinstall/help/usage.hlp
 
 Modified: stable/6/usr.sbin/sysinstall/help/usage.hlp
 ==============================================================================
 --- stable/6/usr.sbin/sysinstall/help/usage.hlp	Thu Jul  2 00:44:21 2009	(r195276)
 +++ stable/6/usr.sbin/sysinstall/help/usage.hlp	Thu Jul  2 00:45:28 2009	(r195277)
 @@ -56,7 +56,7 @@ it's also useful when dealing with sub-s
  that don't use menus and tend to scroll their output off the top of
  the screen.
  
 -FreeBSD also supports multiple "virtual consoles" which you can use to
 +FreeBSD also supports multiple "virtual consoles" which you can use
  in order to have several active sessions at once.  Use ALT-F<n> to
  switch between screens, where `F<n>' is the function key corresponding
  to the screen you wish to see.  By default, the system comes with 8
 _______________________________________________
 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"
 
>Unformatted:
