diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-23 21:18:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-23 21:48:47 +0100 |
commit | 5d1f1177844e7580cc6a2f7b8375bd3388ded003 (patch) | |
tree | 34636f98724eccad0b4bb500115b3e65a8008900 | |
parent | 8b47758f02415a3563e189f8e90c4fe1b8058e44 (diff) | |
download | patches-5d1f1177844e7580cc6a2f7b8375bd3388ded003.tar patches-5d1f1177844e7580cc6a2f7b8375bd3388ded003.tar.gz |
doc: Fix erroneous cross-manual references.
* doc/guix.texi (User Accounts): Fix cross-references to libc and guile.
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index b5aefc0aa3..4868813876 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3818,8 +3818,8 @@ users change it with @command{passwd}. If you @emph{do} want to have a preset password for an account, then this field must contain the encrypted password, as a string. -@xref{crypt,,, The GNU C Library Reference Manual}, for more information -on password encryption, and @ref{Encryption,,, GNU Guile Reference +@xref{crypt,,, libc, The GNU C Library Reference Manual}, for more information +on password encryption, and @ref{Encryption,,, guile, GNU Guile Reference Manual}, for information on Guile's @code{crypt} procedure. @end table |