aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/man.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/chapter06/man.xml b/chapter06/man.xml
index 58667a2ca..8f58f14e7 100644
--- a/chapter06/man.xml
+++ b/chapter06/man.xml
@@ -44,18 +44,11 @@ redundant results when using programs such as <command>whatis</command>:</para>
<para>Now prepare Man for compilation:</para>
-<screen><userinput>./configure -default -confdir=/etc</userinput></screen>
+<screen><userinput>./configure -confdir=/etc</userinput></screen>
<para>The meaning of the configure options:</para>
<itemizedlist>
-<listitem><para><userinput>-default</userinput>: This tells the configure script
-to select a sensible set of default options. For example: only English man
-pages, no message catalogs, man not suid, handle compressed man pages, compress
-cat pages, create cat pages whenever the appropriate directory exists, follow
-FHS by putting cat pages under /var/cache/man (provided that directory
-exists).</para></listitem>
-
<listitem><para><userinput>-confdir=/etc</userinput>: This tells the
<command>man</command> program to look for the <filename>man.conf</filename>
configuration file in the <filename>/etc</filename> directory.</para></listitem>