diff options
Diffstat (limited to 'chapter06/man.xml')
-rw-r--r-- | chapter06/man.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/man.xml b/chapter06/man.xml index 54f7174a6..5050a6c52 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -40,7 +40,8 @@ width instead of being limited to 80 characters:</para> switch to the <emphasis>PAGER</emphasis> variable so that escape sequences are properly handled by Less:</para> -<screen><userinput>sed -i 's@-is@&R@g' configure</userinput></screen> +<screen><userinput>sed -i 's@-is@&R@g' configure +chmod 755 configure</userinput></screen> <para>The third is also a sed substitution to comment out the <quote>MANPATH /usr/man</quote> line in the <filename>man.conf</filename> file to prevent |