Ignore:
Timestamp:
05/30/2005 09:36:42 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dae2ba0b
Parents:
e9116cc
Message:

Removed excess spaces from the ends of lines in the source files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4506 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/expect.xml

    re9116cc r8092658  
    3030    <title>Introduction to Expect</title>
    3131
    32     <para>The <application>Expect</application> package contains tools for 
    33     automating interactive applications such as <command>telnet</command>, 
    34     <command>ftp</command>, <command>passwd</command>, 
    35     <command>fsck</command>, <command>rlogin</command>, 
    36     <command>tip</command>, etc. <application>Expect</application> is 
    37     also useful for testing these same applications as well as easing all sorts of 
     32    <para>The <application>Expect</application> package contains tools for
     33    automating interactive applications such as <command>telnet</command>,
     34    <command>ftp</command>, <command>passwd</command>,
     35    <command>fsck</command>, <command>rlogin</command>,
     36    <command>tip</command>, etc. <application>Expect</application> is
     37    also useful for testing these same applications as well as easing all sorts of
    3838    tasks that are prohibitively difficult with anything else.</para>
    3939
     
    8181    <title>Installation of Expect</title>
    8282
    83     <para>Install <application>Expect</application> by running the following 
     83    <para>Install <application>Expect</application> by running the following
    8484    commands:</para>
    8585
     
    9999    <title>Command Explanations</title>
    100100
    101     <para><parameter>--enable-shared</parameter>: This option enables 
     101    <para><parameter>--enable-shared</parameter>: This option enables
    102102    building the shared library.</para>
    103103
    104     <para><option>--with-tk=/usr/lib</option>: Use this option to link in the 
     104    <para><option>--with-tk=/usr/lib</option>: Use this option to link in the
    105105    <application>Tk</application> library.</para>
    106106
    107     <para><command>ln -sf ../libexpect5.43.a /usr/lib/expect5.43</command>: This 
     107    <para><command>ln -sf ../libexpect5.43.a /usr/lib/expect5.43</command>: This
    108108    command creates a required link to the static library.</para>
    109109
     
    116116      <title>Config Files</title>
    117117
    118       <para><filename>$exp_library/expect.rc</filename> and 
     118      <para><filename>$exp_library/expect.rc</filename> and
    119119      <filename>~/.expect.rc</filename></para>
    120120
     
    132132      <title>Configuration Information</title>
    133133
    134       <para>Reference the <command>expect</command> man page for information about 
    135       utilizing the <filename>expect.rc</filename> configuration files. Additionally, 
    136       many of the tools contained in the <application>Expect</application> package 
    137       will use their own configuration files. Reference the respective man page, or 
     134      <para>Reference the <command>expect</command> man page for information about
     135      utilizing the <filename>expect.rc</filename> configuration files. Additionally,
     136      many of the tools contained in the <application>Expect</application> package
     137      will use their own configuration files. Reference the respective man page, or
    138138      examine the script directly for configuration file information.</para>
    139139
     
    151151
    152152      <seglistitem>
    153         <seg>autoexpect, autopasswd, cryptdir, decryptdir, dislocate, expect, ftp-rfc, 
    154         kibitz, lpunlock, mkpasswd, passmass, rftp, rlogin-cwd, timed-read, timed-run, 
    155         unbuffer, weather, and optionally (if <application>Expect</application> was 
    156         linked against <application>Tk</application>), expectk, multixterm, 
     153        <seg>autoexpect, autopasswd, cryptdir, decryptdir, dislocate, expect, ftp-rfc,
     154        kibitz, lpunlock, mkpasswd, passmass, rftp, rlogin-cwd, timed-read, timed-run,
     155        unbuffer, weather, and optionally (if <application>Expect</application> was
     156        linked against <application>Tk</application>), expectk, multixterm,
    157157        tknewsbiff, tkpasswd, xkibitz, and xpstat</seg>
    158158        <seg>libexpect5.43.[so,a]</seg>
     
    169169        <term><command>autoexpect</command></term>
    170170        <listitem>
    171           <para>generates an <application>Expect</application> script from 
     171          <para>generates an <application>Expect</application> script from
    172172          watching a session.</para>
    173173          <indexterm zone="expect autoexpect">
     
    180180        <term><command>autopasswd</command></term>
    181181        <listitem>
    182           <para>is a wrapper to make <command>passwd</command>(1) be 
     182          <para>is a wrapper to make <command>passwd</command>(1) be
    183183          non-interactive.</para>
    184184          <indexterm zone="expect autopasswd">
     
    211211        <term><command>dislocate</command></term>
    212212        <listitem>
    213           <para>allows processes to be disconnected and reconnected to a 
     213          <para>allows processes to be disconnected and reconnected to a
    214214          terminal.</para>
    215215          <indexterm zone="expect dislocate">
     
    222222        <term><command>expect</command></term>
    223223        <listitem>
    224           <para>is a program that <quote>talks</quote> to other interactive 
     224          <para>is a program that <quote>talks</quote> to other interactive
    225225          programs according to a script.</para>
    226226          <indexterm zone="expect expect-prog">
     
    243243        <term><command>kibitz</command></term>
    244244        <listitem>
    245           <para>allows two (or more) people to interact with one shell 
     245          <para>allows two (or more) people to interact with one shell
    246246          (or any arbitrary program).</para>
    247247          <indexterm zone="expect kibitz">
     
    254254        <term><command>lpunlock</command></term>
    255255        <listitem>
    256           <para>unhangs a printer which claims it is <quote>waiting for 
     256          <para>unhangs a printer which claims it is <quote>waiting for
    257257          lock</quote>.</para>
    258258          <indexterm zone="expect lpunlock">
     
    265265        <term><command>mkpasswd</command></term>
    266266        <listitem>
    267           <para>generates passwords and can apply them automatically to 
     267          <para>generates passwords and can apply them automatically to
    268268          users.</para>
    269269          <indexterm zone="expect mkpasswd">
     
    286286        <term><command>rftp</command></term>
    287287        <listitem>
    288           <para>is much like <command>ftp</command> except it uses 
    289           <option>~g</option> and <option>~p</option> instead of 
     288          <para>is much like <command>ftp</command> except it uses
     289          <option>~g</option> and <option>~p</option> instead of
    290290          <option>mget</option> and <option>mput</option>.</para>
    291291          <indexterm zone="expect rftp">
     
    298298        <term><command>rlogin-cwd</command></term>
    299299        <listitem>
    300           <para>is <command>rlogin</command> except it uses the local current 
     300          <para>is <command>rlogin</command> except it uses the local current
    301301          directory as the current working directory on the remote machine.</para>
    302302          <indexterm zone="expect rlogin-cwd">
     
    309309        <term><command>timed-read</command></term>
    310310        <listitem>
    311           <para> reads a complete line from stdin and aborts after a given 
     311          <para> reads a complete line from stdin and aborts after a given
    312312          number of seconds.</para>
    313313          <indexterm zone="expect timed-read">
     
    330330        <term><command>unbuffer</command></term>
    331331        <listitem>
    332           <para>disables the output buffering that occurs when program output 
     332          <para>disables the output buffering that occurs when program output
    333333          is redirected.</para>
    334334          <indexterm zone="expect unbuffer">
     
    341341        <term><command>weather</command></term>
    342342        <listitem>
    343           <para>retrieves a weather report (courtesy University of Michigan) 
     343          <para>retrieves a weather report (courtesy University of Michigan)
    344344          for a given city or geographical area.</para>
    345345          <indexterm zone="expect weather">
     
    352352        <term><command>expectk</command></term>
    353353        <listitem>
    354           <para>is a combination of <application>Expect</application> with 
     354          <para>is a combination of <application>Expect</application> with
    355355          <application>Tk</application> and should run any <command>wish</command>
    356356          or <application>Expect</application> script.</para>
     
    364364        <term><command>multixterm</command></term>
    365365        <listitem>
    366           <para>creates multiple <command>xterm</command>s that can be driven 
     366          <para>creates multiple <command>xterm</command>s that can be driven
    367367          together or separately.</para>
    368368          <indexterm zone="expect multixterm">
     
    375375        <term><command>tknewsbiff</command></term>
    376376        <listitem>
    377           <para>pops up a window when there is unread news in your favorite 
     377          <para>pops up a window when there is unread news in your favorite
    378378          newsgroups and removes the window after you've read the news.</para>
    379379          <indexterm zone="expect tknewsbiff">
     
    386386        <term><command>tkpasswd</command></term>
    387387        <listitem>
    388           <para>is a script to change passwords using 
     388          <para>is a script to change passwords using
    389389          <command>expectk</command>.</para>
    390390          <indexterm zone="expect tkpasswd">
     
    397397        <term><command>xkibitz</command></term>
    398398        <listitem>
    399           <para>allows users in separate <command>xterm</command>s to share 
     399          <para>allows users in separate <command>xterm</command>s to share
    400400          one shell (or any program that runs in an <command>xterm</command>).</para>
    401401          <indexterm zone="expect xkibitz">
     
    418418        <term><filename class='libraryfile'>libexpect5.43.[so,a]</filename></term>
    419419        <listitem>
    420           <para> contains functions that allow <application>Expect</application> to be 
    421           used as a <application>Tcl</application> extension or to be used directly from 
     420          <para> contains functions that allow <application>Expect</application> to be
     421          used as a <application>Tcl</application> extension or to be used directly from
    422422          C or C++ (without <application>Tcl</application>).</para>
    423423          <indexterm zone="expect libexpect">
Note: See TracChangeset for help on using the changeset viewer.