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 <[email protected]>
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 [@var{OPTION}...] [@var{HOST} [@var{PORT}]]
 @table @option
 @item -4
 @itemx --ipv4
+@opindex -4
+@opindex --ipv4
 Use only IPv4.
 
 @item -6
 @itemx --ipv6
+@opindex -6
+@opindex --ipv6
 Use only IPv6.
 
 @item -8
 @itemx --binary
+@opindex -8
+@opindex --binary
 Use an 8-bit data path.
 
 @item -a
 @itemx --login
+@opindex -a
+@opindex --login
 Attempt automatic login.
 
 @item -c
 @itemx --no-rc
+@opindex -c
+@opindex --no-rc
 Do not read the user's file @file{$HOME/.telnetrc}.
 
 @item -d
 @itemx --debug
-Turn on debugging.
+@opindex -d
+@opindex --debug
+Turn on socket level debugging.
 
-@item -e CHAR
-@itemx --escape=CHAR
-Use CHAR as escape character.
+@item -e @var{char}
+@itemx --escape=@var{char}
+@opindex -e
+@opindex --escape
+Use @var{char} as escape character.
 
 @item -E
 @itemx --no-escape
-Use no escape character.
+@opindex -E
+@opindex --no-escape
+Do not use an escape character.
+
+@item -k @var{realm}
+@itemx --realm=@var{realm}
+@opindex -k
+@opindex --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
+@opindex -K
+@opindex --no-login
 Do not automatically login to the remote system.
 
-@item -l USER
-@itemx --user=USER
-Attempt automatic login as USER.
+@item -l @var{user}
+@itemx --user=@var{user}
+@opindex -l
+@opindex --user
+Attempt automatic login as @var{user}.
 
 @item -L
 @itemx --binary-output
+@opindex -L
+@opindex --binary-output
 Use an 8-bit data path for output only.
 
-@item -n FILE
-@itemx --trace=FILE
-Record trace information into FILE.
+@item -n @var{file}
+@itemx --trace=@var{file}
+@opindex -n
+@opindex --trace
+Record trace information into @var{file}.
 
 @item -r
 @itemx --rlogin
+@opindex -r
+@opindex --rlogin
 Display a user-interface similar to that of @command{rlogin}.
 
 @item -x
 @itemx --encrypt
+@opindex -x
+@opindex --encrypt
 If possible, encrypt the data stream.
 
-@item -X ATYPE
-@itemx --disable-auth=ATYPE
-Disable authentication of type ATYPE.
+@item -X @var{atype}
+@itemx --disable-auth=@var{atype}
+@opindex -X
+@opindex --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 [@var{option}]@dots{}
 @end example
 
 @table @option
-@item -a AUTHMODE
-@itemx --authmode=AUTHMODE
+@item -a @var{authmode}
+@itemx --authmode=@var{authmode}
+@opindex -a
+@opindex --authmode
 Specify what mode to use for authentication.  Allowed values are:
 @samp{none}, @samp{other}, @samp{user}, @samp{valid}, and @samp{off}.
 
-@item -D[LEVEL]
-@itemx --debug=[LEVEL]
+@item -D[@var{list}]
+@itemx --debug=[@var{list}]
+@opindex -D
+@opindex --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.
 
-@item -E STRING
-@itemx --exec-login=STRING
+@item -E @var{string}
+@itemx --exec-login=@var{string}
+@opindex -E
+@opindex --exec-login
 Set program to be executed instead of @command{/bin/login}.
 
 @item -h
 @itemx --no-hostinfo
+@opindex -h
+@opindex --no-hostinfo
 Do not print host information before login has been completed.
 
-@item -l[MODE]
-@itemx --linemode=[MODE]
-Set line mode.  An empty argument will force line mode at all times.
+@item -l[@var{mode}]
+@itemx --linemode=[@var{mode}]
+@opindex -l
+@opindex --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
+@opindex -n
+@opindex --no-keepalive
 Disable TCP keep-alives.
 
 @item -U
 @itemx --reverse-lookup
+@opindex -U
+@opindex --reverse-lookup
 Refuse connections from addresses that cannot be mapped back into a
 symbolic name.
 
-@item -X AUTHTYPE
-@itemx --disable-auth-type=AUTHTYPE
+@item -X @var{authtype}
+@itemx --disable-auth-type=@var{authtype}
+@opindex -X
+@opindex --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 

_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to