summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-24 22:57:53 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-24 22:57:53 -0500
commit2ebe90dd230ae1e94889554498bea2ae22df1888 (patch)
treea24388dfd3d9fe617c64b5e11d056f6d7b301fc9
parent3743d9feaae50465f0b08ae8a30cad1de2110c9b (diff)
downloadshimmy-2ebe90dd230ae1e94889554498bea2ae22df1888.tar.gz
shimmy-2ebe90dd230ae1e94889554498bea2ae22df1888.tar.bz2
shimmy-2ebe90dd230ae1e94889554498bea2ae22df1888.tar.xz
shimmy-2ebe90dd230ae1e94889554498bea2ae22df1888.zip
README: Add hostname(1) section
-rw-r--r--README.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index b45fb59..601b124 100644
--- a/README.rst
+++ b/README.rst
@@ -80,6 +80,20 @@ issue with strict POSIX® conformance.
* NetBSD does not recognise _-prefixed POSIX2 variables.
+hostname(1)
+```````````
+
+The hostname(1) utility returns the current host and/or domain name for the
+presently running operating environment. It additionally allows a superuser
+to set the host and/or domain name.
+
+This utility is not present in POSIX®, but is needed for setting the host
+name on Adélie system startup, and is generally useful.
+
+This implementation has been tested on Linux and Darwin. It has most of the
+Linux net-tools short flags, but does not presently support long flags.
+
+
localedef(1)
````````````