guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: doc: Fix <openntpd-configuration> openntpd default.


From: guix-commits
Subject: 02/07: doc: Fix <openntpd-configuration> openntpd default.
Date: Mon, 9 Jan 2023 18:27:22 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e4673b45d3f55f4e9cc1a37da6dda3c420a536d6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 5 23:53:32 2023 +0100

    doc: Fix <openntpd-configuration> openntpd default.
    
    * doc/guix.texi (Networking Services): <openntpd-configuration>'s
    openntpd field takes a package: it does not default to a FILE-APPEND
    call.
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 695770bd12..aef3890298 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -20106,8 +20106,8 @@ This variable is a list of the server addresses defined 
in
 
 @deftp {Data Type} openntpd-configuration
 @table @asis
-@item @code{openntpd} (default: @code{(file-append openntpd "/sbin/ntpd")})
-The openntpd executable to use.
+@item @code{openntpd} (default: @code{openntpd})
+The openntpd package to use.
 @item @code{listen-on} (default: @code{'("127.0.0.1" "::1")})
 A list of local IP addresses or hostnames the ntpd daemon should listen on.
 @item @code{query-from} (default: @code{'()})



reply via email to

[Prev in Thread] Current Thread [Next in Thread]