From 48f15b7910d7aed7ef75df10b8f78ec39a4fa85f Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 5 Jul 2026 16:54:06 +0200 Subject: doc: Fix typos. * doc/guix-cookbook.texi: Fix typos. * doc/guix.texi: Fix typos. Co-Authored-By: Konstantin Suntsov Change-Id: I251274b29683d9ce5b89189a303d7ee7bf6a4638 --- doc/guix-cookbook.texi | 16 ++++++++-------- doc/guix.texi | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index d45ca1ab3ee..c08dab278b0 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -1693,7 +1693,7 @@ Reference Manual}): $ guix import crate cargo-audit @end example -After manual editing, we'll have the following definiton: +After manual editing, we'll have the following definition: @lisp (define-public cargo-audit @@ -2114,7 +2114,7 @@ crates being imported. The last one will output the license information of all the dependent crates. If everything looks good, we can now replace the contents of the @code{niri} -indentifier, located inside the @code{lookup-cargo-inputs} variable on the +identifier, located inside the @code{lookup-cargo-inputs} variable on the bottom of the @file{gnu/packages/rust-crates.scm} module, with the newer updated crates by running the importer on the lockfile as follows: @@ -2866,7 +2866,7 @@ configuration needs to be made on your Guix System to allow the use of a Yubico security key. It is hoped the configuration can be useful for other security keys as well, with minor adjustments. -@subsection Configuration for use as a two-factor authenticator (2FA) +@subsection Configuration for use as a two-factor authentication (2FA) To be usable, the udev rules of the system should be extended with key-specific rules. The following shows how to extend your udev rules @@ -3070,7 +3070,7 @@ and dirty bash script […]”. Thanks to NetworkManager support for Wireguard we can connect to our VPN using @command{nmcli} command. Up to this point this guide assumes that you're using Network Manager service provided by -@code{%desktop-services}. Ortherwise you need to adjust your services +@code{%desktop-services}. Otherwise you need to adjust your services list to load @code{network-manager-service-type} and reconfigure your Guix system. @@ -3915,7 +3915,7 @@ indubitably dominated by a baffling smorgasbord of your neighbors' home automation gizmos. This only needs to be done once: @example -$ bluetoothctl +$ bluetoothctl [NEW] Controller 00:11:22:33:95:7F BlueZ 5.40 [default] [bluetooth]# power on @@ -3946,12 +3946,12 @@ Pairing successful [CHG] Device AA:BB:CC:A4:AA:CD Connected: no -[bluetooth]# +[bluetooth]# [bluetooth]# trust AA:BB:CC:A4:AA:CD [bluetooth]# [CHG] Device AA:BB:CC:A4:AA:CD Trusted: yes Changing AA:BB:CC:A4:AA:CD trust succeeded -[bluetooth]# +[bluetooth]# [bluetooth]# connect AA:BB:CC:A4:AA:CD Attempting to connect to AA:BB:CC:A4:AA:CD [bluetooth]# [CHG] Device AA:BB:CC:A4:AA:CD RSSI: -63 @@ -5428,7 +5428,7 @@ field, along these lines: Here's what we changed compared to the previous section: -@enumerate +@enumerate @item We added @code{(guix git-download)} to our set of imported modules, so we can use its @code{git-predicate} procedure. diff --git a/doc/guix.texi b/doc/guix.texi index 76bb5575e6a..971e016fa41 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10682,7 +10682,7 @@ specify a list of file names to feed to the minifier. @defvar mix-build-system This is a variable exported by @code{guix build-system mix}. It implements -the standard build procedure used by Elixr programs with +the standard build procedure used by Elixir programs with @url{https://hexdocs.pm/mix/Mix.html,Mix}, which consists of running @command{mix compile}, thereby creating bytecode. @@ -22258,7 +22258,7 @@ respects the background color. Size of the background image. It can be @code{"auto"} (for preserving the original size), @code{"cover"} (for resizing to fill while allowing to cut or to stretch), @code{"contain"} (for resizing to fit assuring -the full visibility of the image), or a string of a number suffixed with +the full visibility of the image), or a string of a number suffixed with @code{px} (to represent in pixels) or @code{%} (to represent in percentage). It can also be a string of two such values separated by a whitespace, representing width and height respectively. -- cgit v1.2.3