diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-08 12:47:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-08 12:47:29 +0000 |
commit | e18b5a51479eb95213a9d80dc465640cea354adb (patch) | |
tree | 241c1c5261ef873c02ae5a2fb97087c3d4763580 /usr.sbin | |
parent | 40b6e255289a891f15f86d47836b1c09d8ac1c85 (diff) |
proto is `ip6', not `ipv6';
initial report from robert hansen;
confirmed by otto@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 8998e3cb0ae..7a8019c5805 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.55 2005/03/06 21:23:11 jmc Exp $ +.\" $OpenBSD: tcpdump.8,v 1.56 2005/07/08 12:47:28 jmc Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -340,7 +340,7 @@ Possible protocols are: .Cm igmp , .Cm igrp , .Cm ip , -.Cm ipv6 , +.Cm ip6 , .Cm lat , .Cm mopdl , .Cm moprc , @@ -696,7 +696,7 @@ and .It Xo .Cm atalk , .Cm ip , -.Cm ipv6 , +.Cm ip6 , .Cm arp , .Cm decnet , .Cm lat , |