From e2c1b70c2bf328c79380ef676086ddc59cbee119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 30 Aug 2016 09:59:45 +0200 Subject: gnu: libnfsidmap: Fix Texinfo markup. * gnu/packages/linux.scm (libnfsidmap)[description]: Add missing @code. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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.")))) -- cgit v1.2.3