X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=sys%2Fman%2F1%2Fplay;h=22c8e4e87ed7b825a372815afb4fa5b9c7aabb94;hb=79c4c039ab4563d3aac7349c1f57f61ce63063bd;hp=a279a785f4f8a66e7bdca453893d5fa13322fbd4;hpb=158a3cf4dda6d7d8bb0a8688d58bf267d75041bb;p=plan9front.git diff --git a/sys/man/1/play b/sys/man/1/play index a279a785f..22c8e4e87 100644 --- a/sys/man/1/play +++ b/sys/man/1/play @@ -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).