summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-08-30 09:59:45 +0200
committerLudovic Courtès <ludo@gnu.org>2016-08-30 09:59:45 +0200
commite2c1b70c2bf328c79380ef676086ddc59cbee119 (patch)
treeef63dac50ffe453f8d78d63b314c1d4a24604e02 /gnu
parentcc04b099ca359ca7d701058831064197e8611311 (diff)
downloadpatches-e2c1b70c2bf328c79380ef676086ddc59cbee119.tar
patches-e2c1b70c2bf328c79380ef676086ddc59cbee119.tar.gz
gnu: libnfsidmap: Fix Texinfo markup.
* gnu/packages/linux.scm (libnfsidmap)[description]: Add missing @code.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ddabb399c4..4e3a22d7a4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -219,7 +219,7 @@
(description "Libnfsidmap is a library holding mulitiple methods of
mapping names to ids and visa versa, mainly for NFSv4. It provides an
extensible array of mapping functions, currently consisting of two choices;
-the default @code{nsswitch} and the experimental @{umich_ldap}.")
+the default @code{nsswitch} and the experimental @code{umich_ldap}.")
(license (license:non-copyleft "file://COPYING"
"See COPYING in the distribution."))))