summaryrefslogtreecommitdiff
path: root/lib/libpcap/pcap.3
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-05 17:41:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-05 17:41:50 +0000
commit2503091ae21f05c1ed9dc130107f49a6eb23cdfe (patch)
treebd9553a20963df88f2755602f595df356d1b5d82 /lib/libpcap/pcap.3
parent1098170b234f3b63f3e1251e8c3d15ae65ba129d (diff)
more man page repairs; aaron@ug.cs.dal.ca
Diffstat (limited to 'lib/libpcap/pcap.3')
-rw-r--r--lib/libpcap/pcap.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libpcap/pcap.3 b/lib/libpcap/pcap.3
index c2a5ecc3c9b..31f1e7d3d2d 100644
--- a/lib/libpcap/pcap.3
+++ b/lib/libpcap/pcap.3
@@ -125,7 +125,7 @@ the same format as those used by
.B tcpdump(8) .
.\" and
.\" .BR tcpslice(1) .
-The name "-" in a synonym for
+The name "-" is a synonym for
.BR stdin .
.I ebuf
is used to return error text and is only set when
@@ -134,7 +134,7 @@ fails and returns
.BR NULL .
.PP
.B pcap_dump_open()
-is called to open a ``savefile'' for writing. The name "-" in a synonym
+is called to open a ``savefile'' for writing. The name "-" is a synonym
for
.BR stdin .
.B NULL
@@ -163,7 +163,7 @@ If there is an error,
.B NULL
is returned and
.I errbuf
-is filled in with with an appropriate error message.
+is filled in with an appropriate error message.
.PP
.B pcap_lookupnet()
is used to determine the network number and mask
@@ -225,7 +225,7 @@ to inject a raw packet through the network interface.
.PP
.B pcap_immediate()
sets ``immediate'' mode.
-If this isn't supported by the under lying packet capture, -1 is
+If this isn't supported by the underlying packet capture, -1 is
returned and the error text can be obtained with
.B pcap_perror()
or
@@ -297,7 +297,7 @@ returns the name of the ``savefile.''
.B int pcap_stats()
returns 0 and fills in a
.B pcap_stat
-struct with packet statistics. If there is an error or the under lying
+struct with packet statistics. 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
.B pcap_perror()