From nobody@FreeBSD.org  Sat Apr  3 10:36:56 2010
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 B0428106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  3 Apr 2010 10:36:56 +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 A008D8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  3 Apr 2010 10:36:56 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o33Aauaf058852
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 3 Apr 2010 10:36:56 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o33Aaucj058851;
	Sat, 3 Apr 2010 10:36:56 GMT
	(envelope-from nobody)
Message-Id: <201004031036.o33Aaucj058851@www.freebsd.org>
Date: Sat, 3 Apr 2010 10:36:56 GMT
From: Hywel Mallett <hywel@hmallett.co.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Grammatical change in restore
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         145343
>Category:       bin
>Synopsis:       [patch] Grammatical change in restore(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 03 16:19:37 UTC 2010
>Closed-Date:    Sun May 23 22:28:43 CEST 2010
>Last-Modified:  Sun May 23 22:28:43 CEST 2010
>Originator:     Hywel Mallett
>Release:        7.3-RELEASE
>Organization:
>Environment:
FreeBSD xxx.option13.co.uk 7.3-RELEASE FreeBSD 7.3-RELEASE #0: Tue Mar 30 01:09:52 BST 2010     hywel@xxx.option13.co.uk:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
During a restore, restore prints information that it's "check pointing". As the noun is checkpoint, presumably the verb should be checkpointing.
>How-To-Repeat:
restore -rvf ...
>Fix:
Patch against -CURRENT attached.

Patch attached with submission follows:

diff -ur current/src/sbin/restore/symtab.c patched/src/sbin/restore/symtab.c
--- current/src/sbin/restore/symtab.c	2004-04-09 20:58:36.000000000 +0100
+++ patched/src/sbin/restore/symtab.c	2010-04-02 23:48:52.000000000 +0100
@@ -443,7 +443,7 @@
 	FILE *fd;
 	struct symtableheader hdr;
 
-	vprintf(stdout, "Check pointing the restore\n");
+	vprintf(stdout, "Checkpointing the restore\n");
 	if (Nflag)
 		return;
 	if ((fd = fopen(filename, "w")) == NULL) {


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Wed May 12 22:21:55 CEST 2010 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-bugs->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Wed May 12 22:21:55 CEST 2010 
Responsible-Changed-Why:  
MFC reminder 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/145343: commit references a PR
Date: Wed, 12 May 2010 20:21:54 +0000 (UTC)

 Author: brueffer
 Date: Wed May 12 20:21:44 2010
 New Revision: 207998
 URL: http://svn.freebsd.org/changeset/base/207998
 
 Log:
   Fix grammar in a line of output.
   
   PR:		145343
   Submitted by:	Hywel Mallett <hywel@hmallett.co.uk>
   MFC after:	1 week
 
 Modified:
   head/sbin/restore/symtab.c
 
 Modified: head/sbin/restore/symtab.c
 ==============================================================================
 --- head/sbin/restore/symtab.c	Wed May 12 20:15:05 2010	(r207997)
 +++ head/sbin/restore/symtab.c	Wed May 12 20:21:44 2010	(r207998)
 @@ -443,7 +443,7 @@ dumpsymtable(char *filename, long checkp
  	FILE *fd;
  	struct symtableheader hdr;
  
 -	vprintf(stdout, "Check pointing the restore\n");
 +	vprintf(stdout, "Checkpointing the restore\n");
  	if (Nflag)
  		return;
  	if ((fd = fopen(filename, "w")) == NULL) {
 _______________________________________________
 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: brueffer 
State-Changed-When: Sun May 23 22:28:14 CEST 2010 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145343 
>Unformatted:
