12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- .\" 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 "2022-01-26" "1.0.0" "SlackBuilds.org"
- .SH NAME
- ciso \- compress/decompress CSO images
- .\" RST source for ciso(1) man page. Convert with:
- .
- .\" rst2man.py ciso.rst > ciso.1
- .
- .\" rst2man.py comes from the SBo development/docutils package.
- .
- .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.0/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.
- .
|