summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/libbsd.txt b/libbsd.txt
index 96173e88..c60bd2a0 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -285,6 +285,15 @@ Make sure that the interface flag IFF_UP and the interface driver flag
IFF_DRV_RUNNING is set in case the link is up, otherwise ether_output() will
return the error status ENETDOWN.
+== Shell Commands
+
+=== HOSTNAME(1)
+
+In addition to the standard options the RTEMS version of the HOSTNAME(1)
+command supports the -m flag to set/get the multicast hostname of the
+mDNS resolver instance. See also rtems_mdns_sethostname() and
+rtems_mdns_gethostname().
+
== Issues and TODO
* Per-CPU data should be enabled once the new stack is ready for SMP.