1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: libnfsidmap: Fix Texinfo markup.

* gnu/packages/linux.scm (libnfsidmap)[description]: Add missing @code.
This commit is contained in:
Ludovic Courtès
2016-08-30 09:59:45 +02:00
parent cc04b099ca
commit e2c1b70c2b
+1 -1
View File
@@ -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."))))