ciso.1 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .
  4. .nr rst2man-indent-level 0
  5. .
  6. .de1 rstReportMargin
  7. \\$1 \\n[an-margin]
  8. level \\n[rst2man-indent-level]
  9. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  10. -
  11. \\n[rst2man-indent0]
  12. \\n[rst2man-indent1]
  13. \\n[rst2man-indent2]
  14. ..
  15. .de1 INDENT
  16. .\" .rstReportMargin pre:
  17. . RS \\$1
  18. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  19. . nr rst2man-indent-level +1
  20. .\" .rstReportMargin post:
  21. ..
  22. .de UNINDENT
  23. . RE
  24. .\" indent \\n[an-margin]
  25. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  26. .nr rst2man-indent-level -1
  27. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  28. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  29. ..
  30. .TH "CISO" 1 "2022-01-26" "1.0.0" "SlackBuilds.org"
  31. .SH NAME
  32. ciso \- compress/decompress CSO images
  33. .\" RST source for ciso(1) man page. Convert with:
  34. .
  35. .\" rst2man.py ciso.rst > ciso.1
  36. .
  37. .\" rst2man.py comes from the SBo development/docutils package.
  38. .
  39. .SH SYNOPSIS
  40. .sp
  41. ciso \fIlevel\fP \fIinput\-file\fP \fIoutput\-file\fP
  42. .SH DESCRIPTION
  43. .sp
  44. CSO (compressed ISO) images are used with the Sony Playstation
  45. Portable game console.
  46. .sp
  47. \fBciso\fP compresses ISO images to CSO, or decompresses CSO to ISO. This
  48. is lossless compression.
  49. .sp
  50. To compress, set \fIlevel\fP to a number between 1 (least compression,
  51. fastest) and 9 (most compression, slowest). Example:
  52. .INDENT 0.0
  53. .INDENT 3.5
  54. .sp
  55. .nf
  56. .ft C
  57. ciso 5 something.iso something.cso
  58. .ft P
  59. .fi
  60. .UNINDENT
  61. .UNINDENT
  62. .sp
  63. To decompress, set \fIlevel\fP to 0 (zero). Example:
  64. .INDENT 0.0
  65. .INDENT 3.5
  66. .sp
  67. .nf
  68. .ft C
  69. ciso 0 something.cso something.iso
  70. .ft P
  71. .fi
  72. .UNINDENT
  73. .UNINDENT
  74. .sp
  75. All 3 arguments are required. With missing arguments, \fBciso\fP will
  76. print its built\-in usage message and exit.
  77. .sp
  78. The CSO images produced by \fIciso\fP are "version 1". For more information
  79. on the CSO image format, see: \fI\%https://en.wikipedia.org/wiki/.CSO\fP
  80. .SH COPYRIGHT
  81. .sp
  82. See the file /usr/doc/ciso\-1.0.0/license for license information.
  83. .SH AUTHORS
  84. .sp
  85. \fBciso\fP was written by BOOSTER.
  86. .sp
  87. This man page written for the SlackBuilds.org project
  88. by B. Watson, and is licensed under the WTFPL.
  89. .SH SEE ALSO
  90. .sp
  91. The \fBciso\fP homepage: \fI\%https://sourceforge.net/projects/ciso/\fP
  92. .\" Generated by docutils manpage writer.
  93. .