summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-10 08:27:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-20 08:33:08 +0100
commite6405ea0cb3232e15f281c095d805d44c4739cc1 (patch)
tree195f1b50b836eb5118519cee08296030498acb9e /libbsd.txt
parentAdd rtems_mdns_gethostname() (diff)
downloadrtems-libbsd-e6405ea0cb3232e15f281c095d805d44c4739cc1.tar.bz2
HOSTNAME(1): Add -m flag
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.