diff --git a/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8 b/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8 index 424b29ff4bab..a69ffd27cb85 100644 --- a/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8 +++ b/external/apache2/mDNSResponder/usr.sbin/mdnsd/mdnsd.8 @@ -1,15 +1,15 @@ -.\" $NetBSD: mdnsd.8,v 1.2 2011/02/27 13:05:38 plunky Exp $ -.\" +.\" $NetBSD: mdnsd.8,v 1.3 2011/02/27 14:01:42 wiz Exp $ +.\" .\" -*- tab-width: 4 -*- -.\" +.\" .\" Copyright (c) 2003-2004 Apple Computer, Inc. All Rights Reserved. -.\" +.\" .\" Licensed under the Apache License, Version 2.0 (the "License"); .\" you may not use this file except in compliance with the License. .\" You may obtain a copy of the License at -.\" +.\" .\" http://www.apache.org/licenses/LICENSE-2.0 -.\" +.\" .\" Unless required by applicable law or agreed to in writing, software .\" distributed under the License is distributed on an "AS IS" BASIS, .\" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -49,14 +49,14 @@ .\" .\" .\" -.Dd February 27, 2011 \" Date -.Dt mdnsd 8 \" Document Title -.Os Darwin \" Operating System +.Dd February 27, 2011 +.Dt MDNSD 8 +.Os .\" .Sh NAME .Nm mdnsd .Nd Multicast and Unicast DNS daemon \" Name Description for whatis database -.\" +.\" .Sh SYNOPSIS .Nm .\" @@ -65,9 +65,10 @@ (also known as .Nm mDNSResponder on some systems) -is a daemon invoked at boot time to implement Multicast DNS and DNS Service Discovery. On -Mac OS X 10.6 (Snow Leopard), -.Nm +is a daemon invoked at boot time to implement Multicast DNS and DNS Service Discovery. +On +Mac OS X 10.6 (Snow Leopard), +.Nm is also the system-wide Unicast DNS Resolver. .Pp .Nm @@ -77,17 +78,18 @@ When it receives a query for which it knows an answer, issues the appropriate Multicast DNS Reply packet. .Pp .Nm -also performs Unicast and Multicast DNS Queries on behalf of client processes, and +also performs Unicast and Multicast DNS Queries on behalf of client processes, and maintains a cache of the replies. .Pp .Nm has no user-specifiable command-line argument, and users should not run .Nm manually. -.Pp .Ss LOGGING -There are several methods with which to examine -.Nm Ns 's internal state for debugging and diagnostic purposes. The +There are several methods with which to examine +.Nm Ap s +internal state for debugging and diagnostic purposes. +The .Xr syslogd 8 logging levels map as follows: .Pp @@ -107,8 +109,8 @@ A SIGUSR2 signal toggles packet logging: .Pp .Dl # pkill -USR2 mdnsd .Pp -A SIGINFO signal will dump a snapshot summary of the internal state to -.Pa /var/log/system.log Ns : +A SIGINFO signal will dump a snapshot summary of the internal state to +.Pa /var/log/system.log : .Pp .Dl # pkill -INFO mdnsd .Sh FILES @@ -133,17 +135,20 @@ For the source code to .Nm , see .Pa http://developer.apple.com/darwin/projects/bonjour/ .\" -.Sh BUGS -.Nm -bugs are tracked in Apple Radar component "mDNSResponder". -.\" .Sh HISTORY The .Nm daemon first appeared in Mac OS X 10.2 (Jaguar). .Pp Also available from the Darwin open source repository -(though not officially supported by Apple) are +(though not officially supported by Apple) are .Nm daemons for other platforms, including Mac OS 9, Microsoft Windows, -Linux, FreeBSD, NetBSD, Solaris, and other POSIX systems. +Linux, +.Fx , +.Nx , +Solaris, and other POSIX systems. +.\" +.Sh BUGS +.Nm +bugs are tracked in Apple Radar component "mDNSResponder".