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_6-128-gd3701de


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_6-128-gd3701de
Date: Mon, 07 Dec 2009 11:24:12 +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  d3701de385d12090f2ca17749a58a201932468ef (commit)
      from  b68da88c4318500bb32a64da58221895be0feb94 (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=d3701de385d12090f2ca17749a58a201932468ef


commit d3701de385d12090f2ca17749a58a201932468ef
Author: Simon Josefsson <address@hidden>
Date:   Mon Dec 7 12:24:08 2009 +0100

    Add hostname documentation.

diff --git a/ChangeLog b/ChangeLog
index a6154e5..95cb20c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-12-07  Simon Josefsson  <address@hidden>
 
+       * doc/inetutils.texi (hostname invocation): Add section.
+
+2009-12-07  Simon Josefsson  <address@hidden>
+
        * configure.ac: Check for help2man.
        * configure.ac (AC_CONFIG_FILES): Add man/Makefile.
        * Makefile.am (SUBDIRS): Add man directory.
diff --git a/doc/inetutils.texi b/doc/inetutils.texi
index 0cc0d98..554e111 100644
--- a/doc/inetutils.texi
+++ b/doc/inetutils.texi
@@ -30,6 +30,7 @@
 @direntry
 * ftp: (inetutils)ftp invocation.                 FTP client.
 * ftpd: (inetutils)ftpd invocation.               FTP Daemon.
+* hostname: (inetutils)hostname invocation.       Show or set system host name.
 * inetd: (inetutils)inetd invocation.             Interner super-server.
 * logger: (inetutils)logger invocation.           Send messages to the system 
log.
 * ping: (inetutils)ping invocation.               Packets to network hosts.
@@ -96,6 +97,7 @@ Documentation License''.
 
 Diagnostic programs
 
+* hostname invocation::                Show or set system host name.
 * logger invocation::                  Send messages to system log.
 * ping invocation::                    Packets to network hosts.
 * traceroute invocation::              Trace the route to a host.
@@ -211,6 +213,65 @@ Failure is indicated by a nonzero value---typically 
@samp{1}, though
 it may differ on unusual platforms as @acronym{POSIX} requires only
 that it be nonzero.
 
address@hidden hostname invocation
address@hidden @command{hostname}: Show or set system host name.
address@hidden hostname
+
address@hidden is a program to show or set the name of host
+system.
+
address@hidden
+logger address@hidden@dots{}] address@hidden
address@hidden example
+
address@hidden @option
address@hidden -a
address@hidden --aliases
address@hidden -a
address@hidden --aliases
+Get alias names.
+
address@hidden -d
address@hidden --domain
address@hidden -d
address@hidden --domain
+Get DNS domain name.
+
address@hidden -f
address@hidden --fqdn
address@hidden --long
address@hidden -f
address@hidden --fqdn
address@hidden --long
+Get DNS host name or Fully Qualified Domain Name.
+
address@hidden -F
address@hidden --file
address@hidden -F
address@hidden --file
+Set host name or NIS domain name from FILE.
+
address@hidden -i
address@hidden --ip-addresses
address@hidden -i
address@hidden --ip-addresses
+Get addresses for the host name.
+
address@hidden -s
address@hidden --short
address@hidden -s
address@hidden --short
+Get short host name.
+
address@hidden -y
address@hidden --yp
address@hidden --nis
address@hidden -y
address@hidden --yp
address@hidden --nis
+Get NIS/YP domain name.
address@hidden table
+
 @node logger invocation
 @chapter @command{logger}: Send messages to system log
 @cindex logger

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    4 +++
 doc/inetutils.texi |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 




reply via email to

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