[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: doc: Fix cross-references.
From: |
guix-commits |
Subject: |
branch master updated: doc: Fix cross-references. |
Date: |
Fri, 19 Apr 2024 16:46:09 -0400 |
This is an automated email from the git hooks/post-receive script.
pelzflorian pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 86fb0e039b doc: Fix cross-references.
86fb0e039b is described below
commit 86fb0e039bf30cf85e2066401f9a384427c47ea8
Author: Matthew Trzcinski <matt@excalamus.com>
AuthorDate: Sat Apr 13 10:12:05 2024 +0200
doc: Fix cross-references.
* doc/guix.texi (Setting Up the Daemon): Use @xref to start sentence.
(Build Systems): Capitalize "python" and start parenthesized reference with
@pxref.
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
Change-Id: I3504d8668d137029f5f76f025108b7023d9b4182
---
doc/guix.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 22caa984ad..edd464c2fd 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -849,8 +849,8 @@ goes through the daemon. For instance, command-line tools
such as
daemon (@i{via} remote procedure calls) to instruct it what to do.
The following sections explain how to prepare the build daemon's
-environment. See @ref{Substitutes} for how to allow the daemon to
-download pre-built binaries.
+environment. @xref{Substitutes} for how to allow the daemon to download
+pre-built binaries.
@menu
* Build Environment Setup:: Preparing the isolated build environment.
@@ -9087,7 +9087,7 @@ package name should be prefixed with the lisp
implementation, such as
@code{sbcl-} for @code{asdf-build-system/sbcl}.
Additionally, the corresponding source package should be labeled using
-the same convention as python packages (see @ref{Python Modules}), using
+the same convention as Python packages (@pxref{Python Modules}), using
the @code{cl-} prefix.
In order to create executable programs and images, the build-side
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: doc: Fix cross-references.,
guix-commits <=