mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libnfsidmap: Fix Texinfo markup.
* gnu/packages/linux.scm (libnfsidmap)[description]: Add missing @code.
This commit is contained in:
parent
cc04b099ca
commit
e2c1b70c2b
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ (define-public libnfsidmap
|
|||
(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."))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue