diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-09 23:23:26 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-10 15:00:35 +0100 |
commit | 843858b8a733286b93895ae8e3abe6e8e7180af4 (patch) | |
tree | 80f40ead9bbdcf2b5b1377784c0aed5d6f554535 /doc | |
parent | 37c4ffc2c420885cf7b5933eacee17e17d64933e (diff) | |
download | gnu-guix-843858b8a733286b93895ae8e3abe6e8e7180af4.tar gnu-guix-843858b8a733286b93895ae8e3abe6e8e7180af4.tar.gz |
doc: Avoid @indentedblock, which is not supported by Texinfo 4.
Reported by Mark H Weaver.
* doc/guix.texi (Security Updates): Use @quotation instead of
@indentedblock; the latter is not supported by Texinfo 4.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index cfd4f0b25e..9939e6647f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4329,10 +4329,10 @@ the load. To check whether a package has a @code{debug} output, use @node Security Updates @section Security Updates -@indentedblock -Note: As of version @value{VERSION}, the feature described in this -section is experimental. -@end indentedblock +@quotation Note +As of version @value{VERSION}, the feature described in this section is +experimental. +@end quotation @cindex security updates Occasionally, important security vulnerabilities are discovered in core |