mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
doc: Fix incorrect @deffn usage for service-types.
* doc/guix.texi (Networking Services): Fix incorrect @deffn usage for service-types. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7b743d4f68
commit
eec5b16d70
1 changed files with 4 additions and 4 deletions
|
@ -20043,7 +20043,7 @@ running a WiFi access point with @command{hostapd}, running the
|
||||||
@command{inetd} ``superdaemon'', and more. This section describes
|
@command{inetd} ``superdaemon'', and more. This section describes
|
||||||
those.
|
those.
|
||||||
|
|
||||||
@deffn {Scheme Procedure} dhcpd-service-type
|
@defvar dhcpd-service-type
|
||||||
This type defines a service that runs a DHCP daemon. To create a
|
This type defines a service that runs a DHCP daemon. To create a
|
||||||
service of this type, you must supply a @code{<dhcpd-configuration>}.
|
service of this type, you must supply a @code{<dhcpd-configuration>}.
|
||||||
For example:
|
For example:
|
||||||
|
@ -20054,7 +20054,7 @@ For example:
|
||||||
(config-file (local-file "my-dhcpd.conf"))
|
(config-file (local-file "my-dhcpd.conf"))
|
||||||
(interfaces '("enp0s25"))))
|
(interfaces '("enp0s25"))))
|
||||||
@end lisp
|
@end lisp
|
||||||
@end deffn
|
@end defvar
|
||||||
|
|
||||||
@deftp {Data Type} dhcpd-configuration
|
@deftp {Data Type} dhcpd-configuration
|
||||||
@table @asis
|
@table @asis
|
||||||
|
@ -20290,7 +20290,7 @@ to use with the options @option{iburst} and @option{prefer}, as well as
|
||||||
@end deftp
|
@end deftp
|
||||||
|
|
||||||
@cindex OpenNTPD
|
@cindex OpenNTPD
|
||||||
@deffn {Scheme Procedure} openntpd-service-type
|
@defvar openntpd-service-type
|
||||||
Run the @command{ntpd}, the Network Time Protocol (NTP) daemon, as implemented
|
Run the @command{ntpd}, the Network Time Protocol (NTP) daemon, as implemented
|
||||||
by @uref{http://www.openntpd.org, OpenNTPD}. The daemon will keep the system
|
by @uref{http://www.openntpd.org, OpenNTPD}. The daemon will keep the system
|
||||||
clock synchronized with that of the given servers.
|
clock synchronized with that of the given servers.
|
||||||
|
@ -20305,7 +20305,7 @@ clock synchronized with that of the given servers.
|
||||||
(constraints-from '("https://www.google.com/"))))
|
(constraints-from '("https://www.google.com/"))))
|
||||||
|
|
||||||
@end lisp
|
@end lisp
|
||||||
@end deffn
|
@end defvar
|
||||||
|
|
||||||
@defvar %openntpd-servers
|
@defvar %openntpd-servers
|
||||||
This variable is a list of the server addresses defined in
|
This variable is a list of the server addresses defined in
|
||||||
|
|
Loading…
Reference in a new issue