From: jbj Date: Sat, 17 Apr 1999 05:06:58 +0000 (+0000) Subject: Typo. X-Git-Tag: rpm-4.4-release~2912 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3a36fd9c9cde77207c2301aa91d263468e43bae;p=platform%2Fupstream%2Frpm.git Typo. CVS patchset: 3007 CVS date: 1999/04/17 05:06:58 --- diff --git a/rpm.8 b/rpm.8 index e10d3c0..d06b45c 100644 --- 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".