From f84d077e075d7e976be9d2334bf0f68e83cb95a5 Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 6 Apr 2008 02:53:21 +0000 Subject: Document the new API's, move a bunch of information about libpcap concepts to the pcap(3PCAP) man page, refer people to the pcap(3PCAP) man page from the man pages for libpcap functions, and clean up some errors. --- pcap_dump_file.3pcap | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pcap_dump_file.3pcap') diff --git a/pcap_dump_file.3pcap b/pcap_dump_file.3pcap index 900db12..9e51a2a 100644 --- a/pcap_dump_file.3pcap +++ b/pcap_dump_file.3pcap @@ -1,4 +1,4 @@ -.\" @(#) $Header: /tcpdump/master/libpcap/pcap_dump_file.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $ +.\" @(#) $Header: /tcpdump/master/libpcap/pcap_dump_file.3pcap,v 1.3 2008-04-06 02:53:21 guy Exp $ .\" .\" Copyright (c) 1994, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -19,7 +19,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_DUMP_FILE 3PCAP "4 April 2008" +.TH PCAP_DUMP_FILE 3PCAP "5 April 2008" .SH NAME pcap_dump_file \- get the standard I/O stream for a savefile being written .SH SYNOPSIS @@ -36,3 +36,5 @@ FILE *pcap_dump_file(pcap_dumper_t *p); .B pcap_dump_file() returns the standard I/O stream of the ``savefile'' opened by .BR pcap_dump_open() . +.SH SEE ALSO +pcap(3PCAP) -- cgit v1.2.3