~ruther/guix-local

e2c1b70c2bf328c79380ef676086ddc59cbee119 — Ludovic Courtès 9 years ago cc04b09
gnu: libnfsidmap: Fix Texinfo markup.

* gnu/packages/linux.scm (libnfsidmap)[description]: Add missing @code.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +1 -1
@@ 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."))))