diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-12-06 02:50:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-12-06 02:50:47 +0000 |
commit | 6ea9ffacd6332c98e70121078512e7dbfccc7c2d (patch) | |
tree | 98deb30d5fe456a7d520f5f20f2466525b56c28b | |
parent | 5a9c7a09dc542fdda3d3a86ed01e350cd6ba855e (diff) |
A FILE * is not a file name, dammit.
-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 0d83410a332..c2b4565c8f6 100644 --- a/lib/libpcap/pcap.3 +++ b/lib/libpcap/pcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcap.3,v 1.20 2000/04/27 14:24:19 itojun Exp $ +.\" $OpenBSD: pcap.3,v 1.21 2001/12/06 02:50:46 millert Exp $ .\" .\" Copyright (c) 1994, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -297,7 +297,7 @@ returns the major number of the version of the pcap used to write the savefile. returns the minor number of the version of the pcap used to write the savefile. .Pp .Fn pcap_file -returns the name of the savefile. +returns the stream associated with the savefile. .Pp .Fn pcap_stats returns 0 and fills in a |