diff options
author | ume <ume@FreeBSD.org> | 2001-06-29 20:51:00 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2001-06-29 20:51:00 +0000 |
commit | c64f5cc5a8f28bace635ca1f9475219915d81cd1 (patch) | |
tree | 5d21b102985b1da5834156c154e9222a0eee9258 /sbin/ping6 | |
parent | 991fa83f02b9fdaad51c26dc8dbaa08d3ef51635 (diff) | |
download | FreeBSD-src-c64f5cc5a8f28bace635ca1f9475219915d81cd1.zip FreeBSD-src-c64f5cc5a8f28bace635ca1f9475219915d81cd1.tar.gz |
- fixed typo
- a wording improvement in BUGS (ping vs ping6 issue)
Obtained from: KAME
MFC after: 1 week
Diffstat (limited to 'sbin/ping6')
-rw-r--r-- | sbin/ping6/ping6.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index f543102..6f3eb65 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -1,4 +1,4 @@ -.\" $KAME: ping6.8,v 1.39 2001/04/04 00:08:34 itojun Exp $ +.\" $KAME: ping6.8,v 1.43 2001/06/28 06:54:29 suz Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -110,7 +110,7 @@ must be a string constructed of the following characters. .Bl -tag -width Ds -compact .It Ic a requests all the responder's unicast addresses. -If the charater is ommited, +If the character is omitted, only those addresses which belong to the interface which has the responder's address are requests. .It Ic c @@ -450,8 +450,8 @@ ping command for both IPv4 and IPv6. The followings are an answer to the request. .Pp From a developer's point of view: -since the underling API is totally different between IPv4 and IPv6, -we would end up having two types of code base. +since the underling raw sockets API is totally different between IPv4 +and IPv6, we would end up having two types of code base. There would actually be less benefit to uniform the two commands into a single command from the developer's standpoint. .Pp |