diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index bc614c205..a8cc1a621 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -64,11 +64,6 @@ without this patch.</para> </note> - <para>It has been found that translated messages sometimes overflow a buffer - in the <command>who -Hu</command> command. Increase the buffer size:</para> - -<screen><userinput>sed -i 's/_LEN 6/_LEN 20/' src/who.c</userinput></screen> - <para>Now prepare Coreutils for compilation:</para> <screen><userinput>./configure --prefix=/usr</userinput></screen> |