aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-09-28 09:03:17 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-09-28 09:57:31 -0400
commitb43ed95028c51ce8a3fae6f36c68eac318df405f (patch)
treeaded78b36ed72d187daab453e20887079f78fd1a /doc
parentf2d071c832d4cc556f915ca2595ba958cac3a29c (diff)
downloadguix-b43ed95028c51ce8a3fae6f36c68eac318df405f.tar
guix-b43ed95028c51ce8a3fae6f36c68eac318df405f.tar.gz
doc: Mention where one can learn more about the samba config file syntax.
* doc/guix.texi (Samba Services): Refer users to "man smb.conf" to learn more about the Samba config file format.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 5de1fdbd8c..0503c18bb2 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -31379,7 +31379,8 @@ Configuration record for the Samba suite.
The samba package to use.
@item @code{config-file} (default: @code{#f})
-The config file to use.
+The config file to use. To learn about its syntax, run @samp{man
+smb.conf}.
@item @code{enable-samba?} (default: @code{#f})
Enable the @code{samba} daemon.