gnu: ao: Replace "itemize" with "enumerate" in description string.

* gnu/packages/xiph.scm (ao): Replace "itemize" with "enumerate" in description string.
  Apparently Guile cannot yet handle "itemize" when creating HTML.
master
John Darrington 2016-05-01 18:11:51 +02:00
parent 55f4b4e00f
commit 2df092a93d
1 changed files with 2 additions and 2 deletions

View File

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