Module Name:    src
Committed By:   martin
Date:           Tue Feb 14 16:05:53 UTC 2023

Modified Files:
        src/usr.bin/audio/play [netbsd-10]: audioplay.1

Log Message:
Pull up following revision(s) (requested by uwe in ticket #82):

        usr.bin/audio/play/audioplay.1: revision 1.31

audioplay(1): fix typo

>From Jim Spath in PR/57228


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.30.6.1 src/usr.bin/audio/play/audioplay.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/audio/play/audioplay.1
diff -u src/usr.bin/audio/play/audioplay.1:1.30 src/usr.bin/audio/play/audioplay.1:1.30.6.1
--- src/usr.bin/audio/play/audioplay.1:1.30	Fri Apr 10 21:33:27 2020
+++ src/usr.bin/audio/play/audioplay.1	Tue Feb 14 16:05:53 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: audioplay.1,v 1.30 2020/04/10 21:33:27 gutteridge Exp $
+.\"	$NetBSD: audioplay.1,v 1.30.6.1 2023/02/14 16:05:53 martin Exp $
 .\"
 .\" Copyright (c) 1998, 1999, 2002, 2010, 2019 Matthew R. Green
 .\" All rights reserved.
@@ -181,7 +181,7 @@ In this case
 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.

Reply via email to