rpm2cpio(8) typos (#23662).
authorjbj <devnull@localhost>
Thu, 11 Jan 2001 17:18:10 +0000 (17:18 +0000)
committerjbj <devnull@localhost>
Thu, 11 Jan 2001 17:18:10 +0000 (17:18 +0000)
CVS patchset: 4428
CVS date: 2001/01/11 17:18:10

doc/rpm.8
doc/rpm2cpio.8

index f024a77..e1bdb13 100644 (file)
--- a/doc/rpm.8
+++ b/doc/rpm.8
@@ -1,12 +1,12 @@
 .\" rpm - Red Hat Package Manager
-.TH rpm 8 "22 December 1998" "Red Hat Software" "Red Hat Linux"
+.TH rpm 8 "11 January 2001" "Red Hat, Inc." "Red Hat Linux"
 .SH NAME
 rpm \- Red Hat Package Manager
 .SH SYNOPSIS
 \fBrpm\fP [options] 
 .SH DESCRIPTION
 \fBrpm\fP is a powerful \fIpackage manager\fP, which can be used to
-build, install, query, verify, update, and uninstall individual
+build, install, query, verify, update, and erase individual
 software packages.  A \fIpackage\fP consists of an archive of files,
 and package information, including name, version, and description.
 
index b08997e..e217793 100644 (file)
@@ -1,21 +1,20 @@
 .\" rpm2cpio - Converts Red Hat Package (RPM) to cpio archive
-.TH rpm 8 "15 Sept 1995" "Red Hat Software" "Red Hat Commercial Linux"
+.TH rpm2cpio 8 "11 January 2001" "Red Hat, Inc." "Red Hat Linux"
 .SH NAME
-rpm2cpio \- Converts Red Hat Packge (RPM) to cpio archive
+rpm2cpio \- Extract cpio archive from RPM Package Manager (RPM) package.
 .SH SYNOPSIS
 \fBrpm2cpio\fP [filename] 
 .SH DESCRIPTION
-\fBrpm2cpio\fP converts the .rpm file specified as it's sole argument
-to a cpio archive on standard out. If no argument is given, a rpm stream
+\fBrpm2cpio\fP converts the .rpm file specified as a single argument
+to a cpio archive on standard out. If a '-' argument is given, an rpm stream
 is read from standard in.
 
 .br
 .I "\fBrpm2cpio rpm-1.1-1.i386.rpm\fP"
 .br
-.I "\fBrpm2cpio < glint-1.0-1.i386.rpm\fP"
+.I "\fBrpm2cpio < glint-1.0-1.i386.rpm\fP"
 
 .SH SEE ALSO
-.IR glint (8) ,
 .IR rpm (8)
 .SH AUTHOR
 .nf