diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/readjusting.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index 63d7a0dce..83cdf298f 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -73,7 +73,7 @@ readelf -l a.out | grep ': /lib'</userinput></screen> <para os="d">Now make sure that we're setup to use the correct startfiles:</para> -<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].* .*' dummy.log</userinput></screen> +<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log</userinput></screen> <para os="f">If everything is working correctly, there should be no errors, and the output of the last command will be:</para> |