]> The Tcpdump Group git mirrors - libpcap/commitdiff
Note that file version numbers are file-type-dependent.
authorGuy Harris <[email protected]>
Wed, 21 Dec 2011 21:53:57 +0000 (13:53 -0800)
committerGuy Harris <[email protected]>
Wed, 21 Dec 2011 21:53:57 +0000 (13:53 -0800)
Also put "savefile" in the usual quotes.

pcap_major_version.3pcap

index 6f9c8ae705d7166311394bc57ca355ce1902dae5..31903dcfd030b725321c972bedaf247e0972218b 100644 (file)
@@ -36,12 +36,14 @@ int pcap_minor_version(pcap_t *p);
 .SH DESCRIPTION
 If
 .I p
-refers to a savefile,
+refers to a ``savefile'',
 .B pcap_major_version()
-returns the major number of the file format of the savefile and
+returns the major number of the file format of the ``savefile'' and
 .B pcap_minor_version()
-returns the minor number of the file format of the savefile.  The
-version number is stored in the header of the savefile.
+returns the minor number of the file format of the ``savefile''.  The
+version number is stored in the ``savefile''; note that the meaning of
+its values depends on the type of ``savefile'' (for example, pcap or
+pcap-NG).
 .PP
 If
 .I p