| 1.2 |
| 27-Feb-2011 |
plunky | since the mDNSResponder daemon is installed as mdnsd, there is some confusion in the manpage. Not to mention the examples including commands that don't exist on NetBSD (killall, sudo), so do a bit of cleanup (and don't copy from dist, just keep it here)
mDNSResponder -> mdnsd mdnsd -> mDNSResponder mDNS -> dns-sd killall -> pkill % sudo -> # syslog(8) -> syslogd(8) example for syslog -> /dev/null Xr for pkill, syslogd, dns-sd
|