[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: doc: Mention network mask in network-route.
From: |
guix-commits |
Subject: |
02/03: doc: Mention network mask in network-route. |
Date: |
Tue, 4 Oct 2022 09:26:16 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 224fd038f2908beb8104ddb4b26c7300fceda686
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Oct 4 16:49:36 2022 +0400
doc: Mention network mask in network-route.
* doc/guix.texi (Networking Setup): Mention network mask in network-route.
---
doc/guix.texi | 4 ++--
1 file 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.