[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-144-g4d2aa
From: |
Mats Erik Andersson |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-144-g4d2aaa9 |
Date: |
Wed, 08 Aug 2012 15:51:24 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".
The branch, master has been updated
via 4d2aaa93c549f6f8951cfea2ec0f2ac347e8f77d (commit)
from 7439cb7c3df2b76759dd3ad65bcdf2ef99c799d4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=4d2aaa93c549f6f8951cfea2ec0f2ac347e8f77d
commit 4d2aaa93c549f6f8951cfea2ec0f2ac347e8f77d
Author: Mats Erik Andersson <address@hidden>
Date: Wed Aug 8 17:49:11 2012 +0200
Documentation (silent change)
diff --git a/doc/inetutils.texi b/doc/inetutils.texi
index c1b67c8..7601ebd 100644
--- a/doc/inetutils.texi
+++ b/doc/inetutils.texi
@@ -2172,63 +2172,100 @@ telnet address@hidden address@hidden address@hidden
@table @option
@item -4
@itemx --ipv4
address@hidden -4
address@hidden --ipv4
Use only IPv4.
@item -6
@itemx --ipv6
address@hidden -6
address@hidden --ipv6
Use only IPv6.
@item -8
@itemx --binary
address@hidden -8
address@hidden --binary
Use an 8-bit data path.
@item -a
@itemx --login
address@hidden -a
address@hidden --login
Attempt automatic login.
@item -c
@itemx --no-rc
address@hidden -c
address@hidden --no-rc
Do not read the user's file @file{$HOME/.telnetrc}.
@item -d
@itemx --debug
-Turn on debugging.
address@hidden -d
address@hidden --debug
+Turn on socket level debugging.
address@hidden -e CHAR
address@hidden --escape=CHAR
-Use CHAR as escape character.
address@hidden -e @var{char}
address@hidden address@hidden
address@hidden -e
address@hidden --escape
+Use @var{char} as escape character.
@item -E
@itemx --no-escape
-Use no escape character.
address@hidden -E
address@hidden --no-escape
+Do not use an escape character.
+
address@hidden -k @var{realm}
address@hidden address@hidden
address@hidden -k
address@hidden --realm
+Request Kerberos realm @var{realm} instead of whatever is
+declared as default realm in the system's or user's settings.
@item -K
@itemx --no-login
address@hidden -K
address@hidden --no-login
Do not automatically login to the remote system.
address@hidden -l USER
address@hidden --user=USER
-Attempt automatic login as USER.
address@hidden -l @var{user}
address@hidden address@hidden
address@hidden -l
address@hidden --user
+Attempt automatic login as @var{user}.
@item -L
@itemx --binary-output
address@hidden -L
address@hidden --binary-output
Use an 8-bit data path for output only.
address@hidden -n FILE
address@hidden --trace=FILE
-Record trace information into FILE.
address@hidden -n @var{file}
address@hidden address@hidden
address@hidden -n
address@hidden --trace
+Record trace information into @var{file}.
@item -r
@itemx --rlogin
address@hidden -r
address@hidden --rlogin
Display a user-interface similar to that of @command{rlogin}.
@item -x
@itemx --encrypt
address@hidden -x
address@hidden --encrypt
If possible, encrypt the data stream.
address@hidden -X ATYPE
address@hidden --disable-auth=ATYPE
-Disable authentication of type ATYPE.
address@hidden -X @var{atype}
address@hidden address@hidden
address@hidden -X
address@hidden --disable-auth
+Disable authentication of type @var{atype}.
Use this option multiple times if more than one type
is to be disabled. Standard choices are @samp{null},
@samp{kerberos_v4}, and @samp{kerberos_v5}.
@@ -3668,15 +3705,19 @@ telnetd address@hidden@dots{}
@end example
@table @option
address@hidden -a AUTHMODE
address@hidden --authmode=AUTHMODE
address@hidden -a @var{authmode}
address@hidden address@hidden
address@hidden -a
address@hidden --authmode
Specify what mode to use for authentication. Allowed values are:
@samp{none}, @samp{other}, @samp{user}, @samp{valid}, and @samp{off}.
address@hidden -D[LEVEL]
address@hidden --debug=[LEVEL]
address@hidden address@hidden
address@hidden address@hidden
address@hidden -D
address@hidden --debug
Set the debugging level. The argument is a comma separated list of
-the categories: @samp{options}, @samp{report}, @samp{netdata},
+these categories: @samp{options}, @samp{report}, @samp{netdata},
@samp{ptydata}, and @samp{auth}. All these may be used in the form
@samp{name[=level]}. Omission of @samp{level} implies the maximal
possible debugging for that particular category.
@@ -3689,30 +3730,42 @@ complete traffic.
The outcome is the file @file{/tmp/telnet.debug}, to which
data is incrementally added as time passes.
address@hidden -E STRING
address@hidden --exec-login=STRING
address@hidden -E @var{string}
address@hidden address@hidden
address@hidden -E
address@hidden --exec-login
Set program to be executed instead of @command{/bin/login}.
@item -h
@itemx --no-hostinfo
address@hidden -h
address@hidden --no-hostinfo
Do not print host information before login has been completed.
address@hidden -l[MODE]
address@hidden --linemode=[MODE]
-Set line mode. An empty argument will force line mode at all times.
address@hidden address@hidden
address@hidden address@hidden
address@hidden -l
address@hidden --linemode
+Set line mode. An empty argument will force line read mode at all times.
The only recognised value is otherwise @samp{nokludge}.
@item -n
@itemx --no-keepalive
address@hidden -n
address@hidden --no-keepalive
Disable TCP keep-alives.
@item -U
@itemx --reverse-lookup
address@hidden -U
address@hidden --reverse-lookup
Refuse connections from addresses that cannot be mapped back into a
symbolic name.
address@hidden -X AUTHTYPE
address@hidden --disable-auth-type=AUTHTYPE
address@hidden -X @var{authtype}
address@hidden address@hidden
address@hidden -X
address@hidden --disable-auth-type
Disable the use of the given authentication type.
Use this option multiple times if more than one type
is to be disabled. Standard choices are @samp{null},
-----------------------------------------------------------------------
Summary of changes:
doc/inetutils.texi | 105 +++++++++++++++++++++++++++++++++++++++-------------
1 files changed, 79 insertions(+), 26 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-144-g4d2aaa9,
Mats Erik Andersson <=