]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/1/play
acmemail(1): Nail => Mail
[plan9front.git] / sys / man / 1 / play
index a279a785f4f8a66e7bdca453893d5fa13322fbd4..22c8e4e87ed7b825a372815afb4fa5b9c7aabb94 100644 (file)
@@ -6,9 +6,6 @@ play \- simple audio player
 [
 .B -o
 .I file
-] [
-.B -t
-.I type
 ] [ 
 .I file 
 \&| 
@@ -16,7 +13,7 @@ play \- simple audio player
 \&... ]
 .SH DESCRIPTION
 .I Play
-is a simple audio player that understand a number of
+is a simple audio player that understands a number of
 audio and playlist formats.
 .PP
 If no
@@ -24,27 +21,11 @@ If no
 or
 .I url
 arguments are given, standard input is used.
-Wihout the
-.B -t
-option, the file type is determined using
+The file type is determined using the
 .IR file (1)
-command and the appropriate decoder is invoked.
-.PP
-Supported
-.I type
-values are:
-.TP
-.B plain
-Plain text with one file or url per line.
-.TP
-.B pls
-Winamp playlist file.
-.TP
-.B mp3
-Mpeg audio.
-.TP
-.B ogg
-Ogg vorbis.
+command and a matching
+.IR audio (1)
+decoder is applied.
 .PP
 By default, raw audio data is written to
 .B /dev/audio
@@ -54,6 +35,8 @@ option.
 .SH SOURCE
 .B /rc/bin/play
 .SH "SEE ALSO"
-.IR mp3dec (1),
-.IR oggdec (1),
+.IR audio (1),
 .IR hget (1)
+.SH HISTORY
+.I Play
+first appeared in 9front (January, 2012).