Typo.
authorjbj <devnull@localhost>
Sat, 17 Apr 1999 05:06:58 +0000 (05:06 +0000)
committerjbj <devnull@localhost>
Sat, 17 Apr 1999 05:06:58 +0000 (05:06 +0000)
CVS patchset: 3007
CVS date: 1999/04/17 05:06:58

rpm.8

diff --git a/rpm.8 b/rpm.8
index e10d3c0..d06b45c 100644 (file)
--- a/rpm.8
+++ b/rpm.8
@@ -372,8 +372,8 @@ Executes the "%prep" stage from the spec file.  Normally this
 involves unpacking the sources and applying any patches.
 .IP "\fB\-bl\fP"
 Do a "list check".  The "%files" section from the spec file
-is macro expanded, and checks are made to insure the files
-exist.
+is macro expanded, and checks are made to verify that each file
+exists.
 .IP "\fB\-bc\fP"
 Do the "%build" stage from the spec file (after doing the prep stage).
 This generally involves the equivalent of a "make".