aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/ncurses.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:33:18 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:33:18 +0200
commitd672ab7d660f95484428882d9bebfa259ee9d368 (patch)
treed0bcc15e3ad9e92bbcb174d2f2502c474a294ae3 /chapter08/ncurses.xml
parentc8fb227d0dc82fb31b7ff03511cd1f2de6ee8765 (diff)
Remove spaces at end o lines - chapter08
Diffstat (limited to 'chapter08/ncurses.xml')
-rw-r--r--chapter08/ncurses.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/chapter08/ncurses.xml b/chapter08/ncurses.xml
index 3fbca0c3c..3f2247586 100644
--- a/chapter08/ncurses.xml
+++ b/chapter08/ncurses.xml
@@ -132,7 +132,7 @@ cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
<para>The instructions above don't create non-wide-character Ncurses
libraries since no package installed by compiling from sources would link
against them at runtime. However, the only known binary-only
- applications that link against non-wide-character Ncurses libraries
+ applications that link against non-wide-character Ncurses libraries
require version 5. If you must have such libraries because of some binary-only
application or to be compliant with LSB, build the package again with the
following commands:</para>
@@ -143,7 +143,7 @@ cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
--without-normal \
--without-debug \
--without-cxx-binding \
- --with-abi-version=5
+ --with-abi-version=5
make sources libs
cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
</note>
@@ -160,27 +160,27 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
<seglistitem>
<seg>
- captoinfo (link to tic),
- clear,
- infocmp,
+ captoinfo (link to tic),
+ clear,
+ infocmp,
infotocap (link to tic),
- ncursesw6-config,
- reset (link to tset),
- tabs,
- tic,
- toe,
- tput, and
+ ncursesw6-config,
+ reset (link to tset),
+ tabs,
+ tic,
+ toe,
+ tput, and
tset
</seg>
<seg>
libcursesw.so (symlink and linker script to libncursesw.so),
- libformw.so,
- libmenuw.so,
+ libformw.so,
+ libmenuw.so,
libncursesw.so,
libpanelw.so, and their non-wide-character counterparts without "w"
in the library names.</seg>
<seg>
- /usr/share/tabset,
+ /usr/share/tabset,
/usr/share/terminfo, and
/usr/share/doc/ncurses-&ncurses-version;
</seg>