about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-03-14T11·34+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-03-14T11·34+0100
commite69c48dc4349f503e5c23914041a1225229120c2 (patch)
treeb82958643e29bd0d0945d098417b1b4e87c2308b /doc
parente7c76f7274c53a6bce87c3ae637d12743688bc0e (diff)
Fix bad DocBook
http://hydra.nixos.org/build/33087405
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/command-ref/nix-store.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual/command-ref/nix-store.xml b/doc/manual/command-ref/nix-store.xml
index 22afdec93e..58a3311794 100644
--- a/doc/manual/command-ref/nix-store.xml
+++ b/doc/manual/command-ref/nix-store.xml
@@ -291,9 +291,10 @@ as a means of providing Nix store access to a restricted ssh user.
 access to a given SSH public key:
 
 <screen>
-$ cat <<EOF >>/root/.ssh/authorized_keys
+$ cat &lt;&lt;EOF >>/root/.ssh/authorized_keys
 command="nice -n20 nix-store --serve --write" ssh-rsa AAAAB3NzaC1yc2EAAAA...
-EOF</screen>
+EOF
+</screen>
 
 </para>