diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-03 23:17:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-04 18:03:43 +0100 |
commit | 03b71957947c219a74b77b0831d9abc8d4bbfd24 (patch) | |
tree | 0628558e52ff618cb02b8fc6e225a2a1eb609739 /gnu/packages/audio.scm | |
parent | 3e57b7d99b49472470ca1134c4e6e1f7d334361e (diff) |
gnu: liblo: Mark up description.
* gnu/packages/audio.scm (liblo)[description]: Use @dfn.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 3ae2b1ba47..d8569096ab 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1646,7 +1646,7 @@ essential distortions.") (synopsis "Implementation of the Open Sound Control protocol") (description "liblo is a lightweight library that provides an easy to use -implementation of the Open Sound Control (OSC) protocol.") +implementation of the Open Sound Control (@dfn{OSC}) protocol.") (license license:lgpl2.1+))) (define-public python-pyaudio |