diff options
author | John Darrington <jmd@gnu.org> | 2016-08-30 18:32:08 +0200 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2016-08-30 18:34:23 +0200 |
commit | 6a540995fbc1779cfcade0bf6fe67c65d0df6304 (patch) | |
tree | 3c4cd8037bc6fce489e1ef1fb21f0831a550914d | |
parent | 4af1876ebfc1947d154f1cffc3885bb3c732f7ea (diff) |
gnu: libnfsidmap: Correct punctuation
* gnu/packages/linux.scm (libnfsidmap)[description]: Replace semicolon with colon.
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4e3a22d7a4..c1fdf96b0a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -218,7 +218,7 @@ "NFSv4 support library for name/ID mapping") (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; +extensible array of mapping functions, currently consisting of two choices: the default @code{nsswitch} and the experimental @code{umich_ldap}.") (license (license:non-copyleft "file://COPYING" "See COPYING in the distribution.")))) |