diff options
author | 2008-06-23 07:04:50 +0000 | |
---|---|---|
committer | 2008-06-23 07:04:50 +0000 | |
commit | 70d16cb159122db09a417cd13a4e298d5e73dfd3 (patch) | |
tree | a2e1c19d4e1273e540896fe2b074d40fed85c44f | |
parent | Don't bzero() the USB buffer before every xfer. This was just for debug (diff) | |
download | wireguard-openbsd-70d16cb159122db09a417cd13a4e298d5e73dfd3.tar.xz wireguard-openbsd-70d16cb159122db09a417cd13a4e298d5e73dfd3.zip |
new sentence, new line;
-rw-r--r-- | usr.bin/cdio/cdio.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1 index 72500f0e17e..644d5dc24ff 100644 --- a/usr.bin/cdio/cdio.1 +++ b/usr.bin/cdio/cdio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdio.1,v 1.48 2008/06/22 21:04:01 av Exp $ +.\" $OpenBSD: cdio.1,v 1.49 2008/06/23 07:04:50 jmc Exp $ .\" .\" Copyright (c) 1995 Serge V. Vakulenko .\" All rights reserved. @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 22 2008 $ +.Dd $Mdocdate: June 23 2008 $ .Dt CDIO 1 .Os .Sh NAME @@ -220,9 +220,10 @@ The options are as follows: .Pp .Bl -tag -width Ds -compact .It Fl a -Write files as audio tracks. Acceptable formats of audio track are CD-DA track -and WAVE audio with 2 channels of PCM audio, each signed 16-bit (little endian) -values sampled at 44100 Hz. +Write files as audio tracks. +Acceptable formats of audio track are CD-DA track +and WAVE audio with 2 channels of PCM audio, +each signed 16-bit (little endian) values sampled at 44100 Hz. .It Fl d Write files as data tracks (the default). .El |