Ignore:
Timestamp:
09/25/2003 11:39:56 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6998c44a
Parents:
af68f984
Message:

chapter 21

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/djb/ucspi-tcp/ucspi-tcp-desc.xml

    raf68f984 r29f033a  
    22<title>Contents</title>
    33
    4 <para>The ucspi-tcp package contains <userinput>tcpserver</userinput>,
    5 <userinput>tcprules</userinput>, <userinput>tcprulescheck</userinput>,
    6 <userinput>argv0</userinput>, <userinput>fixcrio</userinput>,
    7 <userinput>recordio</userinput>, <userinput>rblsmtpd</userinput>,
    8 <userinput>tcpclient</userinput>, <userinput>who@</userinput>,
    9 <userinput>date@</userinput>, <userinput>finger@</userinput>,
    10 <userinput>http@</userinput>, <userinput>tcpcat</userinput>,
    11 <userinput>mconnect</userinput>, <userinput>addcr</userinput> and
    12 <userinput>delcr</userinput></para>
     4<para>The ucspi-tcp package contains <command>tcpserver</command>,
     5<command>tcprules</command>, <command>tcprulescheck</command>,
     6<command>argv0</command>, <command>fixcrio</command>,
     7<command>recordio</command>, <command>rblsmtpd</command>,
     8<command>tcpclient</command>, <command>who@</command>,
     9<command>date@</command>, <command>finger@</command>,
     10<command>http@</command>, <command>tcpcat</command>,
     11<command>mconnect</command>, <command>addcr</command> and
     12<command>delcr</command></para>
    1313
    1414<para>You can also find detailed descriptions of each of these programs at
     
    2020
    2121<sect3><title>tcpserver</title>
    22 <para>tcpserver listens for incoming tcp connections on a given port, and runs
    23 a program of your choosing in response to a connection.</para></sect3>
     22<para><command>tcpserver</command> listens for incoming <acronym>TCP</acronym>
     23connections on a given port, and runs a program of your choosing in response to
     24a connection.</para></sect3>
    2425
    2526<sect3><title>tcprules</title>
    26 <para>tcprules compiles rules that govern access control for tcpserver into a
    27 fast access database format.</para></sect3>
     27<para><command>tcprules</command> compiles rules that govern access
     28control for <command>tcpserver</command> into a fast access database format.
     29</para></sect3>
    2830
    2931<sect3><title>tcprulescheck</title>
    30 <para>tcprulescheck makes it possible to see how tcpserver will react to
    31 connections from a given address without actually having to connect via that
    32 address. This is useful for checking to see if the access control rules you
    33 are using are doing what you expected.</para></sect3>
     32<para><command>tcprulescheck</command> makes it possible to see how
     33<command>tcpserver</command> will react to connections from a given address
     34without actually having to connect via that address. This is useful for
     35checking to see if the access control rules you are using are doing what you
     36expected.</para></sect3>
    3437
    3538<sect3><title>argv0</title>
    36 <para>argv0 runs a given program with a specified 0th argument.</para></sect3>
     39<para><command>argv0</command> runs a given program with a specified 0th
     40argument.</para></sect3>
    3741
    3842<sect3><title>fixcrio</title>
    39 <para>fixcrio inserts carriage returns at the end of lines when they are
    40 missing.</para></sect3>
     43<para><command>fixcrio</command> inserts carriage returns at the end of lines
     44when they are missing.</para></sect3>
    4145
    4246<sect3><title>recordio</title>
    43 <para>recordio records all input and output of a program given as an
    44 argument.</para></sect3>
     47<para><command>recordio</command> records all input and output of a program
     48given as an argument.</para></sect3>
    4549
    4650<sect3><title>rblsmtpd</title>
    47 <para>rblsmtpd is a spam blocking program that works in conjunction with your
    48 smtp daemon and tcpserver.</para></sect3>
     51<para><command>rblsmtpd</command> is a spam blocking program that works in
     52conjunction with your <acronym>SMTP</acronym> daemon and <command>tcpserver
     53</command>.</para></sect3>
    4954
    5055<sect3><title>tcpclient</title>
    51 <para>tcpclient creates a connection to a tcp port for a given
    52 program.</para></sect3>
     56<para><command>tcpclient</command> creates a connection to a <acronym>TCP
     57</acronym> port for a given program.</para></sect3>
    5358
    5459<sect3><title>who@</title>
    55 <para>who@ is a demonstration program using tcpclient that has the
    56 functionality of the rwho program. It requires a server running sysstat
    57 on port 11.</para></sect3>
     60<para><command>who@</command> is a demonstration program using <command>
     61tcpclient</command> that has the functionality of the <command>rwho</command>
     62program. It requires a server running <command>sysstat</command> on port 11.
     63</para></sect3>
    5864
    5965<sect3><title>date@</title>
    60 <para>date@ is a demonstration program using tcpclient that will return the
    61 system time of a remote host which is running a daytime service on
    62 port 13.</para></sect3>
     66<para><command>date@</command> is a demonstration program using <command>
     67tcpclient</command> that will return the system time of a remote host which
     68is running a <command>daytime</command> service on port 13.</para></sect3>
    6369
    6470<sect3><title>finger@</title>
    65 <para>finger@ is a demonstration program using tcpclient that mimics the
    66 functionality of the finger program. It requires a server running fingerd
     71<para><command>finger@</command> is a demonstration program using <command>
     72tcpclient</command> that mimics the functionality of the <command>finger
     73</command> program. It requires a server running <command>fingerd</command>
    6774on port 79.</para></sect3>
    6875
    6976<sect3><title>http@</title>
    70 <para>http@ downloads web pages from web servers.</para></sect3>
     77<para><command>http@</command> downloads web pages from web servers.</para>
     78</sect3>
    7179
    7280<sect3><title>tcpcat</title>
    73 <para>tcpcat connects to a tcp port and prints all that is returned from the
    74 port.</para></sect3>
     81<para><command>tcpcat</command> connects to a <acronym>TCP</acronym> port and
     82prints all that is returned from the port.</para></sect3>
    7583
    7684<sect3><title>mconnect</title>
    77 <para>mconnect connects to a tcp port, delivers any input specified to the
    78 port, and prints any output from the port.</para></sect3>
     85<para><command>mconnect</command> connects to a <acronym>TCP</acronym> port,
     86delivers any input specified to the port, and prints any output from the port.
     87</para></sect3>
    7988
    8089<sect3><title>addcr</title>
    81 <para>addcr adds carriage returns to files. This and delcr are useful for
    82 converting between Windows to UNIX file formats.</para></sect3>
     90<para><command>addcr</command> adds carriage returns to files. This and
     91<command>delcr</command> are useful for converting between Windows to UNIX file
     92formats.</para></sect3>
    8393
    8494<sect3><title>delcr</title>
    85 <para>delcr removes carriage returns from files.</para></sect3>
     95<para><command>delcr</command> removes carriage returns from files.</para>
     96</sect3>
    8697
    8798</sect2>
Note: See TracChangeset for help on using the changeset viewer.