forked from lix-project/lix
docs: Add IDs to important sections
This commit is contained in:
parent
c0c31b58a4
commit
149d10c308
|
@ -1,6 +1,7 @@
|
||||||
<part xmlns="http://docbook.org/ns/docbook"
|
<part xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
|
xml:id="part-advanced-topics"
|
||||||
version="5.0">
|
version="5.0">
|
||||||
|
|
||||||
<title>Advanced Topics</title>
|
<title>Advanced Topics</title>
|
||||||
|
|
|
@ -41,7 +41,7 @@ encountered</quote>).</para></footnote>.</para>
|
||||||
</simplesect>
|
</simplesect>
|
||||||
|
|
||||||
|
|
||||||
<simplesect><title>Let-expressions</title>
|
<simplesect xml:id="sect-let-expressions"><title>Let-expressions</title>
|
||||||
|
|
||||||
<para>A let-expression allows you define local variables for an
|
<para>A let-expression allows you define local variables for an
|
||||||
expression. For instance,
|
expression. For instance,
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<appendix xmlns="http://docbook.org/ns/docbook"
|
<appendix xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xml:id="part-glossary">
|
||||||
|
|
||||||
<title>Glossary</title>
|
<title>Glossary</title>
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ export NIX_SSL_CERT_FILE=/etc/ssl/my-certificate-bundle.crt
|
||||||
the Nix installer will detect the presense of Nix configuration, and
|
the Nix installer will detect the presense of Nix configuration, and
|
||||||
abort.</para></note>
|
abort.</para></note>
|
||||||
|
|
||||||
<section>
|
<section xml:id="sec-nix-ssl-cert-file-with-nix-daemon-and-macos">
|
||||||
<title><envar>NIX_SSL_CERT_FILE</envar> with macOS and the Nix daemon</title>
|
<title><envar>NIX_SSL_CERT_FILE</envar> with macOS and the Nix daemon</title>
|
||||||
|
|
||||||
<para>On macOS you must specify the environment variable for the Nix
|
<para>On macOS you must specify the environment variable for the Nix
|
||||||
|
|
Loading…
Reference in a new issue