diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-15T13·55+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-15T13·55+0000 |
commit | e30133469665d02588118594d4db8b6148249cd7 (patch) | |
tree | 96af128b43a791645c13e7d72b18c9184a0d072d /doc/manual/nix-instantiate.xml | |
parent | b376565b86717c4da2bdea5ee0bc73978ff9bc78 (diff) |
* XInclude all the way.
Diffstat (limited to 'doc/manual/nix-instantiate.xml')
-rw-r--r-- | doc/manual/nix-instantiate.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/nix-instantiate.xml b/doc/manual/nix-instantiate.xml index dc72ab83bcd2..ec26eaa71379 100644 --- a/doc/manual/nix-instantiate.xml +++ b/doc/manual/nix-instantiate.xml @@ -7,7 +7,7 @@ <refsynopsisdiv> <cmdsynopsis> <command>nix-instantiate</command> - &opt-common-syn; + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="opt-common-syn.xml#xpointer(/nop/*)" /> <group choice='opt'> <arg choice='plain'><option>--parse-only</option></arg> <arg choice='plain'><option>--eval-only</option></arg> @@ -41,7 +41,7 @@ <variablelist> - &opt-common; + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="opt-common.xml#xpointer(/nop/*)" /> <varlistentry> <term><option>--parse-only</option></term> |