aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-12 05:15:23 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-12 18:15:20 +0100
commita440a6af09d530a841b814051f4efb423c65ae21 (patch)
treeb25bcb0a8c90bb31de455a83872ccd0e57350212
parentf63d6188d3e27fffd9f29395b189be65082ace4e (diff)
downloadguix-a440a6af09d530a841b814051f4efb423c65ae21.tar
guix-a440a6af09d530a841b814051f4efb423c65ae21.tar.gz
gnu: nspr: Mark up description.
* gnu/packages/gnuzilla.scm (nspr)[description]: Use @dfn.
-rw-r--r--gnu/packages/gnuzilla.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 457a8fbcdc..323743d089 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -274,7 +274,7 @@ in C/C++.")
(home-page
"https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR")
(synopsis "Netscape API for system level and libc-like functions")
- (description "Netscape Portable Runtime (NSPR) provides a
+ (description "Netscape Portable Runtime (@dfn{NSPR}) provides a
platform-neutral API for system level and libc-like functions. It is used
in the Mozilla clients.")
(license license:mpl2.0)))