gnu: ao: Replace "itemize" with "enumerate" in description string.
authorJohn Darrington <jmd@gnu.org>
Sun, 1 May 2016 16:11:51 +0000 (18:11 +0200)
committer宋文武 <iyzsong@gmail.com>
Mon, 2 May 2016 14:05:53 +0000 (22:05 +0800)
* gnu/packages/xiph.scm (ao): Replace "itemize" with "enumerate" in description string.
  Apparently Guile cannot yet handle "itemize" when creating HTML.

gnu/packages/xiph.scm

index d451ec0..244f0c8 100644 (file)
@@ -176,7 +176,7 @@ stereo encoding, and voice activity detection.")
      "Libao is a cross-platform audio library that allows programs to
 output audio using a simple API on a wide variety of platforms.
 It currently supports:
-@itemize
+@enumerate
 @item Null output (handy for testing without a sound device),
 @item WAV files,
 @item AU files,
@@ -194,7 +194,7 @@ It currently supports:
 @item NAS (Network Audio Server),
 @item RoarAudio (Modern, multi-OS, networked Sound System),
 @item OpenBSD's sndio.
-@end itemize
+@end enumerate
 ")
     (license license:gpl2+)
     (home-page "http://www.xiph.org/ao/")))