[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: doc: Tweak "Invoking guix refresh" node.
From: |
guix-commits |
Subject: |
04/06: doc: Tweak "Invoking guix refresh" node. |
Date: |
Wed, 17 Mar 2021 18:11:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f526105210fc3a3b3af9ad59a635a63bd32100ab
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 17 15:19:31 2021 +0100
doc: Tweak "Invoking guix refresh" node.
* doc/guix.texi (Invoking guix refresh): Update output in '--recursive'
example. Use @xref, not @ref, at the beginning of a sentence.
---
doc/guix.texi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index db93543..0a70ac7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11581,10 +11581,10 @@ Consider the packages specified, and all the packages
upon which they depend.
@example
$ guix refresh --recursive coreutils
-gnu/packages/acl.scm:35:2: warning: no updater for acl
-gnu/packages/m4.scm:30:12: info: 1.4.18 is already the latest version of m4
+gnu/packages/acl.scm:40:13: acl would be upgraded from 2.2.53 to 2.3.1
+gnu/packages/m4.scm:30:12: 1.4.18 is already the latest version of m4
gnu/packages/xml.scm:68:2: warning: no updater for expat
-gnu/packages/multiprecision.scm:40:12: info: 6.1.2 is already the latest
version of gmp
+gnu/packages/multiprecision.scm:40:12: 6.1.2 is already the latest version of
gmp
@dots{}
@end example
@@ -11824,7 +11824,7 @@ gpg --no-default-keyring --keyring mykeyring.kbx \
--recv-keys @value{OPENPGP-SIGNING-KEY-ID}
@end example
-@ref{GPG Configuration Options, @option{--keyring},, gnupg, Using the GNU
+@xref{GPG Configuration Options, @option{--keyring},, gnupg, Using the GNU
Privacy Guard}, for more information on GPG's @option{--keyring} option.
@item --key-download=@var{policy}
- branch master updated (c37f78a -> 966e61f), guix-commits, 2021/03/17
- 02/06: http-client: 'http-fetch' and 'http-fetch/cached' accept #:log-port., guix-commits, 2021/03/17
- 04/06: doc: Tweak "Invoking guix refresh" node.,
guix-commits <=
- 01/06: import: gnome: Exclude version numbers that do not start with a digit., guix-commits, 2021/03/17
- 03/06: import: gnome: Silence URL redirect messages., guix-commits, 2021/03/17
- 06/06: gnu: Add libucl., guix-commits, 2021/03/17
- 05/06: gnu: Use autoconf instead of autoconf-wrapper when possible., guix-commits, 2021/03/17