summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-07-19 20:26:38 +0000
committerjbj <devnull@localhost>2002-07-19 20:26:38 +0000
commitc499cd119c15536c0d4742077fa8c73fa92dace6 (patch)
tree894f45c9c564dfb5f79d2ca0b26e8e40f72077d6 /doc
parent6c4025a55b46c33c8eaffe21b942aeb83fe08a3e (diff)
downloadrpm-c499cd119c15536c0d4742077fa8c73fa92dace6.tar.gz
rpm-c499cd119c15536c0d4742077fa8c73fa92dace6.tar.bz2
rpm-c499cd119c15536c0d4742077fa8c73fa92dace6.zip
Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi.
CVS patchset: 5559 CVS date: 2002/07/19 20:26:38
Diffstat (limited to 'doc')
-rw-r--r--doc/gendiff.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gendiff.1 b/doc/gendiff.1
index 3a56e3218..fd49943ec 100644
--- a/doc/gendiff.1
+++ b/doc/gendiff.1
@@ -26,10 +26,10 @@ Then edit the first copy (somefile.cpp).
.PP
After editing all the files you need to edit in this fashion, enter the
directory one level above where your source code resides, and then type
-.SP
-.NF
+.sp
+.nf
$ gendiff somedirectory .fix > mydiff-fix.patch
-.FI
+.fi
.PP
You should redirect the output to a file (as illustrated) unless you want to
see the results on stdout.