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 Fix typos.



details:   https://anonhg.NetBSD.org/src/rev/7cb0f1874aa7
branches:  trunk
changeset: 520763:7cb0f1874aa7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jan 15 17:21:47 2002 +0000

description:
Fix typos.

diffstat:

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

diffs (24 lines):

diff -r 66d4cf372648 -r 7cb0f1874aa7 usr.bin/audio/record/audiorecord.1
--- a/usr.bin/audio/record/audiorecord.1        Tue Jan 15 17:18:28 2002 +0000
+++ b/usr.bin/audio/record/audiorecord.1        Tue Jan 15 17:21:47 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: audiorecord.1,v 1.20 2002/01/15 17:18:28 mrg Exp $
+.\"    $NetBSD: audiorecord.1,v 1.21 2002/01/15 17:21:47 wiz Exp $
 .\"
 .\" Copyright (c) 1998-1999 Matthew R. Green
 .\" All rights reserved.
@@ -54,12 +54,12 @@
 .Nm
 program copies the audio devices to the named audiofile, or the standard
 output if no file is named.
-The output file will contain either Sun/NeXT audio header (default), a
+The output file will contain either a Sun/NeXT audio header (default), a
 RIFF/WAVE audio header or no header at all.  For Sun output files when
 using a linear PCM encoding, we always output big-endian signed samples,
 possibly after converting these from little-endian and/or unsigned
 samples.  For RIFF/WAVE files, we always use little-endian, signed
-samples, also converting is necessary (there is no support for RIFX output.)
+samples, also converting if necessary (there is no support for RIFX output.)
 .Sh OPTIONS
 The following options are available:
 .Bl -tag -width 123456



Home | Main Index | Thread Index | Old Index