summaryrefslogtreecommitdiffstats
path: root/chapter_06.xml
diff options
context:
space:
mode:
authorAlan Hicks <alan@lizella.net>2010-05-01 16:58:30 -0400
committerAlan Hicks <alan@lizella.net>2010-05-01 16:58:30 -0400
commit9c5372d34b3e581fef2ab6837e0702d132376b95 (patch)
tree29beca264dfadf704158135590f4bd9bde38864b /chapter_06.xml
parentf39a880f399c38c71fe3d899b437813d9c1eafb7 (diff)
downloadslackbook-9c5372d34b3e581fef2ab6837e0702d132376b95.tar.xz
Fixed. Some '<' entries in the ps output were fuckin' up docbook.
Diffstat (limited to 'chapter_06.xml')
-rw-r--r--chapter_06.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter_06.xml b/chapter_06.xml
index 5626d50..99c44e1 100644
--- a/chapter_06.xml
+++ b/chapter_06.xml
@@ -78,12 +78,12 @@ information, see the man page for <application>ps</application>.
<screen><prompt>darkstar:~$ </prompt><userinput>ps aux</userinput>
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 3928 632 ? Ss Apr05 0:00 init [3]
-root 2 0.0 0.0 0 0 ? S< Apr05 0:00 [kthreadd]
-root 3 0.0 0.0 0 0 ? S< Apr05 0:00 [migration/0]
-root 4 0.0 0.0 0 0 ? S< Apr05 0:00 [ksoftirqd/0]
-root 7 0.0 0.0 0 0 ? S< Apr05 0:11 [events/0]
-root 9 0.0 0.0 0 0 ? S< Apr05 0:01 [work_on_cpu/0]
-root 11 0.0 0.0 0 0 ? S< Apr05 0:00 [khelper]
+root 2 0.0 0.0 0 0 ? S Apr05 0:00 [kthreadd]
+root 3 0.0 0.0 0 0 ? S Apr05 0:00 [migration/0]
+root 4 0.0 0.0 0 0 ? S Apr05 0:00 [ksoftirqd/0]
+root 7 0.0 0.0 0 0 ? S Apr05 0:11 [events/0]
+root 9 0.0 0.0 0 0 ? S Apr05 0:01 [work_on_cpu/0]
+root 11 0.0 0.0 0 0 ? S Apr05 0:00 [khelper]
... many more lines ommitted ....
</screen>