Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/audio/play audioplay(1): fix typo



details:   https://anonhg.NetBSD.org/src/rev/45c1e5eb9230
branches:  trunk
changeset: 373496:45c1e5eb9230
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Feb 13 13:35:45 2023 +0000

description:
audioplay(1): fix typo

>From Jim Spath in PR/57228

diffstat:

 usr.bin/audio/play/audioplay.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bc6638aa8373 -r 45c1e5eb9230 usr.bin/audio/play/audioplay.1
--- a/usr.bin/audio/play/audioplay.1    Mon Feb 13 12:00:18 2023 +0000
+++ b/usr.bin/audio/play/audioplay.1    Mon Feb 13 13:35:45 2023 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: audioplay.1,v 1.30 2020/04/10 21:33:27 gutteridge Exp $
+.\"    $NetBSD: audioplay.1,v 1.31 2023/02/13 13:35:45 uwe Exp $
 .\"
 .\" Copyright (c) 1998, 1999, 2002, 2010, 2019 Matthew R. Green
 .\" All rights reserved.
@@ -181,7 +181,7 @@
 converts the floating point data into signed linear samples before
 they are passed to the chosen audio device.
 .Sh ERRORS
-If the audio device or the control device can not be opened, and error is
+If the audio device or the control device can not be opened, an error is
 returned.
 .Pp
 If an invalid parameter is specified, an error is returned.



Home | Main Index | Thread Index | Old Index