summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-12-30 23:42:14 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-12-30 23:42:14 +0100
commitd137ff33e240db93a95aeff8376e1ea8efabbf2a (patch)
tree18f4d4f32db64e98b5320f1acedbaacde92791d4 /nixos/doc
parent880c985f27c51e9ff32fb61c320b1f6b494b28c0 (diff)
downloadnixpkgs-d137ff33e240db93a95aeff8376e1ea8efabbf2a.tar
nixpkgs-d137ff33e240db93a95aeff8376e1ea8efabbf2a.tar.gz
nixpkgs-d137ff33e240db93a95aeff8376e1ea8efabbf2a.tar.bz2
nixpkgs-d137ff33e240db93a95aeff8376e1ea8efabbf2a.tar.lz
nixpkgs-d137ff33e240db93a95aeff8376e1ea8efabbf2a.tar.xz
nixpkgs-d137ff33e240db93a95aeff8376e1ea8efabbf2a.tar.zst
nixpkgs-d137ff33e240db93a95aeff8376e1ea8efabbf2a.zip
nixos/release-notes: Fix typo in VirtualBox notes.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1412.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1412.xml b/nixos/doc/manual/release-notes/rl-1412.xml
index b809c877d93..7bb8536aafe 100644
--- a/nixos/doc/manual/release-notes/rl-1412.xml
+++ b/nixos/doc/manual/release-notes/rl-1412.xml
@@ -131,7 +131,7 @@ rather than <literal>c-<replaceable>container-name</replaceable></literal>.</par
 <listitem><para>GNOME 3.10 support has been dropped. The default GNOME version is now 3.12.</para></listitem>
 
 <listitem><para>VirtualBox has been upgraded to 4.3.20 release. Users
-may be required to run <command>rm -rf /tmp.vbox*</command>. The line
+may be required to run <command>rm -rf /tmp/.vbox*</command>. The line
 <literal>imports = [ &lt;nixpkgs/nixos/modules/programs/virtualbox.nix&gt; ]</literal> is
 no longer necessary, use <literal>services.virtualboxHost.enable =
 true</literal> instead.