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 963e34aa2..95d079dff 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -21,7 +21,7 @@ programs try to link using -lcurses instead of -lncurses. This symlink ensures that such programs will link without errors.</para> <para><userinput>ln -sf ../../lib/libncurses.so etc:</userinput> These -symlinks are created to tidy up the installation. It's good practise to +symlinks are created to tidy up the installation. It's good practice to have the *.so files in /usr/lib as well as in /lib, to ensure that the linker is always able to find the files whether it's looking in /lib or /usr/lib.</para> |