diff options
Diffstat (limited to 'chapter06/psmisc.xml')
-rw-r--r-- | chapter06/psmisc.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 99fce8c68..0e3383fa2 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -35,13 +35,16 @@ GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> <para>The meaning of the configure option:</para> -<itemizedlist> -<listitem><para><userinput>--exec-prefix=""</userinput>: This causes the +<variablelist> +<varlistentry> +<term><userinput>--exec-prefix=""</userinput></term> +<listitem><para>This causes the binaries to be installed in <filename>/bin</filename> instead of <filename>/usr/bin</filename>. As the Psmisc programs are often used in bootscripts, they should be available also when the <filename>/usr</filename> file system isn't mounted.</para></listitem> -</itemizedlist> +</varlistentry> +</variablelist> <para>Compile the package:</para> |