mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Fix grammar and markup.
doc/guix.texi (Setting Up the Daemon): Remove comma and extra words. doc/guix.texi (Mail Services): Add definite article to setting. Use @samp markup on setting. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de> Change-Id: I5b3ef115ec718454db4fc046ea5f77ba9fe50a37
This commit is contained in:
parent
3dc26b4eae
commit
cd557e2d1c
1 changed files with 4 additions and 4 deletions
|
@ -848,8 +848,8 @@ goes through the daemon. For instance, command-line tools such as
|
|||
daemon (@i{via} remote procedure calls) to instruct it what to do.
|
||||
|
||||
The following sections explain how to prepare the build daemon's
|
||||
environment. See also @ref{Substitutes}, for information on how to allow
|
||||
the daemon to download pre-built binaries.
|
||||
environment. See @ref{Substitutes} for how to allow the daemon to
|
||||
download pre-built binaries.
|
||||
|
||||
@menu
|
||||
* Build Environment Setup:: Preparing the isolated build environment.
|
||||
|
@ -26641,7 +26641,7 @@ Disable LOGIN command and all other plaintext authentications unless
|
|||
SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
|
||||
matches the local IP (i.e.@: you're connecting from the same computer),
|
||||
the connection is considered secure and plaintext authentication is
|
||||
allowed. See also ssl=required setting.
|
||||
allowed. See also the @samp{ssl=required} setting.
|
||||
Defaults to @samp{#t}.
|
||||
@end deftypevr
|
||||
|
||||
|
@ -26781,7 +26781,7 @@ Defaults to @samp{#f}.
|
|||
List of wanted authentication mechanisms. Supported mechanisms are:
|
||||
@samp{plain}, @samp{login}, @samp{digest-md5}, @samp{cram-md5},
|
||||
@samp{ntlm}, @samp{rpa}, @samp{apop}, @samp{anonymous}, @samp{gssapi},
|
||||
@samp{otp}, @samp{skey}, and @samp{gss-spnego}. NOTE: See also
|
||||
@samp{otp}, @samp{skey}, and @samp{gss-spnego}. See also the
|
||||
@samp{disable-plaintext-auth} setting.
|
||||
@end deftypevr
|
||||
|
||||
|
|
Loading…
Reference in a new issue