doc: Use two spaces after full stops.
* doc/guix.texi (The Store): Use two spaces after full stops.
This commit is contained in:
parent
35f3511167
commit
bf8dfe3df0
1 changed files with 5 additions and 4 deletions
|
@ -6810,10 +6810,11 @@ instruct it to listen for TCP connections (@pxref{Invoking guix-daemon,
|
||||||
|
|
||||||
@item ssh
|
@item ssh
|
||||||
@cindex SSH access to build daemons
|
@cindex SSH access to build daemons
|
||||||
These URIs allow you to connect to a remote daemon over
|
These URIs allow you to connect to a remote daemon over SSH. This
|
||||||
SSH. This feature requires Guile-SSH (@pxref{Requirements}) and a working
|
feature requires Guile-SSH (@pxref{Requirements}) and a working
|
||||||
@code{guile} binary in @code{PATH} on the destination machine. It supports
|
@code{guile} binary in @code{PATH} on the destination machine. It
|
||||||
public key and GSSAPI authentication. A typical URL might look like this:
|
supports public key and GSSAPI authentication. A typical URL might look
|
||||||
|
like this:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
ssh://charlie@@guix.example.org:22
|
ssh://charlie@@guix.example.org:22
|
||||||
|
|
Reference in a new issue