From 5f8d14546b6a5a5df8a4768833497a674083dd8e Mon Sep 17 00:00:00 2001 From: Wilhelm Schuster Date: Wed, 1 Jun 2016 16:23:32 +0200 Subject: Manual: Explicitly mark commands that require to be run as root (#15589) * manual: Mark commands that require root Mark every command that requires to be run as root by prefixing them with '#' instead of '$'. * manual: Add note about commands that require root --- nixos/doc/manual/configuration/x-windows.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/doc/manual/configuration/x-windows.xml') diff --git a/nixos/doc/manual/configuration/x-windows.xml b/nixos/doc/manual/configuration/x-windows.xml index 7f43acab2c3..0405146ab0f 100644 --- a/nixos/doc/manual/configuration/x-windows.xml +++ b/nixos/doc/manual/configuration/x-windows.xml @@ -5,7 +5,7 @@ xml:id="sec-x11"> X Window System - + The X Window System (X11) provides the basis of NixOS’ graphical user interface. It can be enabled as follows: @@ -48,7 +48,7 @@ services.xserver.autorun = false; The X server can then be started manually: -$ systemctl start display-manager.service +# systemctl start display-manager.service -- cgit 1.4.1