mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
525c783911
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
91 lines
2.1 KiB
Groff
91 lines
2.1 KiB
Groff
.\" Man page generated from reStructuredText.
|
|
.
|
|
.
|
|
.nr rst2man-indent-level 0
|
|
.
|
|
.de1 rstReportMargin
|
|
\\$1 \\n[an-margin]
|
|
level \\n[rst2man-indent-level]
|
|
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
-
|
|
\\n[rst2man-indent0]
|
|
\\n[rst2man-indent1]
|
|
\\n[rst2man-indent2]
|
|
..
|
|
.de1 INDENT
|
|
.\" .rstReportMargin pre:
|
|
. RS \\$1
|
|
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
|
. nr rst2man-indent-level +1
|
|
.\" .rstReportMargin post:
|
|
..
|
|
.de UNINDENT
|
|
. RE
|
|
.\" indent \\n[an-margin]
|
|
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.nr rst2man-indent-level -1
|
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
|
..
|
|
.TH "CISO" 1 "2024-10-04" "1.0.2" "SlackBuilds.org"
|
|
.SH NAME
|
|
ciso \- compress/decompress CSO images
|
|
.\" RST source for ciso(1) man page. Convert with:
|
|
.
|
|
.\" rst2man.py ciso.rst > ciso.1
|
|
.
|
|
.SH SYNOPSIS
|
|
.sp
|
|
ciso \fIlevel\fP \fIinput\-file\fP \fIoutput\-file\fP
|
|
.SH DESCRIPTION
|
|
.sp
|
|
CSO (compressed ISO) images are used with the Sony Playstation
|
|
Portable game console.
|
|
.sp
|
|
\fBciso\fP compresses ISO images to CSO, or decompresses CSO to ISO. This
|
|
is lossless compression.
|
|
.sp
|
|
To compress, set \fIlevel\fP to a number between 1 (least compression,
|
|
fastest) and 9 (most compression, slowest). Example:
|
|
.INDENT 0.0
|
|
.INDENT 3.5
|
|
.sp
|
|
.nf
|
|
.ft C
|
|
ciso 5 something.iso something.cso
|
|
.ft P
|
|
.fi
|
|
.UNINDENT
|
|
.UNINDENT
|
|
.sp
|
|
To decompress, set \fIlevel\fP to 0 (zero). Example:
|
|
.INDENT 0.0
|
|
.INDENT 3.5
|
|
.sp
|
|
.nf
|
|
.ft C
|
|
ciso 0 something.cso something.iso
|
|
.ft P
|
|
.fi
|
|
.UNINDENT
|
|
.UNINDENT
|
|
.sp
|
|
All 3 arguments are required. With missing arguments, \fBciso\fP will
|
|
print its built\-in usage message and exit.
|
|
.sp
|
|
The CSO images produced by \fIciso\fP are "version 1". For more information
|
|
on the CSO image format, see: \fI\%https://en.wikipedia.org/wiki/.CSO\fP
|
|
.SH COPYRIGHT
|
|
.sp
|
|
See the file /usr/doc/ciso\-1.0.2/license for license information.
|
|
.SH AUTHORS
|
|
.sp
|
|
\fBciso\fP was written by BOOSTER.
|
|
.sp
|
|
This man page written for the SlackBuilds.org project
|
|
by B. Watson, and is licensed under the WTFPL.
|
|
.SH SEE ALSO
|
|
.sp
|
|
The \fBciso\fP homepage: \fI\%https://sourceforge.net/projects/ciso/\fP
|
|
.\" Generated by docutils manpage writer.
|
|
.
|