diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-08-30 14:26:47 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-08-31 15:44:19 +0200 |
commit | 1bc4d0c26634163413a8ec12c627367ca5c1bbba (patch) | |
tree | eb42b8f466d0b30888d810ea94a5ab39a3edbe01 /doc | |
parent | c180533bb5dc2af653deb074fe9183c4df03be4a (diff) | |
download | patches-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.texi | 2 |
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}. |