/[inetutils]/inetutils/doc/inetutils.texi
ViewVC logotype

Diff of /inetutils/doc/inetutils.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by marcus, Fri Nov 2 00:56:42 2001 UTC revision 1.3 by marcus, Fri Nov 2 20:17:51 2001 UTC
# Line 1  Line 1 
1  \input texinfo  \input texinfo @c -*-texinfo-*-
2  @c %**start of header  @c %**start of header
3  @setfilename ineutils.info  @setfilename inetutils.info
4  @settitle GNU networking utilities  @settitle GNU networking utilities
5  @c %**end of header  @c %**end of header
6    
# Line 24  Line 24 
24  @format  @format
25  START-INFO-DIR-ENTRY  START-INFO-DIR-ENTRY
26  * networking(inet) utilities: (inetutils).      GNU networking utilities.  * networking(inet) utilities: (inetutils).      GNU networking utilities.
27  * ftp: (inetutils)ftp invocation.               File Transfer Protocol.  @c * ftp: (inetutils)ftp invocation.               File Transfer Protocol.
28  * ftpd: (inetutils)ftpd invocation.             FTP Daemon.  @c * ftpd: (inetutils)ftpd invocation.             FTP Daemon.
29  * inetd: (inetutils)inetd invocation.           Interner super-server.  @c * inetd: (inetutils)inetd invocation.           Interner super-server.
30  * rcp: (inetutils)dirname invocation.           Strip non-directory suffix.  @c * rcp: (inetutils)rcp invocation.               Strip non-directory suffix.
31  * rexecd: (inetutils)echo invocation.           Remote execution server.  @c * rexecd: (inetutils)rexecd invocation.         Remote execution server.
32  * rlogin: (inetutils)env invocation.            Remote login.  @c * rlogin: (inetutils)rlogin invocation.         Remote login.
33  * rlogind: (inetutils)expr invocation.          Remote login server.  @c * rlogind: (inetutils)rlogind invocation.       Remote login server.
34  * rsh: (inetutils)factor invocation.            Remote shell.  @c * rsh: (inetutils)rsh invocation.               Remote shell.
35  * rshd: (inetutils)false invocation.            Remote shell server.  @c * rshd: (inetutils)rshd invocation.             Remote shell server.
36  * logger: (inetutils)groups invocation.         Logger.  * logger: (inetutils)logger invocation.         Logger.
37  * syslogd: (inetutils)hostid invocation.        Syslog server.  * syslogd: (inetutils)syslogd invocation.       Syslog server.
38  * talk: (inetutils)hostname invocation.         Talk client.  @c * talk: (inetutils)talk invocation.             Talk client.
39  * talkd: (inetutils)id invocation.              Talk server.  @c * talkd: (inetutils)talkd invocation.           Talk server.
40  * telnet: (inetutils)logname invocation.        User interface to TELNET.  @c * telnet: (inetutils)telnet invocation.         User interface to TELNET.
41  * telnetd: (inetutils)nice invocation.          Telnet server.  @c * telnetd: (inetutils)telnetd invocation.       Telnet server.
42  * tftp: (inetutils)nohup invocation.            Trivial FTP.  @c * tftp: (inetutils)tftp invocation.             Trivial FTP.
43  * tftpd: (inetutils)pathchk invocation.         TFTP server.  @c * tftpd: (inetutils)tftpd invocation.           TFTP server.
44  * uucpd: (inetutils)printenv invocation.         Unix to Unix Copy.  @c * uucpd: (inetutils)uucpd invocation.           Unix to Unix Copy.
45  * whois: (inetutils)printf invocation.          Whois user interface.  @c * whois: (inetutils)whois invocation.           Whois user interface.
46  END-INFO-DIR-ENTRY  END-INFO-DIR-ENTRY
47  @end format  @end format
48  @end ifinfo  @end ifinfo
# Line 50  END-INFO-DIR-ENTRY Line 50  END-INFO-DIR-ENTRY
50  @ifinfo  @ifinfo
51  This file documents the GNU networking utilities.  This file documents the GNU networking utilities.
52    
53  Copyright (C) 1994, 95, 96, 2000 Free Software Foundation, Inc.  Copyright (C) 1994, 95, 96, 2000, 2001 Free Software Foundation, Inc.
54    
55  Permission is granted to make and distribute verbatim copies of  Permission is granted to make and distribute verbatim copies of
56  this manual provided the copyright notice and this permission notice  this manual provided the copyright notice and this permission notice
# Line 82  by the Foundation. Line 82  by the Foundation.
82    
83  @page  @page
84  @vskip 0pt plus 1filll  @vskip 0pt plus 1filll
85  Copyright @copyright{} 1994, 95, 96 Free Software Foundation, Inc.  Copyright @copyright{} 1994, 95, 96, 2001 Free Software Foundation, Inc.
86    
87  Permission is granted to make and distribute verbatim copies of  Permission is granted to make and distribute verbatim copies of
88  this manual provided the copyright notice and this permission notice  this manual provided the copyright notice and this permission notice
# Line 110  This manual documents version @value{VER Line 110  This manual documents version @value{VER
110    
111  @menu  @menu
112  * Introduction::                Caveats, overview, and authors.  * Introduction::                Caveats, overview, and authors.
113    @c * ftp::                         File Transfer Protocol.
114    @c * ftpd::                        FTP Daemon.
115    @c * inetd::                       Interner super-server.
116    @c * rcp::                         Strip non-directory suffix.
117    @c * rexecd::                      Remote execution server.
118    @c * rlogin::                      Remote login.
119    @c * rlogind::                     Remote login server.
120    @c * rsh::                         Remote shell.
121    @c * rshd::                        Remote shell server.
122    * logger::                      Logger.
123    * syslogd::                     Syslog server.
124    @c * talk::                        Talk client.
125    @c * talkd::                       Talk server.
126    @c * telnet::                      User interface to TELNET.
127    @c * telnetd::                     Telnet server.
128    @c * tftp::                        Trivial FTP.
129    @c * tftpd::                       TFTP server.
130    @c * uucpd::                       Unix to Unix Copy.
131    @c * whois::                       Whois user interface.
132    * Reporting Bugs::              How to report bugs.
133    * Concept Index::               Index of concepts.
134    * Index::                       Index of commands, options and variables.
135  @end menu  @end menu
136  @end ifnottex  @end ifnottex
137    
138    
139  @node Introduction  @node Introduction
140  @chapter Introduction  @chapter Introduction
   
141  @cindex introduction  @cindex introduction
142    
143  The individual utilities was originally derived from the 4.4BSDLite2  The individual utilities was originally derived from the 4.4BSDLite2
144  distribution.  Many features were integrated from NetBSD, OpenBSD,  distribution.  Many features were integrated from NetBSD, OpenBSD,
145  FreeBSD and GNU/Linux, the merges were done by a group of decicated  FreeBSD and GNU/Linux, the merges were done by a group of dedicated
146  hackers(in no particular order): Jeff Bailey, Marcus Brinkmann, Michael Vogt,  hackers (in no particular order): Jeff Bailey, Marcus Brinkmann,
147  Bernhard Rosenkraenzer, Kaveh R. Ghazi, NIIBE Yutaka, Nathan Neulinger,  Michael Vogt, Bernhard Rosenkraenzer, Kaveh R. Ghazi, NIIBE Yutaka,
148  Jeff Smith, Dan Stromberg, David O'Shea, Frederic Goudal, Gerald Combs,  Nathan Neulinger, Jeff Smith, Dan Stromberg, David O'Shea, Frederic
149  Joachim Gabler, Marco D'Itri.  Goudal, Gerald Combs, Joachim Gabler, Marco D'Itri.
150    
151  Certain options are available in all these programs.  Rather than  Certain options are available in all these programs.  Rather than
152  writing identical descriptions for each of the programs, they are  writing identical descriptions for each of the programs, they are
153  described here.  (In fact, every GNU program accepts (or should accept)  described here.  (In fact, every GNU program accepts (or should
154  these options.)  accept) these options.)
155    
156  Many of these programs take arbitrary strings as arguments.  In those  Many of these programs take arbitrary strings as arguments.  In those
157  cases, @samp{--help} and @samp{--version} are taken as these options  cases, @samp{--help} and @samp{--version} are taken as these options
158  only if there is one and exactly one command line argument.  only if there is one and exactly one command line argument.
159    
160  @table @samp  @table @samp
   
161  @item --help  @item --help
162  @opindex --help  @opindex --help
163  @cindex help, online  @cindex help, online
164  Print a usage message listing all available options, then exit successfully.  Print a usage message listing all available options, then exit
165    successfully.
166    
167  @item -V  @item -V
168  @itemx --version  @itemx --version
169  @opindex --version  @opindex --version
170  @cindex version number, finding  @cindex version number, finding
171  Print the version number, then exit successfully.  Print the version number, then exit successfully.
   
172  @end table  @end table
173    
 @node ftp  
 @chapter ftp  
 @cindex ftp  
   
 @comment @include ftp.texi  
 Describe FTP  
   
   
 @node ftpd  
 @chapter ftpd  
 @cindex ftpd  
   
 @node inetd  
 @chapter inetd  
 @cindex inetd  
   
 @node rcp  
 @chapter rcp  
 @cindex rcp  
174    
175  @node rexecd  @c @include ftp.texi
176  @chapter rexecd  @c @include ftpd.texi
177  @cindex rexecd  @c @include inetd.texi
178    @c @include rcd.texi
179  @node rlogin  @c @include rexecd.texi
180  @chapter rlogin  @c @include rlogin.texi
181  @cindex rlogin  @c @include rlogind.texi
182    @c @include rsh.texi
183  @node rlogind  @c @include rshd.texi
 @chapter rlogind  
 @cindex rlogind  
   
 @node rsh  
 @chapter rsh  
 @cindex rsh  
   
 @node rshd  
 @chapter rshd  
 @cindex rshd  
   
 @node logger  
 @chapter logger  
 @cindex logger  
184  @include logger.texi  @include logger.texi
   
 @node syslogd  
 @chapter syslogd  
 @cindex syslogd  
185  @include syslogd.texi  @include syslogd.texi
186    @c @include talk.texi
187    @c @include talkd.texi
188    @c @include telnet.texi
189    @c @include telnetd.texi
190    @c @include tftp.texi
191    @c @include tftpd.texi
192    @c @include uucpd.texi
193    @c @include whois.texi
194    
 @node talk  
 @chapter talk  
 @cindex talk  
   
 @node talkd  
 @chapter talkd  
 @cindex talkd  
   
 @node telnet  
 @chapter telnet  
 @cindex telnet  
   
 @node telnetd  
 @chapter telnetd  
 @cindex telnetd  
   
 @node tftp  
 @chapter tftp  
 @cindex tftp  
   
 @node tftpd  
 @chapter tftpd  
 @cindex tftpd  
   
 @node uucpd  
 @chapter uucpd  
 @cindex uucpd  
   
 @node  whois  
 @chapter  whois  
 @cindex  whois  
195    
196  @node Reporting Bugs  @node Reporting Bugs
197  @chapter Reporting bugs  @chapter Reporting bugs
198  @cindex Bugs, reporting  @cindex Bugs, reporting
199  Email bug reports to @email{bug-inetutils@@gnu.org}.  
200  Be sure to include the word ``inetutils'' somewhere in the ``Subject:'' field.  Email bug reports to @email{bug-inetutils@@gnu.org}.  Be sure to
201    include the word ``inetutils'' somewhere in the ``Subject:'' field.
202    
203  @table @samp  @table @samp
204  @item @command{syslogd}  @item @command{syslogd}

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26