[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: doc: Fix typo in connman config.
From: |
Efraim Flashner |
Subject: |
01/01: doc: Fix typo in connman config. |
Date: |
Thu, 15 Nov 2018 13:12:33 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit c61f36f368c563c48815de0abe625383909b0a8d
Author: Giovanni Biscuolo <address@hidden>
Date: Wed Nov 14 21:44:13 2018 +0100
doc: Fix typo in connman config.
* doc/guix.texi (Networking Services): Fix typo in connman config
"disable-vpn?" parameter documentation, semantic is inverted.
Signed-off-by: Efraim Flashner <address@hidden>
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 0ba034e..765261f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11832,7 +11832,7 @@ Data Type representing the configuration of connman.
The connman package to use.
@item @code{disable-vpn?} (default: @code{#f})
-When true, enable connman's vpn plugin.
+When true, disable connman's vpn plugin.
@end table
@end deftp