summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2022-10-04 16:49:36 +0400
committerAndrew Tropin <andrew@trop.in>2022-10-04 16:51:22 +0400
commit224fd038f2908beb8104ddb4b26c7300fceda686 (patch)
tree95636360a2d27e5baeea0fb0253d26a521a38f04 /doc
parent64213a0b668a25b1944e964cdfd68e488a35bf0a (diff)
downloadguix-patches-224fd038f2908beb8104ddb4b26c7300fceda686.tar
guix-patches-224fd038f2908beb8104ddb4b26c7300fceda686.tar.gz
doc: Mention network mask in network-route.
* doc/guix.texi (Networking Setup): Mention network mask in network-route.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index db61727545..fb9efe6b4f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -19177,8 +19177,8 @@ This is the data type representing a network route.
@table @asis
@item @code{destination}
-The route destination (a string), either an IP address or
-@code{"default"} to denote the default route.
+The route destination (a string), either an IP address and network mask
+or @code{"default"} to denote the default route.
@item @code{source} (default: @code{#f})
The route source.