bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #3751] Typos and small suggestions to find.texi


From: Aaron Hawley
Subject: [patch #3751] Typos and small suggestions to find.texi
Date: Wed, 29 Jun 2005 20:30:43 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050414

Follow-up Comment #6, patch #3751 (project findutils):

As mentioned, here is the same changes to find.texi but with
proper whitespace and paragraph filling.  To verify the two
patches are semantically equivalent I ran the following shell
script on them:

#!/bin/sh

rm -f find.texi
cvs upd find.texi
patch < find.texi-1.92-fixes.diff
make find.ps
mv find.ps find-unfilled.ps
ps2ascii find-unfilled.ps find-unfilled.ascii

rm -f find.texi
cvs upd find.texi
patch < find.texi-1.92-wspace-fixes.diff
make find.ps
mv find.ps find-filled.ps
ps2ascii find-filled.ps find-filled.ascii

diff -u find-unfilled.ascii find-filled.ascii

### END ###

The output to the diff command was empty last I ran it, meaning
success!  This requires I trust texi2dvi and GNU Ghostscript to
accurately convert the document to ASCII.
    _______________________________________________________

Additional Item Attachment:

File name: find.texi-1.92-wspace-fixes.diff Size:110 KB
diff -u patch with paragraph-filling for find.texi version 1.92
<http://savannah.gnu.org/patch/download.php?item_id=3751&item_file_id=4776>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?func=detailitem&item_id=3751>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]