unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jakob L. Kreuze" <zerodaysfordays@sdf.lonestar.org>
To: 35867@debbugs.gnu.org
Subject: [bug#35867] [PATCH] doc: Update default value of terminal-outputs.
Date: Thu, 23 May 2019 10:48:54 -0400	[thread overview]
Message-ID: <20190523144853.GA13101@sdf.lonestar.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 220 bytes --]

This morning I noticed a minor inconsistency between the apparent
default value of `terminal-outputs' in the documentation and the actual
default value in gnu/bootloader.scm. Should be a list of symbols.

Regards,
Jakob

[-- Attachment #1.2: 0001-doc-Update-default-value-of-terminal-outputs.patch --]
[-- Type: text/x-diff, Size: 3773 bytes --]

From ccc4847cbe70a54b6b41e5fb847d2ffb62e26be5 Mon Sep 17 00:00:00 2001
From: "Jakob L. Kreuze" <zerodaysfordays@sdf.lonestar.org>
Date: Thu, 23 May 2019 10:39:52 -0400
Subject: [PATCH] doc: Update default value of terminal-outputs.

* doc/guix.texi: (terminal-outputs) Update default value.
* po/doc/guix-manual.de.po: (terminal-outputs) Update default value.
* po/doc/guix-manual.es.po: (terminal-outputs) Update default value.
* po/doc/guix-manual.fr.po: (terminal-outputs) Update default value.
* po/doc/guix-manual.zh_CN.po: (terminal-outputs) Update default value.

---
 doc/guix.texi               | 2 +-
 po/doc/guix-manual.de.po    | 4 ++--
 po/doc/guix-manual.es.po    | 4 ++--
 po/doc/guix-manual.fr.po    | 4 ++--
 po/doc/guix-manual.zh_CN.po | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index b6d00ec176..c5e64210c8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -24115,7 +24115,7 @@ The bootloader theme object describing the theme to use.  If no theme
 is provided, some bootloaders might use a default theme, that's true
 for GRUB.
 
-@item @code{terminal-outputs} (default: @code{'gfxterm})
+@item @code{terminal-outputs} (default: @code{'(gfxterm)})
 The output terminals used for the bootloader boot menu, as a list of
 symbols.  GRUB accepts the values: @code{console}, @code{serial},
 @code{serial_@{0-3@}}, @code{gfxterm}, @code{vga_text},
diff --git a/po/doc/guix-manual.de.po b/po/doc/guix-manual.de.po
index d2b30be617..4857f4597e 100644
--- a/po/doc/guix-manual.de.po
+++ b/po/doc/guix-manual.de.po
@@ -44230,8 +44230,8 @@ msgstr "Ein Objekt für das im Bootloader anzuzeigende Thema. Wird kein Thema an
 #. type: item
 #: doc/guix.texi:24083
 #, no-wrap
-msgid "@code{terminal-outputs} (default: @code{'gfxterm})"
-msgstr "@code{terminal-outputs} (Vorgabe: @code{'gfxterm})"
+msgid "@code{terminal-outputs} (default: @code{'(gfxterm)})"
+msgstr "@code{terminal-outputs} (Vorgabe: @code{'(gfxterm)})"
 
 #. type: table
 #: doc/guix.texi:24090
diff --git a/po/doc/guix-manual.es.po b/po/doc/guix-manual.es.po
index c272b5af67..198034f0ff 100644
--- a/po/doc/guix-manual.es.po
+++ b/po/doc/guix-manual.es.po
@@ -44827,8 +44827,8 @@ msgstr "El objeto del tema del cargador de arranque que describa el tema a usar.
 #. type: item
 #: doc/guix.texi:23979
 #, no-wrap
-msgid "@code{terminal-outputs} (default: @code{'gfxterm})"
-msgstr "@code{terminal-outputs} (predeterminada: @code{'gfxterm})"
+msgid "@code{terminal-outputs} (default: @code{'(gfxterm)})"
+msgstr "@code{terminal-outputs} (predeterminada: @code{'(gfxterm)})"
 
 #. type: table
 #: doc/guix.texi:23986
diff --git a/po/doc/guix-manual.fr.po b/po/doc/guix-manual.fr.po
index 656a22bc1b..625206b37e 100644
--- a/po/doc/guix-manual.fr.po
+++ b/po/doc/guix-manual.fr.po
@@ -44600,8 +44600,8 @@ msgstr "L'objet de thème du chargeur d'amorçage décrivant le thème utilisé.
 #. type: item
 #: doc/guix.texi:24083
 #, no-wrap
-msgid "@code{terminal-outputs} (default: @code{'gfxterm})"
-msgstr "@code{terminal-outputs} (par défaut : @code{'gfxterm})"
+msgid "@code{terminal-outputs} (default: @code{'(gfxterm)})"
+msgstr "@code{terminal-outputs} (par défaut : @code{'(gfxterm)})"
 
 #. type: table
 #: doc/guix.texi:24090
diff --git a/po/doc/guix-manual.zh_CN.po b/po/doc/guix-manual.zh_CN.po
index 76a3670ea1..bf8c6600d5 100644
--- a/po/doc/guix-manual.zh_CN.po
+++ b/po/doc/guix-manual.zh_CN.po
@@ -42805,7 +42805,7 @@ msgstr ""
 #. type: item
 #: doc/guix.texi:23909
 #, no-wrap
-msgid "@code{terminal-outputs} (default: @code{'gfxterm})"
+msgid "@code{terminal-outputs} (default: @code{'(gfxterm)})"
 msgstr ""
 
 #. type: table
-- 
2.21.0


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2019-05-23 14:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-23 14:48 Jakob L. Kreuze [this message]
2019-05-27 14:45 ` bug#35867: [PATCH] doc: Update default value of terminal-outputs Ludovic Courtès

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=20190523144853.GA13101@sdf.lonestar.org \
    --to=zerodaysfordays@sdf.lonestar.org \
    --cc=35867@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).