Initial revision
authorroot <devnull@localhost>
Sat, 30 Mar 1996 04:00:55 +0000 (04:00 +0000)
committerroot <devnull@localhost>
Sat, 30 Mar 1996 04:00:55 +0000 (04:00 +0000)
CVS patchset: 511
CVS date: 1996/03/30 04:00:55

rpm2cpio.8 [new file with mode: 0644]

diff --git a/rpm2cpio.8 b/rpm2cpio.8
new file mode 100644 (file)
index 0000000..b08997e
--- /dev/null
@@ -0,0 +1,23 @@
+.\" rpm2cpio - Converts Red Hat Package (RPM) to cpio archive
+.TH rpm 8 "15 Sept 1995" "Red Hat Software" "Red Hat Commercial Linux"
+.SH NAME
+rpm2cpio \- Converts Red Hat Packge (RPM) to cpio archive
+.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
+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"
+
+.SH SEE ALSO
+.IR glint (8) ,
+.IR rpm (8)
+.SH AUTHOR
+.nf
+Erik Troan <ewt@redhat.com>
+.fi