README.develop: add help2man. Rest - cosmetic changes
This commit is contained in:
@@ -4,6 +4,7 @@ Software you'll need to build a development version libcdio
|
|||||||
- automake
|
- automake
|
||||||
- m4 (used by autoconf)
|
- m4 (used by autoconf)
|
||||||
- texinfo (for building documentation)
|
- texinfo (for building documentation)
|
||||||
|
- help2man (turns help for libcdio standalone programs into manual pages)
|
||||||
|
|
||||||
This is in addition to the software needed to build starting from a the
|
This is in addition to the software needed to build starting from a the
|
||||||
source tar. See README.libcdio for that additional software.
|
source tar. See README.libcdio for that additional software.
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ parse_offset(cdrom_drive_t *d, char *offset, int begin)
|
|||||||
|
|
||||||
if (!offset) return -1;
|
if (!offset) return -1;
|
||||||
|
|
||||||
/* seperate track from time offset */
|
/* separate track from time offset */
|
||||||
temp=strchr(offset,']');
|
temp=strchr(offset,']');
|
||||||
if(temp){
|
if(temp){
|
||||||
*temp='\0';
|
*temp='\0';
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (C) 1999, 2005, 2008 Rocky Bernstein
|
Copyright (C) 1999, 2005, 2008, 2009 Rocky Bernstein
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ A few examples, protected from the shell:
|
|||||||
of autosense:
|
of autosense:
|
||||||
@CDPARANOIA_NAME@ -vsQ
|
@CDPARANOIA_NAME@ -vsQ
|
||||||
|
|
||||||
B) extract up to and including track 3, putting each track in a seperate
|
B) extract up to and including track 3, putting each track in a separate
|
||||||
file:
|
file:
|
||||||
@CDPARANOIA_NAME@ -B -- "-3"
|
@CDPARANOIA_NAME@ -B -- "-3"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user