diff options
Diffstat (limited to 'chapter08/procps.xml')
-rw-r--r-- | chapter08/procps.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter08/procps.xml b/chapter08/procps.xml index a78f7fa90..dbc78213c 100644 --- a/chapter08/procps.xml +++ b/chapter08/procps.xml @@ -42,15 +42,15 @@ <para>Prepare procps-ng for compilation:</para> -<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \ +<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \ --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ - --disable-static \ + --disable-static \ --disable-kill</userinput></screen> -<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \ +<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \ --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ - --disable-static \ - --disable-kill \ + --disable-static \ + --disable-kill \ --with-systemd</userinput></screen> <variablelist> |