]> The Tcpdump Group git mirrors - libpcap/commitdiff
Remove commas from clauses in a comma-separated list.
authorGuy Harris <[email protected]>
Fri, 7 Feb 2014 00:06:10 +0000 (16:06 -0800)
committerGuy Harris <[email protected]>
Fri, 7 Feb 2014 00:06:10 +0000 (16:06 -0800)
The list of return values is a comma-separated list; if the descriptions
in that list themselves have commas, it can perhaps be confusing - does
the list item end with the comma in the description or in the comma at
the end of the description?  (The correct answer is the latter.)

pcap_next_ex.3pcap

index 02efe63c94c44e40c0c8664a67314179837732cb..5fa83b4bcef7f654cfb25b7b0aa3741f4759b94b 100644 (file)
@@ -113,9 +113,9 @@ for Ethernet.
 .SH RETURN VALUE
 .B pcap_next_ex()
 returns 1 if the packet was read without problems, 0
-if packets are being read from a live capture, and the timeout expired,
+if packets are being read from a live capture and the timeout expired,
 \-1 if an error occurred while reading the packet, and \-2 if
-packets are being read from a ``savefile'', and there are no more
+packets are being read from a ``savefile'' and there are no more
 packets to read from the savefile.
 If \-1 is returned,
 .B pcap_geterr()