chiark / gitweb /
man page for disorder-decode
authorrjk@greenend.org.uk <>
Fri, 28 Sep 2007 17:28:43 +0000 (18:28 +0100)
committerrjk@greenend.org.uk <>
Fri, 28 Sep 2007 17:28:43 +0000 (18:28 +0100)
.bzrignore
doc/Makefile.am
doc/disorder-decode.8.in [new file with mode: 0644]

index 1bf7866bc8aa5e04b5e2722a5505711f3adab8fa..1883bc3e3a37ad4dcb8f50580f72011aa41d1248 100644 (file)
@@ -106,3 +106,5 @@ debian/disobedience
 server/disorder-decode
 server/disorder-normalize
 doc/disorder-normalize.8.html
+doc/disorder-decode.8.html
+doc/disorder-decode.8
index 8ec35d5cdd453a1044523f854b8cc7ddfdc7f46a..420d4eec5d0e2e54ec18d3b1518285b9b22ab31f 100644 (file)
 
 SEDFILES=disorder.1 disorderd.8 disorder_config.5 \
        disorder-dump.8 disorder_protocol.5 disorder-deadlock.8 \
-       disorder-rescan.8 disobedience.1 disorderfm.1 disorder-playrtp.1
+       disorder-rescan.8 disobedience.1 disorderfm.1 disorder-playrtp.1 \
+       disorder-decode.8
 
 include ${top_srcdir}/scripts/sedfiles.make
 
 man_MANS=disorderd.8 disorder.1 disorder.3 disorder_config.5 disorder-dump.8 \
        disorder_protocol.5 disorder-deadlock.8 \
        disorder-rescan.8 disobedience.1 disorderfm.1 disorder-speaker.8 \
-       disorder-playrtp.1 disorder-normalize.8
+       disorder-playrtp.1 disorder-normalize.8 disorder-decode.8
 
 noinst_MANS=tkdisorder.1
 
@@ -45,6 +46,6 @@ EXTRA_DIST=disorderd.8.in disorder.1.in disorder_config.5.in \
           disorder.3 disorder-dump.8.in disorder_protocol.5.in \
           tkdisorder.1 disorder-deadlock.8.in disorder-rescan.8.in \
           disobedience.1.in disorderfm.1.in disorder-speaker.8 \
-          disorder-playrtp.1.in
+          disorder-playrtp.1.in disorder-decode.8.in
 
 CLEANFILES=$(SEDFILES) $(HTMLMAN)
diff --git a/doc/disorder-decode.8.in b/doc/disorder-decode.8.in
new file mode 100644 (file)
index 0000000..82f3f8d
--- /dev/null
@@ -0,0 +1,33 @@
+.\"
+.\" Copyright (C) 2007 Richard Kettlewell
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful, but
+.\" WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+.\" General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+.\" USA
+.\"
+.TH disorder-decode 8
+.SH NAME
+disorder-decode \- DisOrder audio decoder
+.SH SYNOPSIS
+.B disorder-decode
+.I PATH
+.SH DESCRIPTION
+.B disorder-decode
+converts MP3 and OGG files into DisOrders "raw" format.  It is
+therefore suitable for use as an
+.B execraw
+player.
+.SH "SEE ALSO"
+.BR disorderd (8),
+.BR disorder_config (5)