diff --git a/doc/manual/command-ref/nix-copy-closure.xml b/doc/manual/command-ref/nix-copy-closure.xml
index 97e261ae9..800e1db6a 100644
--- a/doc/manual/command-ref/nix-copy-closure.xml
+++ b/doc/manual/command-ref/nix-copy-closure.xml
@@ -27,8 +27,10 @@
-->
-
-
+
+
+
+ user@machine
diff --git a/doc/manual/command-ref/nix-env.xml b/doc/manual/command-ref/nix-env.xml
index 8462cf8a0..d4563ac47 100644
--- a/doc/manual/command-ref/nix-env.xml
+++ b/doc/manual/command-ref/nix-env.xml
@@ -146,8 +146,7 @@ also .
-
-
+ / pathSpecifies the Nix expression (designated below as
the active Nix expression) used by the
@@ -166,8 +165,7 @@ also .
-
-
+ / pathSpecifies the profile to be used by those
operations that operate on a profile (designated below as the
diff --git a/doc/manual/command-ref/nix-instantiate.xml b/doc/manual/command-ref/nix-instantiate.xml
index fe077ff65..39c1282fc 100644
--- a/doc/manual/command-ref/nix-instantiate.xml
+++ b/doc/manual/command-ref/nix-instantiate.xml
@@ -24,6 +24,7 @@
+
@@ -38,7 +39,7 @@
path
-
+
@@ -116,24 +117,6 @@ input.
-
-
- When used with , print the resulting
- value as an XML representation of the abstract syntax tree rather than as
- an ATerm. The schema is the same as that used by the toXML built-in.
-
-
-
-
-
-
- When used with , print the resulting
- value as an JSON representation of the abstract syntax tree rather
- than as an ATerm.
-
-
-
When used with ,
@@ -148,6 +131,24 @@ input.
+
+
+ When used with , print the resulting
+ value as an JSON representation of the abstract syntax tree rather
+ than as an ATerm.
+
+
+
+
+
+ When used with , print the resulting
+ value as an XML representation of the abstract syntax tree rather than as
+ an ATerm. The schema is the same as that used by the toXML built-in.
+
+
+
+
When used with , perform
diff --git a/doc/manual/command-ref/nix-prefetch-url.xml b/doc/manual/command-ref/nix-prefetch-url.xml
index 016d8863a..8ef748c74 100644
--- a/doc/manual/command-ref/nix-prefetch-url.xml
+++ b/doc/manual/command-ref/nix-prefetch-url.xml
@@ -19,14 +19,16 @@
nix-prefetch-url
+ hashAlgo
+
+ nameurlhash
-
DescriptionThe command nix-prefetch-url downloads the
@@ -91,7 +93,7 @@ downloaded file in the Nix store is also printed.
-
+ nameOverride the name of the file in the Nix store. By
default, this is
diff --git a/doc/manual/command-ref/nix-shell.xml b/doc/manual/command-ref/nix-shell.xml
index c64c93ec3..62d026ac2 100644
--- a/doc/manual/command-ref/nix-shell.xml
+++ b/doc/manual/command-ref/nix-shell.xml
@@ -33,13 +33,13 @@
regexp
-
-
+
+
- packages
-
+ packages
+
path
@@ -144,7 +144,7 @@ also .
- /
+ / packages…Set up an environment in which the specified
packages are present. The command line arguments are interpreted
diff --git a/doc/manual/command-ref/nix-store.xml b/doc/manual/command-ref/nix-store.xml
index fb017b741..19c99841a 100644
--- a/doc/manual/command-ref/nix-store.xml
+++ b/doc/manual/command-ref/nix-store.xml
@@ -234,7 +234,7 @@ linkend="sec-nix-build">nix-build does.To test whether a previously-built derivation is deterministic:
-$ nix-build -r '<nixpkgs>' -A hello --check -K
+$ nix-build '<nixpkgs>' -A hello --check -K
diff --git a/doc/manual/command-ref/opt-common-syn.xml b/doc/manual/command-ref/opt-common-syn.xml
index 5b7936393..3aff4e1b6 100644
--- a/doc/manual/command-ref/opt-common-syn.xml
+++ b/doc/manual/command-ref/opt-common-syn.xml
@@ -2,10 +2,18 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -25,10 +33,18 @@
number
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/manual/command-ref/opt-common.xml b/doc/manual/command-ref/opt-common.xml
index 2aa41c4d4..a930b4a0d 100644
--- a/doc/manual/command-ref/opt-common.xml
+++ b/doc/manual/command-ref/opt-common.xml
@@ -22,8 +22,7 @@
-
-
+ /
@@ -76,8 +75,7 @@
-
-
+ / By default, output written by builders to standard
output and standard error is echoed to the Nix command's standard
@@ -89,8 +87,8 @@
-
-
+ /
+numberSets the maximum number of build jobs that Nix will
perform in parallel to the specified number. Specify
@@ -143,8 +141,7 @@
-
-
+ / Keep going in case of failed builds, to the
greatest extent possible. That is, if building an input of some
@@ -156,8 +153,7 @@
-
-
+ / Specifies that in case of a build failure, the
temporary directory (usually in /tmp) in which
diff --git a/doc/manual/glossary/glossary.xml b/doc/manual/glossary/glossary.xml
index d74940c90..e0636044c 100644
--- a/doc/manual/glossary/glossary.xml
+++ b/doc/manual/glossary/glossary.xml
@@ -54,7 +54,7 @@
A substitute is a command invocation stored in the
Nix database that describes how to build a store object, bypassing
- normal the build mechanism (i.e., derivations). Typically, the
+ the normal build mechanism (i.e., derivations). Typically, the
substitute builds the store object by downloading a pre-built
version of the store object from some server.