doc: Fix typos.

* doc/guix.texi (rakudo-build-system, libvirt-configuration,
pam-krb5): Missing period between sentences.
(gnu services vpn): Fix server spelling.
(agetty-configuration): Add missing subject in the sentence.
(udev-service): Fix markup for Scheme procedures.
({gnome,xfce,mate}-desktop-service): Add missing colon after default.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
master
Miguel 2019-04-26 13:22:33 +02:00 committed by Danny Milosavljevic
parent 28b26eca45
commit 890f4d29cc
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 11 additions and 11 deletions

View File

@ -6068,7 +6068,7 @@ are run after installation using the R function
@end defvr @end defvr
@defvr {Scheme Variable} rakudo-build-system @defvr {Scheme Variable} rakudo-build-system
This variable is exported by @code{(guix build-system rakudo)} It This variable is exported by @code{(guix build-system rakudo)}. It
implements the build procedure used by @uref{https://rakudo.org/, implements the build procedure used by @uref{https://rakudo.org/,
Rakudo} for @uref{https://perl6.org/, Perl6} packages. It installs the Rakudo} for @uref{https://perl6.org/, Perl6} packages. It installs the
package to @code{/gnu/store/@dots{}/NAME-VERSION/share/perl6} and package to @code{/gnu/store/@dots{}/NAME-VERSION/share/perl6} and
@ -11757,8 +11757,8 @@ interpreted as backspace when the user types their login name.
@item @code{kill-characters} (default: @code{#f}) @item @code{kill-characters} (default: @code{#f})
This option accepts a string that should be interpreted to mean "ignore This option accepts a string that should be interpreted to mean "ignore
all previous characters" (also called a "kill" character) when the types all previous characters" (also called a "kill" character) when the user
their login name. types their login name.
@item @code{chdir} (default: @code{#f}) @item @code{chdir} (default: @code{#f})
This option accepts, as a string, a directory path that will be changed This option accepts, as a string, a directory path that will be changed
@ -12023,7 +12023,7 @@ A directory path where the @command{guix-daemon} will perform builds.
@deffn {Scheme Procedure} udev-service [#:udev @var{eudev} #:rules @code{'()}] @deffn {Scheme Procedure} udev-service [#:udev @var{eudev} #:rules @code{'()}]
Run @var{udev}, which populates the @file{/dev} directory dynamically. Run @var{udev}, which populates the @file{/dev} directory dynamically.
udev rules can be provided as a list of files through the @var{rules} udev rules can be provided as a list of files through the @var{rules}
variable. The procedures @var{udev-rule} and @var{file->udev-rule} from variable. The procedures @code{udev-rule} and @code{file->udev-rule} from
@code{(gnu services base)} simplify the creation of such rule files. @code{(gnu services base)} simplify the creation of such rule files.
@end deffn @end deffn
@ -14642,7 +14642,7 @@ polkit with the actions from @code{gnome-settings-daemon}.
Configuration record for the GNOME desktop environment. Configuration record for the GNOME desktop environment.
@table @asis @table @asis
@item @code{gnome} (default @code{gnome}) @item @code{gnome} (default: @code{gnome})
The GNOME package to use. The GNOME package to use.
@end table @end table
@end deftp @end deftp
@ -14662,7 +14662,7 @@ with the administrator's password.
Configuration record for the Xfce desktop environment. Configuration record for the Xfce desktop environment.
@table @asis @table @asis
@item @code{xfce} (default @code{xfce}) @item @code{xfce} (default: @code{xfce})
The Xfce package to use. The Xfce package to use.
@end table @end table
@end deftp @end deftp
@ -14681,7 +14681,7 @@ profile, and extends polkit with the actions from
Configuration record for the MATE desktop environment. Configuration record for the MATE desktop environment.
@table @asis @table @asis
@item @code{mate} (default @code{mate}) @item @code{mate} (default: @code{mate})
The MATE package to use. The MATE package to use.
@end table @end table
@end deftp @end deftp
@ -14693,7 +14693,7 @@ profile, and extends dbus with actions from @code{efl}.
@deftp {Data Type} enlightenment-desktop-service-configuration @deftp {Data Type} enlightenment-desktop-service-configuration
@table @asis @table @asis
@item @code{enlightenment} (default @code{enlightenment}) @item @code{enlightenment} (default: @code{enlightenment})
The enlightenment package to use. The enlightenment package to use.
@end table @end table
@end deftp @end deftp
@ -18033,7 +18033,7 @@ A service type for the Kerberos 5 PAM module.
@end defvr @end defvr
@deftp {Data Type} pam-krb5-configuration @deftp {Data Type} pam-krb5-configuration
Data type representing the configuration of the Kerberos 5 PAM module Data type representing the configuration of the Kerberos 5 PAM module.
This type has the following parameters: This type has the following parameters:
@table @asis @table @asis
@item @code{pam-krb5} (default: @code{pam-krb5}) @item @code{pam-krb5} (default: @code{pam-krb5})
@ -20119,7 +20119,7 @@ Defaults to @samp{()}.
The @code{(gnu services vpn)} module provides services related to The @code{(gnu services vpn)} module provides services related to
@dfn{virtual private networks} (VPNs). It provides a @emph{client} service for @dfn{virtual private networks} (VPNs). It provides a @emph{client} service for
your machine to connect to a VPN, and a @emph{servire} service for your machine your machine to connect to a VPN, and a @emph{server} service for your machine
to host a VPN. Both services use @uref{https://openvpn.net/, OpenVPN}. to host a VPN. Both services use @uref{https://openvpn.net/, OpenVPN}.
@deffn {Scheme Procedure} openvpn-client-service @ @deffn {Scheme Procedure} openvpn-client-service @
@ -21716,7 +21716,7 @@ Defaults to @samp{"3:remote 4:event"}.
@deftypevr {@code{libvirt-configuration} parameter} string log-outputs @deftypevr {@code{libvirt-configuration} parameter} string log-outputs
Logging outputs. Logging outputs.
An output is one of the places to save logging information The format An output is one of the places to save logging information. The format
for an output can be: for an output can be:
@table @code @table @code