unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
To: 68092@debbugs.gnu.org
Subject: [bug#68092] [PATCH] doc: Fix typos and add readonly option to qemu invocation
Date: Thu, 28 Dec 2023 17:23:26 -0500	[thread overview]
Message-ID: <CAAQmeke+-Buiov-0vk5BJ6tGv7J96oNCY2X0LEH9YCUQNay9Yw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

Hello list,

Some minor corrections in the info manual, see attached patch.

Regards,
Nikolaos Chatzikonstantinou

[-- Attachment #2: 0001-doc-Fix-typos-and-add-readonly-option-to-qemu-invoca.patch --]
[-- Type: text/x-patch, Size: 2567 bytes --]

From 5e9178a2e2b0e90b65dc990e23811c0b7e40b748 Mon Sep 17 00:00:00 2001
From: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
Date: Thu, 28 Dec 2023 17:20:28 -0500
Subject: [PATCH] doc: Fix typos and add readonly option to qemu invocation

* doc/guix.texi: Fix typos and add readonly option to qemu invocation.
---
 doc/guix.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index bc04bb8150..72638d1f11 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2935,7 +2935,7 @@ Boot the USB installation image in an VM:
 qemu-system-x86_64 -m 1024 -smp 1 -enable-kvm \
   -nic user,model=virtio-net-pci -boot menu=on,order=d \
   -drive file=guix-system.img \
-  -drive media=cdrom,file=guix-system-install-@value{VERSION}.@var{system}.iso
+  -drive media=cdrom,readonly=on,file=guix-system-install-@value{VERSION}.@var{system}.iso
 @end example
 
 @code{-enable-kvm} is optional, but significantly improves performance,
@@ -17567,7 +17567,7 @@ mounted.}.
 
 @findex file-system-label
 File system labels are created using the @code{file-system-label}
-procedure, UUIDs are created using @code{uuid}, and @file{/dev} node are
+procedure, UUIDs are created using @code{uuid}, and @file{/dev} nodes are
 plain strings.  Here's an example of a file system referred to by its
 label, as shown by the @command{e2label} command:
 
@@ -43458,7 +43458,7 @@ utilizing the configuration mechanism described in the previous chapter
 (@pxref{Defining Services}), but for user's dotfiles and packages.  It
 works both on Guix System and foreign distros and allows users to
 declare all the packages and services that should be installed and
-configured for the user.  Once a user has written a file containing
+configured for the user.  Once a user has written a file containing a
 @code{home-environment} record, such a configuration can be
 @dfn{instantiated} by an unprivileged user with the @command{guix home}
 command (@pxref{Invoking guix home}).
@@ -43781,8 +43781,8 @@ be used here, too.  Make sure that modules containing the specified
 packages are imported with @code{use-modules}.  To find a package or
 information about its module use @command{guix search} (@pxref{Invoking
 guix package}).  Alternatively, @code{specification->package} can be
-used to get the package record from string without importing related
-module.
+used to get the package record from a string without importing its
+related module.
 @end defvar
 
 There are few more essential services, but users are not expected to
-- 
2.39.2


             reply	other threads:[~2023-12-28 22:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-28 22:23 Nikolaos Chatzikonstantinou [this message]
2024-01-12 16:31 ` bug#68092: [PATCH] doc: Fix typos and add readonly option to qemu invocation Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAQmeke+-Buiov-0vk5BJ6tGv7J96oNCY2X0LEH9YCUQNay9Yw@mail.gmail.com \
    --to=nchatz314@gmail.com \
    --cc=68092@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).