commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_2-59-g3e7df6


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_2-59-g3e7df6e
Date: Mon, 30 Mar 2015 21:00:35 +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  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 <address@hidden>
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  <address@hidden>
 
+       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  <address@hidden>
+
        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  <address@hidden>
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.
 
address@hidden dnsdomainname invocation
address@hidden @command{dnsdomainname}: Show DNS domain name
address@hidden dnsdomainname
+
address@hidden 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
address@hidden
+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 address@hidden(@code{.}) of the official name.
+
address@hidden
+Synopsis:
+
address@hidden
+dnsdomainname address@hidden@dots{}]
address@hidden example
+
address@hidden
+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
 
address@hidden dnsdomainname invocation
address@hidden @command{dnsdomainname}: Show DNS domain name
address@hidden dnsdomainname
-
address@hidden 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
address@hidden
-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 address@hidden(@code{.}) of the official name.
-
address@hidden
-Synopsis:
-
address@hidden
-dnsdomainname address@hidden@dots{}]
address@hidden example
-
address@hidden
-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{"}.
 
address@hidden Ftp environment
address@hidden Environment variables in use
+
address@hidden accesses the following environment variables.
+
address@hidden @env
address@hidden HOME
+Used for locating a @file{.netrc} file, if one exists.
+
address@hidden NETRC
+Alternate location of the @file{.netrc} file,
+taking precedence over the standard location.
+
address@hidden SHELL
+For determining the default shell interpreter.
address@hidden 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
 
address@hidden Ftp environment
address@hidden Environment variables in use
-
address@hidden accesses the following environment variables.
-
address@hidden @env
address@hidden HOME
-Used for locating a @file{.netrc} file, if one exists.
-
address@hidden NETRC
-Alternate location of the @file{.netrc} file,
-taking precedence over the standard location.
-
address@hidden SHELL
-For determining the default shell interpreter.
address@hidden 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 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]