AUDIT: r22423 - gnucash/trunk/src/quotes - Fix [13303] files were renamed, but content not adjusted.

Frank H. Ellenberger fell at code.gnucash.org
Mon Sep 24 06:25:33 EDT 2012


Author: fell
Date: 2012-09-24 06:25:33 -0400 (Mon, 24 Sep 2012)
New Revision: 22423
Trac: http://svn.gnucash.org/trac/changeset/22423

Modified:
   gnucash/trunk/src/quotes/README
   gnucash/trunk/src/quotes/gnc-fq-dump
   gnucash/trunk/src/quotes/gnc-fq-update.in
Log:
Fix [13303] files were renamed, but content not adjusted.

This would produce misguiding man pages - if we would produce them.
Additional were a few typos incomments fixed. 
BP
?

Modified: gnucash/trunk/src/quotes/README
===================================================================
--- gnucash/trunk/src/quotes/README	2012-09-24 02:32:16 UTC (rev 22422)
+++ gnucash/trunk/src/quotes/README	2012-09-24 10:25:33 UTC (rev 22423)
@@ -28,6 +28,6 @@
 gnc-value-portfolio:
 
   A stand-alone perl script for updating and printing the value of a
-  portfolio.  To use this script, edit the the first few lines at the
-  top of the file to indicate your portfolio and purchase price.
+  portfolio.  To use this script, edit the first few lines at the top
+  of the file to indicate your portfolio and purchase price.
   (from Christopher B. Browne, cbbrowne at hex.net)

Modified: gnucash/trunk/src/quotes/gnc-fq-dump
===================================================================
--- gnucash/trunk/src/quotes/gnc-fq-dump	2012-09-24 02:32:16 UTC (rev 22422)
+++ gnucash/trunk/src/quotes/gnc-fq-dump	2012-09-24 10:25:33 UTC (rev 22423)
@@ -185,15 +185,15 @@
 
 =head1 NAME
 
-dump-gnc-fq	- Print out data from the F::Q module
+gnc-fq-dump	- Print out data from the F::Q module
 
 =head1 SYNOPSIS
 
-    dump-gnc-fq yahoo CSCO JNPR
-    dump-gnc-fq yahoo BAESY.PK
-    dump-gnc-fq europe 48406.PA 13000.PA
-    dump-gnc-fq vwd 632034
-    dump-gnc-fq ftportfolios FKYGTX
+    gnc-fq-dump yahoo CSCO JNPR
+    gnc-fq-dump yahoo BAESY.PK
+    gnc-fq-dump europe 48406.PA 13000.PA
+    gnc-fq-dump vwd 632034
+    gnc-fq-dump ftportfolios FKYGTX
 
 =head1 DESCRIPTION
 

Modified: gnucash/trunk/src/quotes/gnc-fq-update.in
===================================================================
--- gnucash/trunk/src/quotes/gnc-fq-update.in	2012-09-24 02:32:16 UTC (rev 22422)
+++ gnucash/trunk/src/quotes/gnc-fq-update.in	2012-09-24 10:25:33 UTC (rev 22423)
@@ -1,6 +1,6 @@
 #!@-PERL-@ -w
 ######################################################################
-### update-gnc-fq - present a scheme interface to Finance::Quote
+### gnc-fq-update - presents a scheme interface to Finance::Quote
 ### Copyright 2001 Gnumatic, Inc.
 ### 
 ### This program is free software; you can redistribute it and/or    
@@ -28,7 +28,7 @@
   print "\n";
   print "You probably need to be root before running gnc-fq-update.";
   print "\n\n";
-  print "Do you want to continue? (y/n) ";
+  print "Are you shure, you want to update parts of your Perl library? (y/n) ";
 
   my $input = <STDIN>;
   chomp ($input);



More information about the gnucash-changes mailing list