diff options
Diffstat (limited to 'chapter06/ncurses-exp.xml')
-rw-r--r-- | chapter06/ncurses-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index 6fb14ebc4..917f7f86d 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -14,7 +14,7 @@ system when /usr may not be mounted.</para> <para><userinput>chmod 755 *.5.2:</userinput> Shared libraries should be executable. Ncurses install routine doesn't set the permissions -properly so we do it manaully instead.</para> +properly so we do it manually instead.</para> <para><userinput>ln -sf libncurses.a libcurses.a:</userinput> Some programs try to link using -lcurses instead of -lncurses. This symlink |