aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man-exp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/man-exp.xml')
-rw-r--r--chapter06/man-exp.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/chapter06/man-exp.xml b/chapter06/man-exp.xml
new file mode 100644
index 000000000..396c47b6d
--- /dev/null
+++ b/chapter06/man-exp.xml
@@ -0,0 +1,21 @@
+<sect2>
+<title>Command explanations</title>
+
+<para>
+<userinput>-default:</userinput> This configures the man package with
+default settings.
+</para>
+
+<para>
+<userinput>sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis &gt;
+makewhatis-new:</userinput> This modifies /usr/sbin/makewhatis's AWK
+variable and fills in the location of the mawk program.
+</para>
+
+<para>
+<userinput>chmod 755 /usr/sbin/makewhatis:</userinput> This makes the
+makewhatis script executable again.
+</para>
+
+</sect2>
+