* [bug#43934] [PATCH 0/2] Fixes for the manual @ 2020-10-11 19:10 Miguel Ángel Arruga Vivas 2020-10-11 19:12 ` [bug#43934] [PATCH 1/2] Fix minor typos Miguel Ángel Arruga Vivas 2020-10-17 12:38 ` [bug#43934] [PATCH 0/2] Fixes for the manual Ludovic Courtès 0 siblings, 2 replies; 6+ messages in thread From: Miguel Ángel Arruga Vivas @ 2020-10-11 19:10 UTC (permalink / raw) To: 43934 Hi, These are the things I've found after the translation of the manual. Happy hacking! Miguel -- Miguel Ángel Arruga Vivas (2): doc: Fix minor typos. doc: Fixes for Texinfo metainfo. doc/guix.texi | 54 +++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) -- 2.28.0 ^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#43934] [PATCH 1/2] Fix minor typos 2020-10-11 19:10 [bug#43934] [PATCH 0/2] Fixes for the manual Miguel Ángel Arruga Vivas @ 2020-10-11 19:12 ` Miguel Ángel Arruga Vivas 2020-10-11 19:14 ` [bug#43934] [PATCH 2/2] Fixes for Texinfo metainfo Miguel Ángel Arruga Vivas 2020-10-17 12:38 ` [bug#43934] [PATCH 0/2] Fixes for the manual Ludovic Courtès 1 sibling, 1 reply; 6+ messages in thread From: Miguel Ángel Arruga Vivas @ 2020-10-11 19:12 UTC (permalink / raw) To: 43934 [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: 0001-doc-Fix-minor-typos.patch --] [-- Type: text/x-patch, Size: 6505 bytes --] From b76d4698982946c2f72084a023513045a8977fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?= <rosen644835@gmail.com> Date: Sun, 11 Oct 2020 19:46:16 +0200 Subject: [PATCH 1/2] doc: Fix minor typos. * doc/guix.texi (cargo-build-system): Fix install phase description. (julia-build-system): Fix typo and add information from check. (pulseaudio-configuration): Remove duplicated words. (knot-acl-configuration)[id]: Fix typo. (mpd-output)[extra-options]: Likewise. (libvirt-configuration) [listen-tls?]: Add missing subject. [listen-tcp?]: Add missing subject and period. [tls-port, tcp-port, log-filters]: Add missing period. (hurd-vm-configuration)[netoptions]: Fix typo in example. (ganeti-watcher-service-type): Fix typo. (grub-theme)[gfxmode]: Remove see before @pxref. --- doc/guix.texi | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 8514dfe86f..c3d9683e25 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6911,8 +6911,8 @@ In its @code{configure} phase, this build system will make any source inputs specified in the @code{#:cargo-inputs} and @code{#:cargo-development-inputs} parameters available to cargo. It will also remove an included @code{Cargo.lock} file to be recreated by @code{cargo} during the -@code{build} phase. The @code{install} phase installs any crate the binaries -if they are defined by the crate. +@code{build} phase. The @code{install} phase installs the binaries +defined by the crate. @end defvr @@ -7158,7 +7158,7 @@ implements the build procedure used by @uref{https://julialang.org/, julia} packages, which essentially is similar to running @samp{julia -e 'using Pkg; Pkg.add(package)'} in an environment where @env{JULIA_LOAD_PATH} contains the paths to all Julia package inputs. -Tests are run not run. +Tests are run with @code{Pkg.test}. Julia packages require the source @code{file-name} to be the real name of the package, correctly capitalized. @@ -17771,10 +17771,10 @@ List of settings to set in @file{daemon.conf}, formatted just like @var{client-conf}. @item @var{script-file} (default: @code{(file-append pulseaudio "/etc/pulse/default.pa")}) -Script file to use as as @file{default.pa}. +Script file to use as @file{default.pa}. @item @var{system-script-file} (default: @code{(file-append pulseaudio "/etc/pulse/system.pa")}) -Script file to use as as @file{system.pa}. +Script file to use as @file{system.pa}. @end table @end deftp @@ -22906,7 +22906,7 @@ This type has the following parameters: @table @asis @item @code{id} (default: @code{""}) -An identifier for ether configuration fields to refer to this key. IDs must be +An identifier for other configuration fields to refer to this key. IDs must be unique and must not be empty. @item @code{address} (default: @code{'()}) @@ -24897,7 +24897,7 @@ mixer, the @code{null} mixer (allows setting the volume, but with no effect; this can be used as a trick to implement an external mixer External Mixer) or no mixer (@code{none}). -@item @code{extra-options} (default: @code{'()"}) +@item @code{extra-options} (default: @code{'()}) An association list of option symbols to string values to be appended to the audio output configuration. @@ -24955,7 +24955,7 @@ Libvirt package. @deftypevr {@code{libvirt-configuration} parameter} boolean listen-tls? Flag listening for secure TLS connections on the public TCP/IP port. -must set @code{listen} for this to have any effect. +You must set @code{listen} for this to have any effect. It is necessary to setup a CA and issue server certificates before using this capability. @@ -24965,28 +24965,28 @@ Defaults to @samp{#t}. @end deftypevr @deftypevr {@code{libvirt-configuration} parameter} boolean listen-tcp? -Listen for unencrypted TCP connections on the public TCP/IP port. must +Listen for unencrypted TCP connections on the public TCP/IP port. You must set @code{listen} for this to have any effect. Using the TCP socket requires SASL authentication by default. Only SASL mechanisms which support data encryption are allowed. This is -DIGEST_MD5 and GSSAPI (Kerberos5) +DIGEST_MD5 and GSSAPI (Kerberos5). Defaults to @samp{#f}. @end deftypevr @deftypevr {@code{libvirt-configuration} parameter} string tls-port -Port for accepting secure TLS connections This can be a port number, or -service name +Port for accepting secure TLS connections. This can be a port number, +or service name. Defaults to @samp{"16514"}. @end deftypevr @deftypevr {@code{libvirt-configuration} parameter} string tcp-port -Port for accepting insecure TCP connections This can be a port number, -or service name +Port for accepting insecure TCP connections. This can be a port number, +or service name. Defaults to @samp{"16509"}. @@ -25298,7 +25298,7 @@ Defaults to @samp{3}. Logging filters. A filter allows to select a different logging level for a given category -of logs The format for a filter is one of: +of logs. The format for a filter is one of: @itemize @bullet @item @@ -25828,7 +25828,7 @@ By default, it produces with forwarded ports: @example -@var{ssh-port}: @code{(+ 11004 (* 1000 @var{ID}))} +@var{secrets-port}: @code{(+ 11004 (* 1000 @var{ID}))} @var{ssh-port}: @code{(+ 10022 (* 1000 @var{ID}))} @var{vnc-port}: @code{(+ 15900 (* 1000 @var{ID}))} @end example @@ -26473,7 +26473,7 @@ When true, the daemon performs additional logging for debugging purposes. @defvr {Scheme Variable} ganeti-watcher-service-type @command{ganeti-watcher} is a script designed to run periodically and ensure the health of a cluster. It will automatically restart instances that have -stopped without Ganetis consent, and repairs DRBD links in case a node has +stopped without Ganeti's consent, and repairs DRBD links in case a node has rebooted. It also archives old cluster jobs and restarts Ganeti daemons that are not running. If the cluster parameter @code{ensure_node_health} is set, the watcher will also shutdown instances and DRBD devices if the @@ -29410,7 +29410,7 @@ Data type representing the configuration of the GRUB theme. @table @asis @item @code{gfxmode} (default: @code{'("auto")}) -The GRUB @code{gfxmode} to set (a list of screen resolution strings, see +The GRUB @code{gfxmode} to set (a list of screen resolution strings, @pxref{gfxmode,,, grub, GNU GRUB manual}). @end table @end deftp -- 2.28.0 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#43934] [PATCH 2/2] Fixes for Texinfo metainfo 2020-10-11 19:12 ` [bug#43934] [PATCH 1/2] Fix minor typos Miguel Ángel Arruga Vivas @ 2020-10-11 19:14 ` Miguel Ángel Arruga Vivas 0 siblings, 0 replies; 6+ messages in thread From: Miguel Ángel Arruga Vivas @ 2020-10-11 19:14 UTC (permalink / raw) To: 43934 [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: 0002-doc-Fixes-for-Texinfo-metainfo.patch --] [-- Type: text/x-patch, Size: 3220 bytes --] From ad0dfd58d91d319c44ea46e2f72c7196eba37ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?= <rosen644835@gmail.com> Date: Sun, 11 Oct 2020 19:58:22 +0200 Subject: [PATCH 2/2] doc: Fixes for Texinfo metainfo. * doc/guix.texi (guix-pack)[GUIX_EXECUTION_ENGINE]: Use @env instead of @code. (zram-device-service-type): Use @code instead of @var for constant or symbolic values. (rshiny-service-type): Use @env instead of @code for R_LIBS_USER. --- doc/guix.texi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index c3d9683e25..d749a6f70f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5824,7 +5824,7 @@ direct syscalls are not intercepted either, leading to erratic behavior. @vindex GUIX_EXECUTION_ENGINE When running a wrapped program, you can explicitly request one of the execution engines listed above by setting the -@code{GUIX_EXECUTION_ENGINE} environment variable accordingly. +@env{GUIX_EXECUTION_ENGINE} environment variable accordingly. @end quotation @cindex entry point, for Docker images @@ -28187,22 +28187,22 @@ This is the data type representing the configuration for the zram-device service. @table @asis -@item @code{size} (default @var{"1G"}) +@item @code{size} (default @code{"1G"}) This is the amount of space you wish to provide for the zram device. It accepts a string and can be a number of bytes or use a suffix, eg.: -@var{"512M"} or @var{1024000}. -@item @code{compression-algorithm} (default @var{'lzo}) +@code{"512M"} or @code{1024000}. +@item @code{compression-algorithm} (default @code{'lzo}) This is the compression algorithm you wish to use. It is difficult to list all the possible compression options, but common ones supported by -Guix's Linux Libre Kernel include @var{'lzo}, @var{'lz4} and @var{'zstd}. -@item @code{memory-limit} (default @var{0}) +Guix's Linux Libre Kernel include @code{'lzo}, @code{'lz4} and @code{'zstd}. +@item @code{memory-limit} (default @code{0}) This is the maximum amount of memory which the zram device can use. Setting it to '0' disables the limit. While it is generally expected that compression will be 2:1, it is possible that uncompressable data can be written to swap and this is a method to limit how much memory can be used. It accepts a string and can be a number of bytes or use a -suffix, eg.: @var{"2G"}. -@item @code{priority} (default @var{-1}) +suffix, eg.: @code{"2G"}. +@item @code{priority} (default @code{-1}) This is the priority of the swap device created from the zram device. @code{swapon} accepts values between -1 and 32767, with higher values indicating higher priority. Higher priority swap will generally be used @@ -28615,7 +28615,7 @@ The @code{(gnu services science)} module provides the following service. @defvr {Scheme Variable} rshiny-service-type This is a type of service which is used to run a webapp created with -@code{r-shiny}. This service sets the @code{R_LIBS_USER} environment +@code{r-shiny}. This service sets the @env{R_LIBS_USER} environment variable and runs the provided script to call @code{runApp}. @deftp {Data Type} rshiny-configuration -- 2.28.0 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [bug#43934] [PATCH 0/2] Fixes for the manual 2020-10-11 19:10 [bug#43934] [PATCH 0/2] Fixes for the manual Miguel Ángel Arruga Vivas 2020-10-11 19:12 ` [bug#43934] [PATCH 1/2] Fix minor typos Miguel Ángel Arruga Vivas @ 2020-10-17 12:38 ` Ludovic Courtès 2020-10-17 14:24 ` bug#43934: " Miguel Ángel Arruga Vivas 1 sibling, 1 reply; 6+ messages in thread From: Ludovic Courtès @ 2020-10-17 12:38 UTC (permalink / raw) To: Miguel Ángel Arruga Vivas; +Cc: 43934 ¡Hola Miguel! Miguel Ángel Arruga Vivas <rosen644835@gmail.com> skribis: > Miguel Ángel Arruga Vivas (2): > doc: Fix minor typos. > doc: Fixes for Texinfo metainfo. Both LGTM! You can use your new super powers to push it! (Make sure to use the pre-push hook as described under “Commit Access”.) In general, feel free to push fixes for typos or other obvious errors directly, unless maybe we’re on a “string freeze”. Thank you! Ludo’. ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#43934: [PATCH 0/2] Fixes for the manual 2020-10-17 12:38 ` [bug#43934] [PATCH 0/2] Fixes for the manual Ludovic Courtès @ 2020-10-17 14:24 ` Miguel Ángel Arruga Vivas 2020-10-19 8:28 ` [bug#43934] " Ludovic Courtès 0 siblings, 1 reply; 6+ messages in thread From: Miguel Ángel Arruga Vivas @ 2020-10-17 14:24 UTC (permalink / raw) To: Ludovic Courtès; +Cc: 43934-done I've just pushed them. ^.^ I'll close this report too. This is what -done are for, isn't it? Thank you very much. Miguel ^ permalink raw reply [flat|nested] 6+ messages in thread
* [bug#43934] [PATCH 0/2] Fixes for the manual 2020-10-17 14:24 ` bug#43934: " Miguel Ángel Arruga Vivas @ 2020-10-19 8:28 ` Ludovic Courtès 0 siblings, 0 replies; 6+ messages in thread From: Ludovic Courtès @ 2020-10-19 8:28 UTC (permalink / raw) To: Miguel Ángel Arruga Vivas; +Cc: 43934-done Hola, Miguel Ángel Arruga Vivas <rosen644835@gmail.com> skribis: > I've just pushed them. ^.^ > > I'll close this report too. This is what -done are for, isn't it? Yup, thank you! :-) Ludo’. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-10-19 8:29 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-10-11 19:10 [bug#43934] [PATCH 0/2] Fixes for the manual Miguel Ángel Arruga Vivas 2020-10-11 19:12 ` [bug#43934] [PATCH 1/2] Fix minor typos Miguel Ángel Arruga Vivas 2020-10-11 19:14 ` [bug#43934] [PATCH 2/2] Fixes for Texinfo metainfo Miguel Ángel Arruga Vivas 2020-10-17 12:38 ` [bug#43934] [PATCH 0/2] Fixes for the manual Ludovic Courtès 2020-10-17 14:24 ` bug#43934: " Miguel Ángel Arruga Vivas 2020-10-19 8:28 ` [bug#43934] " Ludovic Courtès
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.