summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-08-30 14:26:47 +0200
committerLudovic Courtès <ludo@gnu.org>2016-08-31 15:44:19 +0200
commit1bc4d0c26634163413a8ec12c627367ca5c1bbba (patch)
treeeb42b8f466d0b30888d810ea94a5ab39a3edbe01 /doc
parentc180533bb5dc2af653deb074fe9183c4df03be4a (diff)
downloadpatches-1bc4d0c26634163413a8ec12c627367ca5c1bbba.tar
patches-1bc4d0c26634163413a8ec12c627367ca5c1bbba.tar.gz
doc: Fix 'ntp-service' typo.
Reported by Vincent Legoll <vincent.legoll@gmail.com>. * doc/guix.texi (Networking Services): Change #:name-service to #:servers in 'ntp-service' documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index b22cf4a094..5448c66664 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7952,7 +7952,7 @@ configure networking."
@end deffn
@deffn {Scheme Procedure} ntp-service [#:ntp @var{ntp}] @
- [#:name-service @var{%ntp-servers}]
+ [#:servers @var{%ntp-servers}]
Return a service that runs the daemon from @var{ntp}, the
@uref{http://www.ntp.org, Network Time Protocol package}. The daemon will
keep the system clock synchronized with that of @var{servers}.