From fcdcbfee1fbd5d821b210f8593d0725d001ffd01 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Fri, 28 Sep 2007 18:28:43 +0100 Subject: [PATCH] man page for disorder-decode Organization: Straylight/Edgeware From: rjk@greenend.org.uk <> --- .bzrignore | 2 ++ doc/Makefile.am | 7 ++++--- doc/disorder-decode.8.in | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 doc/disorder-decode.8.in diff --git a/.bzrignore b/.bzrignore index 1bf7866..1883bc3 100644 --- a/.bzrignore +++ b/.bzrignore @@ -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 diff --git a/doc/Makefile.am b/doc/Makefile.am index 8ec35d5..420d4ee 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -20,14 +20,15 @@ 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 index 0000000..82f3f8d --- /dev/null +++ b/doc/disorder-decode.8.in @@ -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) -- [mdw]