gnu: nspr: Mark up description.

* gnu/packages/gnuzilla.scm (nspr)[description]: Use @dfn.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-12 05:15:23 +01:00
parent f63d6188d3
commit a440a6af09
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -274,7 +274,7 @@ (define-public nspr
(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)))