summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2004-02-03 02:46:37 +0000
committerLuca Barbato <lu_zero@gentoo.org>2004-02-03 02:46:37 +0000
commit223a354b64af0bbd00b9c6be99a5723aa4e75d62 (patch)
treed2cd850a21af8c58d0f40dcd882b7194fc81c80c /src/gcloop/man
parentNote about digital signatures (diff)
downloadgentoo-223a354b64af0bbd00b9c6be99a5723aa4e75d62.tar.gz
gentoo-223a354b64af0bbd00b9c6be99a5723aa4e75d62.tar.bz2
gentoo-223a354b64af0bbd00b9c6be99a5723aa4e75d62.zip
First import
Diffstat (limited to 'src/gcloop/man')
-rw-r--r--src/gcloop/man/compress_gcloop.167
-rw-r--r--src/gcloop/man/compress_gcloop_ucl.167
-rw-r--r--src/gcloop/man/create_gcloop.160
-rw-r--r--src/gcloop/man/create_gcloop_ucl.158
-rw-r--r--src/gcloop/man/extract_gcloop.138
-rw-r--r--src/gcloop/man/extract_gcloop_ucl.137
6 files changed, 327 insertions, 0 deletions
diff --git a/src/gcloop/man/compress_gcloop.1 b/src/gcloop/man/compress_gcloop.1
new file mode 100644
index 0000000000..240a30caa6
--- /dev/null
+++ b/src/gcloop/man/compress_gcloop.1
@@ -0,0 +1,67 @@
+.TH "COMPRESS_GCLOOP" "6" "Jan 2004" "gcloop 0.99" "gcloop"
+.SH NAME
+compress_gcloop \- creates gcloop images [PLACEHOLDER]
+.SH SYNOPSIS
+.B compress_gcloop [options] infile outfile
+.B compress_gcloop -V
+.SH DESCRIPTION
+\fBcompress_gcloop\fR can be utilized to create a compressed
+image to be used as compressed loopback.
+.SH PARAMETERS
+.TP
+.BR infile
+Input image file, to use stdin instead use "-" instead of a filename
+.TP
+.BR outfile
+Output file
+.SH OPTIONS
+.TP
+.BR -b
+Set the blocksize, in bytes. The number has to be a multiple of 512.
+The suggested sizes are 65536 (64k) and 131072 (128k). Due to kernel
+memory allocation 128k is the current max
+.TP
+.BR -c
+Set the compression level, the range is up to the compressor used
+commonly 0-10 for ucl algorithm and 0-9 for zlib algorithm.
+.TP
+.BR -i
+Set the input imagesize, in bytes. To be used if cannot be determined
+.TP
+.BR -I
+Force the input imagesize, in bytes.
+.TP
+.BR -v
+Verboseness level, cumulable. -v just give you a summary, -vv and -vvv
+report per block statistics.
+.TP
+.BR -V
+Print the version and exit.
+.TP
+.BR -C
+\&[not implemented yet]
+Set the compression algorithm.
+.TP
+.SH "EXAMPLES"
+.B compress_gcloop
+image.iso image.ucl
+.br
+.B compress_gcloop
+-vv -c 9 -b 131072 image.iso image.ucl
+.br
+mkisofs -r datadir |
+.B compress_gcloop
+ - image.ucl
+.SH "REPORTING BUGS"
+Please report bugs via http://bugs.gentoo.org/
+.SH "SEE ALSO"
+.BR create_gcloop (1),
+.BR extract_gcloop (1)
+.SH AUTHORS
+Paul 'Rusty' Russel (original author)
+.br
+Klaus Knopper <knopper@knopper.net>
+.br
+Valentijn Sessink <valentyn@openoffice.nl> (total rewrite)
+.br
+Luca Barbato <lu_zero@gentoo.org> (revamped version)
diff --git a/src/gcloop/man/compress_gcloop_ucl.1 b/src/gcloop/man/compress_gcloop_ucl.1
new file mode 100644
index 0000000000..230003d4c6
--- /dev/null
+++ b/src/gcloop/man/compress_gcloop_ucl.1
@@ -0,0 +1,67 @@
+.TH "COMPRESS_GCLOOP_UCL" "6" "Jan 2004" "gcloop 0.99" "gcloop"
+.SH NAME
+compress_gcloop_ucl \- creates gcloop_ucl images [PLACEHOLDER]
+.SH SYNOPSIS
+.B compress_gcloop_ucl [options] infile outfile
+.B compress_gcloop_ucl -V
+.SH DESCRIPTION
+\fBcompress_gcloop_ucl\fR can be utilized to create a compressed
+image to be used as compressed loopback.
+.SH PARAMETERS
+.TP
+.BR infile
+Input image file, to use stdin instead use "-" instead of a filename
+.TP
+.BR outfile
+Output file
+.SH OPTIONS
+.TP
+.BR -b
+Set the blocksize, in bytes. The number has to be a multiple of 512.
+The suggested sizes are 65536 (64k) and 131072 (128k). Due to kernel
+memory allocation 128k is the current max
+.TP
+.BR -c
+Set the compression level, the range is up to the compressor used
+commonly 0-10 for ucl algorithm and 0-9 for zlib algorithm.
+.TP
+.BR -i
+Set the input imagesize, in bytes. To be used if cannot be determined
+.TP
+.BR -I
+Force the input imagesize, in bytes.
+.TP
+.BR -v
+Verboseness level, cumulable. -v just give you a summary, -vv and -vvv
+report per block statistics.
+.TP
+.BR -V
+Print the version and exit.
+.TP
+.BR -C
+\&[not implemented yet]
+Set the compression algorithm.
+.TP
+.SH "EXAMPLES"
+.B compress_gcloop_ucl
+image.iso image.ucl
+.br
+.B compress_gcloop_ucl
+-vv -c 9 -b 131072 image.iso image.ucl
+.br
+mkisofs -r datadir |
+.B compress_gcloop_ucl
+ - image.ucl
+.SH "REPORTING BUGS"
+Please report bugs via http://bugs.gentoo.org/
+.SH "SEE ALSO"
+.BR create_gcloop_ucl (1),
+.BR extract_gcloop_ucl (1)
+.SH AUTHORS
+Paul 'Rusty' Russel (original author)
+.br
+Klaus Knopper <knopper@knopper.net>
+.br
+Valentijn Sessink <valentyn@openoffice.nl> (total rewrite)
+.br
+Luca Barbato <lu_zero@gentoo.org> (revamped version)
diff --git a/src/gcloop/man/create_gcloop.1 b/src/gcloop/man/create_gcloop.1
new file mode 100644
index 0000000000..bab2359712
--- /dev/null
+++ b/src/gcloop/man/create_gcloop.1
@@ -0,0 +1,60 @@
+.TH "CREATE_GCLOOP" "6" "Jan 2004" "gcloop 0.99" "gcloop"
+.SH NAME
+create_gcloop \- creates gcloop images [PLACEHOLDER]
+.SH SYNOPSIS
+.B create_gcloop [options] infile blocksize > outfile
+.B create_gcloop -V
+.SH DESCRIPTION
+\fBcreate_gcloop\fR can be utilized to create a compressed
+image to be used as compressed loopback.
+
+.SH PARAMETERS
+.TP
+.BR infile
+Input image file, to use stdin instead use "-" instead of a filename
+.TP
+.BR outfile
+Output file
+.TP
+.BR blocksize
+Blocksize in bytes. The number has to be a multiple of 512.The
+suggested sizes are 65536 (64k) and 131072 (128k). Due to kernel
+memory allocation 128k is the current max
+.TP
+.SH OPTIONS
+.TP
+.BR -c
+\&[not implemented yet]
+Set the compression level, the range is up to the compressor used
+commonly 0-10 for ucl algorithm and 0-9 for zlib algorithm.
+.TP
+.BR -V
+Print the version and exit.
+.TP
+.BR -C
+\&[not implemented yet]
+Set the compression algorithm
+.TP
+.SH "EXAMPLES"
+.B create_gcloop
+image.iso 65536 >image.ucl
+.br
+.B create_gcloop
+-c 9 image.ucl 131072 > image.ucl
+.br
+mkisofs -r datadir |
+.B create_gcloop
+ - 131072 > image.ucl
+.SH "REPORTING BUGS"
+Please report bugs via http://bugs.gentoo.org/
+.SH "SEE ALSO"
+.BR compress_gcloop (1),
+.BR extract_gcloop (1)
+.SH AUTHORS
+Paul 'Rusty' Russel (original author)
+.br
+Klaus Knopper <knopper@knopper.net>
+.br
+Valentijn Sessink <valentyn@openoffice.nl> (total rewrite)
+.br
+Luca Barbato <lu_zero@gentoo.org> (revamped version)
diff --git a/src/gcloop/man/create_gcloop_ucl.1 b/src/gcloop/man/create_gcloop_ucl.1
new file mode 100644
index 0000000000..ef5673f069
--- /dev/null
+++ b/src/gcloop/man/create_gcloop_ucl.1
@@ -0,0 +1,58 @@
+.TH "CREATE_GCLOOP_UCL" "6" "Jan 2004" "gcloop 0.99" "gcloop"
+.SH NAME
+create_gcloop_ucl \- creates gcloop_ucl images
+.SH SYNOPSIS
+.B create_gcloop_ucl [options] infile blocksize > outfile
+.B create_gcloop_ucl -V
+.SH DESCRIPTION
+\fBcreate_gcloop_ucl\fR can be utilized to create an ucl compressed
+image to be used as compressed loopback.
+
+.SH PARAMETERS
+.TP
+.BR infile
+Input image file, to use stdin instead use "-" instead of a filename
+.TP
+.BR outfile
+Output file
+.TP
+.BR blocksize
+Blocksize in bytes. The number has to be a multiple of 512.The
+suggested sizes are 65536 (64k) and 131072 (128k). Due to kernel
+memory allocation 128k is the current max
+.TP
+.SH OPTIONS
+.TP
+.BR -c
+\&[not implemented yet]
+Set the compression level, the range is up to the compressor used
+commonly 0-10 for ucl algorithm and 0-9 for zlib algorithm.
+.TP
+.BR -V
+Print the version and exit.
+.TP
+.BR -C
+\&[not implemented yet]
+Set the compression algorithm
+.TP
+.SH "EXAMPLES"
+.B create_gcloop_ucl
+image.iso 65536 >image.ucl
+.br
+.B create_gcloop_ucl
+-c 9 image.ucl 131072 > image.ucl
+.br
+mkisofs -r datadir |
+.B create_gcloop_ucl
+ - 131072 > image.ucl
+.SH "REPORTING BUGS"
+Please report bugs via http://bugs.gentoo.org/
+.SH "SEE ALSO"
+.BR compress_gcloop_ucl (1),
+.BR extract_gcloop_ucl (1)
+.SH AUTHORS
+Paul 'Rusty' Russel (original author)
+.br
+Klaus Knopper <knopper@knopper.net>
+.br
+Luca Barbato <lu_zero@gentoo.org> (revamped version)
diff --git a/src/gcloop/man/extract_gcloop.1 b/src/gcloop/man/extract_gcloop.1
new file mode 100644
index 0000000000..3b658faadf
--- /dev/null
+++ b/src/gcloop/man/extract_gcloop.1
@@ -0,0 +1,38 @@
+.TH "EXTRACT_GCLOOP" "1" "Jan 2004" "gcloop 0.99" "gcloop"
+.SH NAME
+extract_gcloop \- extracts gcloop images [PLACEHOLDER]
+.SH SYNOPSIS
+.B extract_gcloop infile > outfile
+.B extract_gcloop -V
+.SH DESCRIPTION
+\fBextract_gcloop\fR can be utilized to extract and verify a compressed
+image.
+
+.SH PARAMETERS
+.TP
+.BR infile
+Input compressed image file
+.TP
+.BR outfile
+Output image file
+.TP
+.SH OPTIONS
+.TP
+.BR -V
+Print the version and exit.
+.TP
+.SH "EXAMPLES"
+.B extract_gcloop
+image.ucl >image.iso
+.br
+.SH "REPORTING BUGS"
+Please report bugs via http://bugs.gentoo.org/
+.SH "SEE ALSO"
+.BR compress_gcloop (1),
+.BR create_gcloop (1)
+.SH AUTHORS
+Paul 'Rusty' Russel (original author)
+.br
+Klaus Knopper <knopper@knopper.net>
+.br
+Luca Barbato <lu_zero@gentoo.org> (revamped version)
diff --git a/src/gcloop/man/extract_gcloop_ucl.1 b/src/gcloop/man/extract_gcloop_ucl.1
new file mode 100644
index 0000000000..c934e47d96
--- /dev/null
+++ b/src/gcloop/man/extract_gcloop_ucl.1
@@ -0,0 +1,37 @@
+.TH "EXTRACT_GCLOOP" "1" "Jan 2004" "gcloop_ucl 0.99" "gcloop_ucl"
+.SH NAME
+extract_gcloop_ucl \- extracts gcloop_ucl images
+.SH SYNOPSIS
+.B extract_gcloop_ucl infile > outfile
+.B extract_gcloop_ucl -V
+.SH DESCRIPTION
+\fBextract_gcloop_ucl\fR can be utilized to extract and verify an ucl
+compressed image.
+.SH PARAMETERS
+.TP
+.BR infile
+Input compressed image file
+.TP
+.BR outfile
+Output image file
+.TP
+.SH OPTIONS
+.TP
+.BR -V
+Print the version and exit.
+.TP
+.SH "EXAMPLES"
+.B extract_gcloop_ucl
+image.ucl >image.iso
+.br
+.SH "REPORTING BUGS"
+Please report bugs via http://bugs.gentoo.org/
+.SH "SEE ALSO"
+.BR compress_gcloop_ucl (1),
+.BR create_gcloop_ucl (1)
+.SH AUTHORS
+Paul 'Rusty' Russel (original author)
+.br
+Klaus Knopper <knopper@knopper.net>
+.br
+Luca Barbato <lu_zero@gentoo.org> (revamped version)