diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-08-17 10:51:35 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-08-17 10:52:32 -0400 |
commit | 9896b37ac53e9b0504de55dd5ba4bfa2c241a7ed (patch) | |
tree | d73e67a6efa61d91d3c00cc849babff62b7a1fde /doc | |
parent | ba206f903e55bd87cbb403bc5f450394ba3892f0 (diff) | |
download | guix-9896b37ac53e9b0504de55dd5ba4bfa2c241a7ed.tar guix-9896b37ac53e9b0504de55dd5ba4bfa2c241a7ed.tar.gz |
doc: Fix typo.
* doc/guix.texi (VPN Services): Fix typo.
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 e09083c1f8..4d63627a26 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -33040,7 +33040,7 @@ IP address that no longer correspond to their freshly resolved host name. Set this to @code{#t} if one or more endpoints use host names provided by a dynamic DNS service to keep the sessions alive. -@item @code{monitor-ips-internal} (default: @code{'(next-minute (range 0 60 5))}) +@item @code{monitor-ips-interval} (default: @code{'(next-minute (range 0 60 5))}) The time interval at which the IP monitoring job should run, provided as an mcron time specification (@pxref{Guile Syntax,,,mcron}). |