diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-12 05:15:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-12 18:15:20 +0100 |
commit | a440a6af09d530a841b814051f4efb423c65ae21 (patch) | |
tree | b25bcb0a8c90bb31de455a83872ccd0e57350212 /gnu | |
parent | f63d6188d3e27fffd9f29395b189be65082ace4e (diff) | |
download | patches-a440a6af09d530a841b814051f4efb423c65ae21.tar patches-a440a6af09d530a841b814051f4efb423c65ae21.tar.gz |
gnu: nspr: Mark up description.
* gnu/packages/gnuzilla.scm (nspr)[description]: Use @dfn.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnuzilla.scm | 2 |
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))) |