diff options
author | Matt Zimmerman <mzimmerman@users.sourceforce.net> | 2003-07-26 04:36:58 +0000 |
---|---|---|
committer | Matt Zimmerman <mzimmerman@users.sourceforce.net> | 2003-07-26 04:36:58 +0000 |
commit | 89a7dd1ab8c48911e773481fb9694aeeef344e00 (patch) | |
tree | d90ef57fccb20a4411e6655fc2581ad8b5ede253 /man | |
parent | 2ee59b481fa4a04f9761ed38400e28478eec50b9 (diff) | |
download | flac-89a7dd1ab8c48911e773481fb9694aeeef344e00.tar.gz |
Improved synopsis
Diffstat (limited to 'man')
-rw-r--r-- | man/flac.sgml | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/man/flac.sgml b/man/flac.sgml index 6c6b27b2..2af65f50 100644 --- a/man/flac.sgml +++ b/man/flac.sgml @@ -4,7 +4,7 @@ <!ENTITY dhfirstname "<firstname>Matt</firstname>"> <!ENTITY dhsurname "<surname>Zimmerman</surname>"> <!-- Please adjust the date whenever revising the manpage. --> - <!ENTITY dhdate "<date>January 10, 2003</date>"> + <!ENTITY dhdate "<date>July 26, 2003</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> <!ENTITY dhsection "<manvolnum>1</manvolnum>"> @@ -45,22 +45,35 @@ <refsynopsisdiv> <cmdsynopsis> <command>flac</command> - - <arg><option><replaceable>OPTION</replaceable></option></arg> - <arg choice=plain><replaceable>infile</replaceable></arg> - <arg choice=plain><replaceable>...</replaceable></arg> + <arg choice=opt><replaceable>options</replaceable></arg> + <group rep=repeat> + <arg><replaceable>infile.wav</replaceable></arg> + <arg><replaceable>infile.aiff</replaceable></arg> + <arg><replaceable>infile.raw</replaceable></arg> + <arg>-</arg> + </group> + </cmdsynopsis> + <cmdsynopsis> + <command>flac</command> + <group> + <arg>-d</arg> <arg>--decode</arg> + <arg>-t</arg> <arg>--test</arg> + <arg>-a</arg> <arg>--analyze</arg> + </group> + <arg choice=opt><replaceable>OPTIONS</replaceable></arg> + <arg choice=opt rep=repeat><replaceable>infile.flac</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> <refsect1> <title>DESCRIPTION</title> - <para>This manual page documents briefly the - <command>flac</command> command.</para> + <para><command>flac</command> is a command-line tool for + encoding, decoding, testing and analyzing FLAC streams. + </para> - <para>This manual page was written for the &debian; - distribution because the original program does not have a - manual page. Instead, it has documentation in HTML - format; see below.</para> + <para>This manual page was originally written for the &debian; + distribution because the original program did not have a + manual page.</para> </refsect1> <refsect1> |