diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2021-02-12 17:21:01 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2021-02-12 17:31:47 +0800 |
commit | b72444a4ccb4ae0716e3ae02ee8a33d18035410b (patch) | |
tree | 04cc1d804aa2f410f60ccfd979d90b2776936445 /doc | |
parent | 15903eaab655ffd42f8dd872c90362d29b36996b (diff) | |
download | guix-b72444a4ccb4ae0716e3ae02ee8a33d18035410b.tar guix-b72444a4ccb4ae0716e3ae02ee8a33d18035410b.tar.gz |
doc: Fix for 'guix pull'.
Fixes a regression introduced in db6b9d2f4bc59511904e8c1412d0257675c46095.
* doc/guix.texi (File-Sharing Services): Remove space after '@pxref'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index aba8a6b575..68abb968b0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -22373,7 +22373,7 @@ the @code{transmission-password-hash} procedure. @end deffn These procedures are accessible from within a Guile REPL started with -the @command{guix repl} command (@pxref {Invoking guix repl}). This is +the @command{guix repl} command (@pxref{Invoking guix repl}). This is useful for obtaining a random salt value to provide as the second parameter to `transmission-password-hash`, as in this example session: |