diff --git a/usr.bin/audio/play/audioplay.1 b/usr.bin/audio/play/audioplay.1 index 1ec9456a7b3a..3df9170f35ce 100644 --- a/usr.bin/audio/play/audioplay.1 +++ b/usr.bin/audio/play/audioplay.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: audioplay.1,v 1.11 2001/12/01 16:43:07 wiz Exp $ +.\" $NetBSD: audioplay.1,v 1.12 2001/12/01 17:15:06 wiz Exp $ .\" .\" Copyright (c) 1998-1999 Matthew R. Green .\" All rights reserved. @@ -149,14 +149,13 @@ the audio device to be used. .Sh EXAMPLES Play a raw dump taken from an audio CD ROM: .Pp -.Dl "audioplay -f -c 2 -P 16 -s 44100 -e slinear_le filename +.Dl "audioplay -f -c 2 -P 16 -s 44100 -e slinear_le filename" .Pp The .Xr audioctl 1 program can be used to show the available supported encodings: .Pp -.Dl "audioctl encodings -.Pp +.Dl "audioctl encodings" .Sh NOTES .Nm can be used to play Sun/NeXT audio files, and also RIFF WAVE audio files. @@ -170,24 +169,12 @@ returned. .Pp If an invalid parameter is specified, an error is returned. The set of valid values for any audio parameter is specified by the hardware driver. -.Sh HISTORY -The -.Nm -program was first seen in SunOS 5. The -.Nx -.Nm -was first made available in -.Nx 1.4 . -.Sh AUTHOR -The -.Nm -program was written by Matthew R. Green . .Sh SEE ALSO .Xr audioctl 1 , .Xr audiorecord 1 , -.Xr audioamd 4 , .Xr aria 4 , .Xr audio 4 , +.Xr audioamd 4 , .Xr eap 4 , .Xr eso 4 , .Xr ess 4 , @@ -197,3 +184,15 @@ program was written by Matthew R. Green . .Xr sv 4 , .Xr wss 4 , .Xr ym 4 +.Sh HISTORY +The +.Nm +program was first seen in SunOS 5. The +.Nx +.Nm +was first made available in +.Nx 1.4 . +.Sh AUTHORS +The +.Nm +program was written by Matthew R. Green .