Module Name:    src
Committed By:   martin
Date:           Tue Feb 14 16:03:17 UTC 2023

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

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

        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.26 -r1.26.28.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.26 src/usr.bin/audio/play/audioplay.1:1.26.28.1
--- src/usr.bin/audio/play/audioplay.1:1.26	Tue Mar 18 18:20:44 2014
+++ src/usr.bin/audio/play/audioplay.1	Tue Feb 14 16:03:17 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: audioplay.1,v 1.26 2014/03/18 18:20:44 riastradh Exp $
+.\"	$NetBSD: audioplay.1,v 1.26.28.1 2023/02/14 16:03:17 martin Exp $
 .\"
 .\" Copyright (c) 1998, 1999, 2002, 2010 Matthew R. Green
 .\" All rights reserved.
@@ -173,7 +173,7 @@ can be configured in the
 .Dq Netscape
 web browser as the program to use when playing audio files.
 .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