From: =?utf-8?b?0L3QsNCx?= Date: Sun, 3 Nov 2024 20:36:41 +0100 Subject: fix manual (whatis entry, escapes) --- man/iat.1 | 78 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/man/iat.1 b/man/iat.1 index 18d12a8..b83994a 100644 --- a/man/iat.1 +++ b/man/iat.1 @@ -1,70 +1,70 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .TH IAT "1" "August 2009" "Iso9660 Analyzer Tool 0.1.7" "User Commands" .SH NAME -Iso9660 Analyzer Tool \- tool for detecting the structure of DVD/CD-ROM image file formats. +iat \- tool for detecting the structure of DVD/CD-ROM image file formats. .SH SYNOPSIS .B iat \fI-i \fR[\fIoption\fR] .SH DESCRIPTION -Iso9660 Analyzer Tool is a free utility tool for detecting the structure of DVD/CD-ROM image file formats; the tool supports many DVD/CD-ROM data image file formats.\n +Iso9660 Analyzer Tool is a free utility tool for detecting the structure of DVD/CD-ROM image file formats; the tool supports many DVD/CD-ROM data image file formats. -\n \tThe following are the supported modes\n + The following are the supported modes -\t\t1) MODE1/2048 + 1) MODE1/2048 -\t\t2) MODE1/2368 + 2) MODE1/2368 -\t\t3) MODE1/2352 + 3) MODE1/2352 -\t\t4) MODE1/2448 + 4) MODE1/2448 -\t\t5) MODE2/2336 + 5) MODE2/2336 -\t\t6) MODE2/2352 + 6) MODE2/2352 -\n\tThe following are not supported.\n + The following are not supported. -\t1) The compressed image format eg: zlib images, audio\n - -Iso9660 Analyzer Tool provides the conversion of any image format to an UDF/ISO -for easy mounting in your favorite Operating System. The tool also permits the -creation of TOC or CUE file descriptor to burn the image easily with your favorite -burner on your favorite Operating System. If the image is not compliant with TOC or CUE, + 1) The compressed image format eg: zlib images, audio + +Iso9660 Analyzer Tool provides the conversion of any image format to an UDF/ISO +for easy mounting in your favorite Operating System. The tool also permits the +creation of TOC or CUE file descriptor to burn the image easily with your favorite +burner on your favorite Operating System. If the image is not compliant with TOC or CUE, it should be converted to UDF/ISO format which can be mounted upon any Operating System. -If the Operating System does not support image of DVD/CD-ROM, then creating the TOC file -descriptor is a good option burn 1:1 original image. Iso9960 Analyzer Tool provides option +If the Operating System does not support image of DVD/CD-ROM, then creating the TOC file +descriptor is a good option burn 1:1 original image. Iso9960 Analyzer Tool provides option to create TOC file descriptor. Note some application does not support TOC descriptor. -Similarly, if the Operating System does not support image of DVD/CD-ROM, then creating -the CUE file descriptor is also a good option. Iso9960 Analyzer Tool provides option to +Similarly, if the Operating System does not support image of DVD/CD-ROM, then creating +the CUE file descriptor is also a good option. Iso9960 Analyzer Tool provides option to create CUE file descriptor. Note the creation of CUE might work with protected image. .PP .SH OPTIONS -Option Syntax\n +Option Syntax + +Iso9660 Analyzer tool uses GNU getopt to process command-line arguments, every option has both the long and short form. Long options are more convenient to remember, but shorter are easier to type. The user may freely mix different option styles, or specify options after the command-line arguments. -Iso9660 Analyzer tool uses GNU getopt to process command-line arguments, every option has both the long and short form. Long options are more convenient to remember, but shorter are easier to type. The user may freely mix different option styles, or specify options after the command-line arguments.\n +eg.: -eg.:\n + iat --iso --input=FOO.img -o FOO.iso - iat --iso --input=FOO.img -o FOO.iso\n +The space between the option accepting an argument and the argument may be omitted. Instead of -o log you can write -oFOO.iso -The space between the option accepting an argument and the argument may be omitted. Instead of -o log you can write -oFOO.iso\n +Many options that do not require arguments may be clubed together -Many options that do not require arguments may be clubed together\n - -eg.:\n +eg.: - iat -xi FOO.img\n + iat -xi FOO.img -The equivalent is\n +The equivalent is - iat -x -i FOO.img\n + iat -x -i FOO.img .SS "Basic Options" -.TP +.TP \fB\-h\fR, \fB\-\-help\fR Show this help message @@ -81,7 +81,7 @@ .SS "Basic Options" \fB\-\-debug\fR debug image .IP -.SS " Conversion Options" +.SS " Conversion Options" .TP \fB\-\-cue\fR Creates cuesheet for the image, compatible with many burn program. @@ -90,9 +90,9 @@ .SS " Conversion Options" Creates TOC for the image, for the perfect copy 1:1 of the original image, but some application might not support it. .TP \fB\-\-iso\fR -Create ISO9660 image - - +Create ISO9660 image + + .SH BUGS You are welcome to submit bug reports via the Iso9660 Analyzer Tool bug tracker (see ). @@ -105,16 +105,16 @@ .SH BUGS 2. Please reproduce the bug in as simple circumstances as possible. eg. if iat crashes during the conversion operation - iat --toc -i FOO.img -o FOO + iat --toc -i FOO.img -o FOO try to reproduce the crash, and if reproduced, use simpler set of options to reproduce the bug. - + 3. Please use iat with --debug option and send us the resulting output iat --debug -i FOO.img > FOO.log -Note: please make sure to remove any potentially sensitive information from the debug log before sending it to the bug address. +Note: please make sure to remove any potentially sensitive information from the debug log before sending it to the bug address. 4. If iat has crashed, try to run it in a debugger, e.g. "gdb" .SH AUTHOR