diff options
author | Remco van 't Veer <remco@remworks.net> | 2023-02-11 12:16:09 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2023-02-11 13:07:05 +0100 |
commit | fe554337de7fa739165958e655fa6fb9dc73cf06 (patch) | |
tree | 165b6c91c79d92cc7555ff4211e3172cdfe31ac5 /doc/guix.texi | |
parent | 222eef1999d60f33053e6069ecd4ea86a030834f (diff) | |
download | guix-fe554337de7fa739165958e655fa6fb9dc73cf06.tar guix-fe554337de7fa739165958e655fa6fb9dc73cf06.tar.gz |
doc: Fix documentation typo.
* doc/guix.texi (Service Reference): Fix typo.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'doc/guix.texi')
-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 5fb5850a6c..6c7c918eb0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -40482,7 +40482,7 @@ from being an alias of @code{localhost}. (essential-services (modify-services - (operation-system-default-essential-services this-operating-system) + (operating-system-default-essential-services this-operating-system) (hosts-service-type config => (list (host "127.0.0.1" "localhost") (host "::1" "localhost")))))) |