summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSaku Laesvuori <saku@laesvuori.fi>2023-04-20 14:32:12 +0300
committerLudovic Courtès <ludo@gnu.org>2023-04-21 17:09:51 +0200
commit13ebf5e36cc676627a19072d3712c399b7aae61f (patch)
tree8247f3393533910dabf63971ef38d868e8e110da /doc
parent9043e23196ba28590ee272fb5f71f30a4ab73385 (diff)
doc: Update openssh-host documentation.
* doc/guix.texi (Secure Shell): Update openssh-host documentation to match the code. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 4190f37ad5..9997aeb86e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -42601,10 +42601,10 @@ Name of this host declaration.
@item @code{host-name} (type: maybe-string)
Host name---e.g., @code{"foo.example.org"} or @code{"192.168.1.2"}.
-@item @code{address-family} (type: address-family)
+@item @code{address-family} (type: maybe-address-family)
Address family to use when connecting to this host: one of
-@code{AF_INET} (for IPv4 only), @code{AF_INET6} (for IPv6 only), or
-@code{*unspecified*} (allowing any address family).
+@code{AF_INET} (for IPv4 only), @code{AF_INET6} (for IPv6 only).
+Additionally, the field can be left unset to allow any address family.
@item @code{identity-file} (type: maybe-string)
The identity file to use---e.g., @code{"/home/charlie/.ssh/id_ed25519"}.