aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cdcontrol/cdcontrol.1
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\.\\"\s*\$FreeBSD\$$\n/
* Remove last remnants of acd(4), mcd(4), and scd(4) drivers.Alex Kozlov2016-08-251-13/+5
| | | | | | | Approved by: jhb Notes: svn path=/head/; revision=304814
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
| | | | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days Notes: svn path=/head/; revision=233648
* - Enhance volume handlingPietro Cerutti2008-07-141-1/+9
| | | | | | | | | PR: 125054 Submitted by: gahr Approved by: cperciva Notes: svn path=/head/; revision=180507
* Sort sections.Ruslan Ermilov2005-01-181-4/+4
| | | | Notes: svn path=/head/; revision=140442
* * Auto-detect what device to use if none is specifiedEivind Eklund2003-11-171-6/+19
| | | | | | | | * Replace references to mcd0 with acd0 (doc only) * Remove references to the "c" partition (doc only - code was already fixed) Notes: svn path=/head/; revision=122855
* Retire 'c' partition for a CD device.Maxim Konovalov2003-09-011-4/+4
| | | | | | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> Not objected by: -current Notes: svn path=/head/; revision=119653
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-271-1/+3
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107312
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.Nate Lawson2002-10-181-3/+3
| | | | | | | | | | | | | | | | | | * Change atapi-cd ioctls to use the same units. * Change burncd, cdcontrol to convert CDROM speed to KB/sec before calling the ioctl. Add a "max" speed option for their command lines. This change does not break ABI but does change the units passed through the ioctl so 3rd party software that uses cdrio.h will have to convert (most likely by multiplying CDROM speed by 177 to get KB/s). PR: kern/36845 Submitted by: Philipp Mergenthaler <p@i609a.hadiko.de> (CAM ioctls) Reviewed by: sos, ken MFC after: 1 month Notes: svn path=/head/; revision=105421
* mdoc(7) police: tidy up the markup.Ruslan Ermilov2002-05-301-66/+70
| | | | Notes: svn path=/head/; revision=97557
* Implement 'speed' command: set a maximum read speed. At the moment itMaxim Konovalov2002-05-081-0/+3
| | | | | | | | | | | | works on ATAPI drives only. PR: kern/35512 (a part of) Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de> Reviewed by: -hackers MFC after: 1 month Notes: svn path=/head/; revision=96213
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
| | | | Notes: svn path=/head/; revision=95127
* Remove whitespace at EOL.Dima Dorfman2001-07-151-13/+13
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* Add the 'next' and 'prev' commands (aliased to '+' and '-') which skipKris Kennaway2001-05-251-3/+15
| | | | | | | | | | | | | | forward or backward by a specified number of tracks (defaulting to 1). Use strvisx() to display the media catalog in case it contains unprintable characters. Sort includes. Based on two patches submitted by PR, plus style fixes and other changes of my own. Submitted by: Seth Kingsley <sethk@osd.bsdi.com>, Maxime Henrion <mux@qualys.com> PR: bin/22672, bin/26962 MFC After: 1 week Notes: svn path=/head/; revision=77168
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+5
| | | | Notes: svn path=/head/; revision=71898
* mdoc(7) police: removed empty line (mdocNG does not like them),Ruslan Ermilov2001-01-171-3/+7
| | | | | | | columnate ENVIRONMENT variables. Notes: svn path=/head/; revision=71151
* Deprecate the use of the CD_DRIVE, CDPLAY, DISC and MUSIC_CD environmentJosef Karthauser2001-01-161-8/+4
| | | | | | | | | variables in favour of CDROM. Discussed on: stable@FreeBSD.org Notes: svn path=/head/; revision=71122
* Describe that the CDROM environment variable now affects whichJosef Karthauser2001-01-141-0/+9
| | | | | | | device is used by default. Notes: svn path=/head/; revision=71032
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-35/+11
| | | | Notes: svn path=/head/; revision=70403
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* Add a new command, 'cdid', to calculate and display a serial numberJosef Karthauser2000-07-131-0/+4
| | | | | | | | | for a cd, using the algorithm that the cddb database uses. Submitted by: Sergey Shkonda <serg@bcs.zp.ua> Notes: svn path=/head/; revision=63091
* Update device names.Kris Kennaway2000-05-071-4/+4
| | | | Notes: svn path=/head/; revision=60133
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2
| | | | Notes: svn path=/head/; revision=57695
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-4/+8
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57673
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* (1) Make usage() and SYNOPSIS agree with each other.Bill Fumerola1999-01-311-7/+6
| | | | | | | | | | (2) Use 'device' instead of 'device name', there seems to be a precedent in /usr/share/man/man1 Prompted By: bde Notes: svn path=/head/; revision=43479
* Consistantly use 'devicename' instead of varying between 'discname' andBill Fumerola1999-01-311-3/+3
| | | | | | | 'devicename'. Notes: svn path=/head/; revision=43449
* Mention all the environment variables that can be usedSteve Price1998-06-131-3/+7
| | | | | | | | | | to specify the device. PR: 6927 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> Notes: svn path=/head/; revision=36954
* The status command prints the audio position, the media catalog and theJean-Marc Zucconi1998-01-261-2/+10
| | | | | | | | | | volume value for the disc. It is now possible to specify additional arguments (audio, volume, media) to print only a subset of the full status. This is particularly useful with drives which stop playing when asked to return the catalog number. Notes: svn path=/head/; revision=32782
* Typo.Philippe Charnier1998-01-071-2/+2
| | | | Notes: svn path=/head/; revision=32308
* Use Pa for files and Ar for arguments.Philippe Charnier1997-12-081-24/+32
| | | | Notes: svn path=/head/; revision=31623
* spelling corrections.Wolfram Schneider1997-09-131-3/+3
| | | | | | | | PR: docs/4450 Submitted by: josh@quick.net Notes: svn path=/head/; revision=29329
* Use err(3). Style in usage().Philippe Charnier1997-09-041-5/+5
| | | | Notes: svn path=/head/; revision=29103
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-1/+3
| | | | Notes: svn path=/head/; revision=18718
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-1/+2
| | | | Notes: svn path=/head/; revision=17786
* Integrate vak fixes, mostly command parsing & cosmeticAndrey A. Chernov1996-02-091-2/+5
| | | | | | | Submitted by: vak@cronyx.ru Notes: svn path=/head/; revision=13985
* Request/print out media catalog validation info in status commandAndrey A. Chernov1996-02-031-0/+1
| | | | Notes: svn path=/head/; revision=13888
* Implement several new commandsAndrey A. Chernov1996-02-031-5/+13
| | | | Notes: svn path=/head/; revision=13884
* Implement 'inject' commandAndrey A. Chernov1996-02-021-1/+4
| | | | Notes: svn path=/head/; revision=13865
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-1/+1
| | | | Notes: svn path=/head/; revision=13744
* Add the cdcontrol program by Serge Vakulenko. It's my understandingJordan K. Hubbard1995-08-181-0/+144
that this is a superset of cdplay, and perhaps it's time to send cdplay into the bit bucket if this works well. According to the docs, it has a friendlier command structure, command line interface etc. Submitted by: Serge Vakulenko <vak@cronyx.ru> Notes: svn path=/head/; revision=10099