diff options
author | John Darrington <jmd@gnu.org> | 2016-05-01 18:11:51 +0200 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2016-05-01 18:11:51 +0200 |
commit | 2df092a93dd4a7718834aafadc729ccd9c3f3289 (patch) | |
tree | b2633c5d67602c3be69749b7df6cfbead6955491 /gnu/packages/xiph.scm | |
parent | 55f4b4e00fde3323e89a41821141a477030cf739 (diff) | |
download | patches-2df092a93dd4a7718834aafadc729ccd9c3f3289.tar patches-2df092a93dd4a7718834aafadc729ccd9c3f3289.tar.gz |
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.
Diffstat (limited to 'gnu/packages/xiph.scm')
-rw-r--r-- | gnu/packages/xiph.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index d451ec05e2..244f0c84b4 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -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/"))) |