guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libnfsidmap: Fix Texinfo markup.


From: Ludovic Courtès
Subject: 01/01: gnu: libnfsidmap: Fix Texinfo markup.
Date: Tue, 30 Aug 2016 08:00:58 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit e2c1b70c2bf328c79380ef676086ddc59cbee119
Author: Ludovic Courtès <address@hidden>
Date:   Tue Aug 30 09:59:45 2016 +0200

    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(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ddabb39..4e3a22d 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."))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]