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 3e7df6ebd742dc50a31406c1cb5f872a0a9b1cc7 (commit)
from 768f222f617fe80e0fa55adb7c95b76fdfb074cd (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=3e7df6ebd742dc50a31406c1cb5f872a0a9b1cc7
commit 3e7df6ebd742dc50a31406c1cb5f872a0a9b1cc7
Author: Mats Erik Andersson <[email protected]>
Date: Mon Mar 30 22:50:03 2015 +0200
Texinfo: Slight reordering of nodes.
diff --git a/ChangeLog b/ChangeLog
index 0b2ccc7..f499500 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,25 @@
2015-03-30 Mats Erik Andersson <[email protected]>
+ Texinfo: Slight reordering of nodes.
+ This makes all chapters consistent in themselves.
+
+ * doc/inetutils.texi: Put direntry `dnsdomainname' first in
+ dircategory `Individual utilities', for alphabetic reasons.
+ Interchange nodes `dnsdomainname invocation' and `hostname
+ invocation' in response to that change.
+ (ftp invocation): In sub-menu, move `The .netrc file' to be
+ last entry in the list. Move the node `Ftp environment' from
+ last to third relative position in this chapter. Position
+ three comes from the ordering in the established sub-menu.
+
+2015-03-30 Mats Erik Andersson <[email protected]>
+
Texinfo: Improve typeset output.
* doc/inetutils.texi: Replace all @smallexample by @example.
- <inetd invocation>: Make the multi-line example two spaces
+ (inetd invocation): Make the multi-line example two spaces
narrower in order to fit into a rendered PDF page.
- <tftpd invocation>: Rephrase a sentence for easier line breaks,
+ (tftpd invocation): Rephrase a sentence for easier line breaks,
thus avoiding text extending into the right margin.
2015-03-21 Mats Erik Andersson <[email protected]>
diff --git a/doc/inetutils.texi b/doc/inetutils.texi
index a234556..12ad8b1 100644
--- a/doc/inetutils.texi
+++ b/doc/inetutils.texi
@@ -29,10 +29,10 @@
@dircategory Individual utilities
@direntry
+* dnsdomainname: (inetutils)dnsdomainname invocation. Show DNS domain
name.
* ftp: (inetutils)ftp invocation. FTP client.
* ftpd: (inetutils)ftpd invocation. FTP Daemon.
* hostname: (inetutils)hostname invocation. Show or set system host name.
-* dnsdomainname: (inetutils)dnsdomainname invocation. Show DNS domain
name.
* inetd: (inetutils)inetd invocation. Internet super-server.
* logger: (inetutils)logger invocation. Send messages to the system
log.
* ping: (inetutils)ping invocation. Packets to network hosts.
@@ -229,6 +229,31 @@ Failure is indicated by a nonzero value --- typically
@samp{1}, though
it may differ on unusual platforms, as POSIX requires only that it be
nonzero.
+@node dnsdomainname invocation
+@chapter @command{dnsdomainname}: Show DNS domain name
+@cindex dnsdomainname
+
+@command{dnsdomainname} is a program to show the domain part of the
+system's fully qualified domain name. For example, if the FQDN of the
+system is @code{name.example.org} the command will show
+@code{example.org}.
+The output is not necessarily related to the NIS/YP domain name.
+
+The tool uses gethostname to get the host name of the system and
+then getaddrinfo to resolve it into a canonical name.
+The domain part of the canonical name is shown, i.e., the part
+after the first period@tie{}(@code{.}) of the official name.
+
+@noindent
+Synopsis:
+
+@example
+dnsdomainname [@var{option}@dots{}]
+@end example
+
+@noindent
+There is no command specific option.
+
@node hostname invocation
@chapter @command{hostname}: Show or set system host name.
@cindex hostname
@@ -298,31 +323,6 @@ Get short host name.
Get NIS/YP domain name.
@end table
-@node dnsdomainname invocation
-@chapter @command{dnsdomainname}: Show DNS domain name
-@cindex dnsdomainname
-
-@command{dnsdomainname} is a program to show the domain part of the
-system's fully qualified domain name. For example, if the FQDN of the
-system is @code{name.example.org} the command will show
-@code{example.org}.
-The output is not necessarily related to the NIS/YP domain name.
-
-The tool uses gethostname to get the host name of the system and
-then getaddrinfo to resolve it into a canonical name.
-The domain part of the canonical name is shown, i.e., the part
-after the first period@tie{}(@code{.}) of the official name.
-
-@noindent
-Synopsis:
-
-@example
-dnsdomainname [@var{option}@dots{}]
-@end example
-
-@noindent
-There is no command specific option.
-
@node logger invocation
@chapter @command{logger}: Send messages to system log
@cindex logger
@@ -1352,10 +1352,10 @@ of operation.
* Ftp options::
* Ftp commands::
* Ftp environment::
-* The .netrc file::
* Aborting a file transfer::
* File naming conventions::
* File transfer parameters::
+* The .netrc file::
@end menu
@node Ftp options
@@ -1991,6 +1991,23 @@ transfer are reported. By default, verbose is on.
Command arguments which have embedded spaces may be inclosed within
citation characters @samp{"}.
+@node Ftp environment
+@section Environment variables in use
+
+@command{ftp} accesses the following environment variables.
+
+@table @env
+@item HOME
+Used for locating a @file{.netrc} file, if one exists.
+
+@item NETRC
+Alternate location of the @file{.netrc} file,
+taking precedence over the standard location.
+
+@item SHELL
+For determining the default shell interpreter.
+@end table
+
@node Aborting a file transfer
@section Aborting a file transfer
@@ -2144,23 +2161,6 @@ encountered. If a macro named init is defined, it is
automatically
executed as the last step in the auto-login process.
@end table
-@node Ftp environment
-@section Environment variables in use
-
-@command{ftp} accesses the following environment variables.
-
-@table @env
-@item HOME
-Used for locating a @file{.netrc} file, if one exists.
-
-@item NETRC
-Alternate location of the @file{.netrc} file,
-taking precedence over the standard location.
-
-@item SHELL
-For determining the default shell interpreter.
-@end table
-
@node tftp invocation
@chapter @command{tftp}: TFTP client
@cindex tftp
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 18 +++++++++-
doc/inetutils.texi | 88 ++++++++++++++++++++++++++--------------------------
2 files changed, 60 insertions(+), 46 deletions(-)
hooks/post-receive
--
GNU Inetutils
_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils