aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoren Brinkmann <soren.brinkmann@xilinx.com>2015-12-08 02:26:58 -0500
committerJonathan Corbet <corbet@lwn.net>2015-12-10 13:35:30 -0500
commitaa13a960fc1bd28cfd8b3aef43e523ade1817a2c (patch)
treec0a54bb50439b54a5293e7116ade06b40ffb317e
parentaecd89e85534d31b161bbe16e31d98f67947e1eb (diff)
Documentation: cpu-hotplug: Fix sysfs mount instructions
The instructions for mounting sysfs are inconsistent in instructing to create the directory '/sysfs' but then mounting sysfs to /sys. Also, indentation is slightly off. Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/cpu-hotplug.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cpu-hotplug.txt b/Documentation/cpu-hotplug.txt
index f9ad5e048b11..dd68821c22d4 100644
--- a/Documentation/cpu-hotplug.txt
+++ b/Documentation/cpu-hotplug.txt
@@ -150,7 +150,7 @@ an entry as shown below in the output.
150 150
151If this is not mounted, do the following. 151If this is not mounted, do the following.
152 152
153 #mkdir /sysfs 153 #mkdir /sys
154 #mount -t sysfs sys /sys 154 #mount -t sysfs sys /sys
155 155
156Now you should see entries for all present cpu, the following is an example 156Now you should see entries for all present cpu, the following is an example