guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: doc: Capitalize and tweak cross-compilation-related node names.


From: guix-commits
Subject: 01/07: doc: Capitalize and tweak cross-compilation-related node names.
Date: Sat, 4 Jun 2022 06:09:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c332f1f4fbe8c743a2ca3c5c6fcec042e98a503e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jun 4 11:28:24 2022 +0200

    doc: Capitalize and tweak cross-compilation-related node names.
    
    * doc/guix.texi (Using cross-compilation): Rename to...
    (Cross-Compilation): ... this.
    (Using native builds): Rename to...
    (Native Builds): ... this.  Adjust menus accordingly.
---
 doc/guix.texi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 2bfff7c2ff..0694d10980 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -324,8 +324,8 @@ Invoking @command{guix build}
 * Debugging Build Failures::    Real life packaging experience.
 
 Foreign Architectures
-* Using cross-compilation::  Build for foreign architecture using 
cross-compilation.
-* Using native builds::      Build for foreign architectures natively.
+* Cross-Compilation::   Cross-compiling for another architecture.
+* Native Builds::       Targeting another architecture through native builds.
 
 System Configuration
 
@@ -15238,12 +15238,12 @@ requires emulation, using the QEMU program for 
instance.
 @end enumerate
 
 @menu
-* Using cross-compilation::  Build for foreign architecture using 
cross-compilation.
-* Using native builds::      Build for foreign architectures natively.
+* Cross-Compilation::   Cross-compiling for another architecture.
+* Native Builds::       Targeting another architecture through native builds.
 @end menu
 
-@node Using cross-compilation
-@section Using cross-compilation
+@node Cross-Compilation
+@section Cross-Compilation
 
 @cindex foreign architectures
 The commands supporting cross-compilation are proposing the
@@ -15290,8 +15290,8 @@ penaly compared to emulation using QEMU.  There are 
however higher risks
 that some packages fail to cross-compile because few users are using
 this mechanism extensively.
 
-@node Using native builds
-@section Using native builds
+@node Native Builds
+@section Native Builds
 
 The commands that support impersonating a specific system have the
 @option{--list-systems} and @option{--system} options.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]