diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-11-28 13:30:13 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-11-28 13:30:53 +0100 |
commit | 62e78648b0707439ac28517716872bd3fc146b2f (patch) | |
tree | 5ae69dde3af258d23afb6b54d400572a7f0b49e7 /doc | |
parent | c1c6650e286e02a681252433ddeaae8d73b4f0d0 (diff) | |
download | patches-62e78648b0707439ac28517716872bd3fc146b2f.tar patches-62e78648b0707439ac28517716872bd3fc146b2f.tar.gz |
doc: Link to Guile's SXML section.
* doc/guix.texi (PAM Mount Service): Add xref to the "SXML" section of
the Guile manual.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 9219429ee0..d188f06a43 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -24681,8 +24681,9 @@ It takes the following parameters: The configuration rules that will be used to generate @file{/etc/security/pam_mount.conf.xml}. -The configuration rules are SXML elements, and the the default ones -don't mount anything for anyone at login: +The configuration rules are SXML elements (@pxref{SXML,,, guile, GNU +Guile Reference Manual}), and the the default ones don't mount anything +for anyone at login: @lisp `((debug (@@ (enable "0"))) |