Changeset 3093

Show
Ignore:
Timestamp:
02/28/10 10:53:09 (6 months ago)
Author:
scdbackup
Message:

Corrected spelling errors in cdrskin man page

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • libburn/trunk/cdrskin/cdrskin.1

    r3028 r3093  
    33.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection 
    44.\" other parameters are allowed: see man(7), man(1) 
    5 .TH CDRSKIN 1 "Jan 19, 2010" 
     5.TH CDRSKIN 1 "Feb 29, 2010" 
    66.\" Please adjust this date whenever revising the manpage. 
    77.\" 
     
    8383Each track is initiated by one track source address argument, which may either 
    8484be "-" for standard input or the address of a readable file. If no write mode 
    85 is given explicitely then one will be chosen which matches the peculiarities 
     85is given explicitly then one will be chosen which matches the peculiarities 
    8686of track sources and the state of the output media. 
    8787.PP 
     
    9494Info about the addresses of burned tracks is kept in a table of 
    9595content (TOC) on media and can be retrieved via cdrskin option -toc. 
    96 These informations are also used by the operating systems' CD-ROM read drivers. 
     96This information is also used by the operating systems' CD-ROM read drivers. 
    9797.PP 
    9898In general there are two types of tracks: data and audio. They differ in 
     
    100100resp. by music CD players. With DVD and BD there is only type data. 
    101101.br 
    102 If not explicitely option -audio is given, then any track is burned as type 
     102If not explicitly option -audio is given, then any track is burned as type 
    103103data, unless the track source is a file with suffix ".wav" or ".au" and has a 
    104104header part which identifies it as MS-WAVE resp. SUN Audio with suitable 
     
    139139.br 
    140140So the mentioning of write modes in the following paragraphs and in the 
    141 examples is not so much a demand that the user shall choose one explicitely, 
     141examples is not so much a demand that the user shall choose one explicitly, 
    142142but rather an illustration of what to expect with particular media types. 
    143143.SS 
     
    182182appendable media, allows no -multi and only a single track. The size of the 
    183183track needs to be known in advance. So either its source has to be a disk file 
    184 of recognizable size or the size has to be announced explicitely by options 
     184of recognizable size or the size has to be announced explicitly by options 
    185185.B tsize=  
    186186or 
     
    188188.br 
    189189DAO is the only mode for media which do not offer feature 21h Incremental 
    190 Streaming. DAO may also be selected explicitely by option 
     190Streaming. DAO may also be selected explicitly by option 
    191191.B -sao . 
    192192Program growisofs uses DAO on sequential DVD-R[W] media for maximum 
     
    195195The other mode, Incremental Streaming, is the default write mode if 
    196196it is available and if the restrictions of DAO would prevent the job. 
    197 Incremental Streaming may be selected explicitely by option 
     197Incremental Streaming may be selected explicitly by option 
    198198.B -tao 
    199199as it resembles much CD TAO by allowing track sources of 
     
    226226.br 
    227227Option -audio is not allowed. Only one track is allowed. 
    228 Option -multi cannot mark a recognizeable end of overwriteable media. 
     228Option -multi cannot mark a recognizable end of overwriteable media. 
    229229Therefore -multi is banned unless ISO-9660 images shall be expandable by help 
    230230of option 
     
    351351The source is supposed to be uncompressed headerless PCM, 44100 Hz, 16 bit, 
    352352stereo. For little-endian byte order (which is usual on PCs) use option 
    353 -swab. Unless marked explicitely by option -data, input files with suffix 
     353-swab. Unless marked explicitly by option -data, input files with suffix 
    354354".wav" are examined wether they have a header in MS-WAVE format confirming 
    355355those parameters and eventually raw audio data get extracted and burned as 
     
    528528mechanism against temporary lack of source data (i.e. buffer underrun). 
    529529A drive that announces no such capabilities will not get them enabled anyway, 
    530 even if attempted explicitely via "driveropts=burnfree". 
     530even if attempted explicitly via "driveropts=burnfree". 
    531531.TP 
    532532.BI \-dummy 
     
    598598If not, then the burn run will be aborted. 
    599599.br 
    600 The range of -isosize is exactly one track. Further tracks may be preceeded 
     600The range of -isosize is exactly one track. Further tracks may be preceded 
    601601by further -isosize options, though. At least 15 blocks of padding will be 
    602602added to each -isosize track. But be advised to rather use padsize=300k. 
     
    706706.br 
    707707-sao can only be used for tracks of fixely predicted size. This implies that 
    708 track arguments which depict stdin or named pipes need to be preceeded by 
     708track arguments which depict stdin or named pipes need to be preceded by 
    709709option tsize= or by option tao_to_sao_tsize=. 
    710710.br 
     
    823823.TP 
    824824.BI \--adjust_speed_to_drive 
    825 Curb explicitely given speed= values to the maximum which is announced by the 
     825Curb explicitly given speed= values to the maximum which is announced by the 
    826826drive for the loaded media. By default, such an adjustment is only made with 
    827827pseudo-speeds 0 and -1 whereas speed settings > 0 are sent unchanged to the 
     
    917917the address of an own program.  
    918918.br 
    919 The fallback programm will get all arguments of cdrskin which do not match 
     919The fallback program will get all arguments of cdrskin which do not match 
    920920the shell patterns --?* or *_*=* . This eventually suppresses path names of 
    921921track sources which happen to match those patterns. The options from the 
     
    963963eventual ISO-9660 filesystem on media. It is assumed that this image's inner 
    964964size description points to the end of the valuable data. 
    965 Overwriteable media with a recognizeable ISO-9660 size will be regarded as 
     965Overwriteable media with a recognizable ISO-9660 size will be regarded as 
    966966appendable rather than as blank. I.e. options -msinfo and -toc will work. 
    967967-toc will always show a single session with its size increasing with 
    968968every added mkisofs image. 
    969969.br 
    970 If not overriden by option write_start_address=, the track with the new image 
     970If not overridden by option write_start_address=, the track with the new image 
    971971will be placed behind the end of the old one. One may use option 
    972972assert_write_lba= to make sure that media state and mkisofs job do match. 
     
    10631063a cdrskin version prior to 0.3.3 no track source should be given in order 
    10641064not to start an involuntary burn session. 
    1065 In this case set at least -sao or -tao explicitely. 
     1065In this case set at least -sao or -tao explicitly. 
    10661066.br 
    10671067The result gets printed to standard output. It is 0 or empty if no writing 
     
    11311131options --devices and -scanbus. 
    11321132Normally this is /dev/sgN on kernel versions < 2.6 and /dev/srN 
    1133 on kernels >= 2.6 . This option allows to explicitely override that default 
     1133on kernels >= 2.6 . This option allows to explicitly override that default 
    11341134in order to meet other programs at a common device file for each drive. 
    11351135On kernel 2.4 families sr and scd will find no drives.