Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/audio/record Be consistent about putting commas betw...



details:   https://anonhg.NetBSD.org/src/rev/91b9c40e8816
branches:  trunk
changeset: 540557:91b9c40e8816
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Dec 18 19:48:28 2002 +0000

description:
Be consistent about putting commas between items in an enumeration.

diffstat:

 usr.bin/audio/record/audiorecord.1 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r 5294bc3e51ea -r 91b9c40e8816 usr.bin/audio/record/audiorecord.1
--- a/usr.bin/audio/record/audiorecord.1        Wed Dec 18 19:46:48 2002 +0000
+++ b/usr.bin/audio/record/audiorecord.1        Wed Dec 18 19:48:28 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: audiorecord.1,v 1.30 2002/12/08 10:00:12 mrg Exp $
+.\"    $NetBSD: audiorecord.1,v 1.31 2002/12/18 19:48:28 wiz Exp $
 .\"
 .\" Copyright (c) 1998-1999 Matthew R. Green
 .\" All rights reserved.
@@ -109,10 +109,10 @@
 .Ar format .
 Currently supported formats are
 .Dq sun ,
-.Dq wav
+.Dq wav ,
 and
 .Dq none
-for Sun/NeXT audio, WAV and no header, respectively.
+for Sun/NeXT audio, WAV, and no header, respectively.
 .It Fl f
 Force.
 Normally when appending to audiofiles using the
@@ -139,7 +139,7 @@
 .Dq 16 ,
 though the values
 .Dq 4 ,
-.Dq 24
+.Dq 24 ,
 and
 .Dq 32
 are also valid.
@@ -150,15 +150,15 @@
 .Ar port
 are
 .Dq cd ,
-.Dq internal-cd
-.Dq mic
+.Dq internal-cd ,
+.Dq mic ,
 and
 .Dq line .
 .It Fl s
 Set the sampling rate.
 This value is per-second.
-Typical values are 8000, 44100 and 48000, which are the telephone,
-CD Audio and DAT Audio default sampling rates.
+Typical values are 8000, 44100, and 48000, which are the telephone,
+CD Audio, and DAT Audio default sampling rates.
 .It Fl t
 Sets the maximum amount of time to record.
 Format is [hh:]mm:ss.



Home | Main Index | Thread Index | Old Index