diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-01 16:23:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-01 16:23:45 +0000 |
commit | 0f508a97e19084dd654cdd084dedcb3b9c9835f2 (patch) | |
tree | c82d2363fbd38d0b60f95dcb452ed5623f4c059b /lib | |
parent | 8e7e01eca971fdbc047386ab33bb63fa0d257a25 (diff) |
under lying -> underlying
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpcap/pcap.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/pcap.3 b/lib/libpcap/pcap.3 index 8ae36a94aaa..52d20506d43 100644 --- a/lib/libpcap/pcap.3 +++ b/lib/libpcap/pcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcap.3,v 1.23 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: pcap.3,v 1.24 2002/05/01 16:23:44 millert Exp $ .\" .\" Copyright (c) 1994, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -321,7 +321,7 @@ returns 0 and fills in a struct. The values represent packet statistics from the start of the run to the time of the call. -If there is an error or the under lying +If there is an error or the underlying packet capture doesn't support packet statistics, \-1 is returned and the error text can be obtained with .Fn pcap_perror |