diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-26 13:14:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-26 13:14:24 +0000 |
commit | c5d43850128dcf87e1a680f4507b825692265a58 (patch) | |
tree | 01771921851a8ee4c4b0cb6a895e1fbff5576162 /sbin | |
parent | cc9fe0fc2919aac77124adf321e1e01160f3c30e (diff) |
re-integrate a grammar fix
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ping6/ping6.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index 6bfadcfba55..6bb9dbf4729 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping6.8,v 1.22 2002/05/26 13:02:17 itojun Exp $ +.\" $OpenBSD: ping6.8,v 1.23 2002/05/26 13:14:23 deraadt Exp $ .\" $KAME: ping6.8,v 1.56 2002/05/26 12:07:51 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -244,7 +244,7 @@ The option is meaningful only if the target is a neighbor. .It Fl S Ar sourceaddr Specifies the source address of request packets. -The source address must be one of unicast addresses of the sending node, +The source address must be one of the unicast addresses of the sending node, and must be numeric. .It Fl s Ar packetsize Specifies the number of data bytes to be sent. |