diff options
| author | lukem <lukem@NetBSD.org> | 2000-11-07 06:43:24 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2000-11-07 06:43:24 +0000 |
| commit | 279552d3db7dbbd2034249fe9e94cfc152f162d6 (patch) | |
| tree | 602c62d1dbfaebd93db58c990211d0f1fec4fbb5 /usr.sbin/mld6query | |
| parent | 5929990d15578c1a6d535ccea04c6bab2f93a937 (diff) | |
fix up various .Nm abuses:
- keep the case consistent between the actual name and what's referenced.
e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence.
- remove unnecessary `.Nm foo' after the first occurrence (except for
using `.Nm ""' if there's stuff following, or for the 2nd and so on
occurrences in a SYNOPSIS
- use Sx, Ic, Li, Em, Sq, and Xr as appropriate
Diffstat (limited to 'usr.sbin/mld6query')
| -rw-r--r-- | usr.sbin/mld6query/mld6query.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mld6query/mld6query.8 b/usr.sbin/mld6query/mld6query.8 index 10751574057..4c4d19b15dd 100644 --- a/usr.sbin/mld6query/mld6query.8 +++ b/usr.sbin/mld6query/mld6query.8 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $NetBSD: mld6query.8,v 1.3 2000/09/04 07:37:21 kleink Exp $ +.\" $NetBSD: mld6query.8,v 1.4 2000/11/07 06:43:37 lukem Exp $ .\" KAME Id: mld6query.8,v 1.3 1999/08/20 10:00:06 itojun Exp .\" .Dd May 17, 1998 @@ -83,6 +83,6 @@ The .Nm command first appeared in WIDE/KAME IPv6 protocol stack kit. .Sh BUGS -.Nm Mld6query +.Nm does not take care of multicast addresses which have non link-local scope. |
