[BACK]Return to cdio.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / cdio

Diff for /src/usr.bin/cdio/cdio.1 between version 1.27 and 1.28

version 1.27, 2003/06/10 09:12:09 version 1.28, 2004/07/30 11:59:03
Line 38 
Line 38 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm cdio  .Nm cdio
 .Op Fl sv  .Op Fl sv
 .Op Fl d Ar host:port  .Xo
   .Oo Fl d
   .Ar host : Ns Ar port Oc
   .Xc
 .Op Fl f Ar device  .Op Fl f Ar device
 .Op Ar command args ...  .Op Ar command args ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 65 
Line 68 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl s  .It Xo
 Silent mode.  .Fl d
 Do not print table headers or human-readable comments.  .Ar host : Ns Ar port
 .It Fl v  .Xc
 Verbose mode.  
 Print as much information as possible.  
 .It Fl d Ar host:port  
 Specifies cddb host (default: freedb.freedb.org:cddb).  Specifies cddb host (default: freedb.freedb.org:cddb).
 .It Fl f Ar device  .It Fl f Ar device
 Specifies a device name such as  Specifies a device name such as
Line 82 
Line 82 
 .Pa /dev  .Pa /dev
 filenames are possible.  filenames are possible.
 The raw partition name is added if needed.  The raw partition name is added if needed.
   .It Fl s
   Silent mode.
   Do not print table headers or human-readable comments.
   .It Fl v
   Verbose mode.
   Print as much information as possible.
 .El  .El
 .Pp  .Pp
 The available commands are listed below.  The available commands are listed below.
Line 164 
Line 170 
 .It Ic cddb Op Ar n  .It Ic cddb Op Ar n
 Print the table of contents after matching the disc with the cddb.  Print the table of contents after matching the disc with the cddb.
 In case of multiple matches, reissue the command with  In case of multiple matches, reissue the command with
 .Ar n  .Ar n .
 .It Ic cdid  .It Ic cdid
 Print the disc id that will be used for matching with the cddb.  Print the disc ID that will be used for matching with the cddb.
 .It Ic status  .It Ic status
 Print information about the disc:  Print information about the disc:
 the current playing status and position,  the current playing status and position,
Line 199 
Line 205 
 .It Pa /dev/rcd0c  .It Pa /dev/rcd0c
 .It Pa /dev/rmcd0c  .It Pa /dev/rmcd0c
 .El  .El
   .Sh SEE ALSO
   .Xr aucat 1 ,
   .Xr audioctl 1 ,
   .Xr mixerctl 1 ,
   .Xr audio 4
 .Sh HISTORY  .Sh HISTORY
 The  The
 .Nm  .Nm

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28