summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcap-filter.manmisc.in14
-rw-r--r--pcap-tstamp.manmisc.in2
-rw-r--r--pcap_datalink_name_to_val.3pcap2
-rw-r--r--pcap_dump_close.3pcap2
-rw-r--r--pcap_dump_open.3pcap.in2
-rw-r--r--rpcapd/rpcapd-config.manfile.in4
6 files changed, 13 insertions, 13 deletions
diff --git a/pcap-filter.manmisc.in b/pcap-filter.manmisc.in
index 73ed36d7..60c051cd 100644
--- a/pcap-filter.manmisc.in
+++ b/pcap-filter.manmisc.in
@@ -368,7 +368,7 @@ Note these identifiers are also keywords
and must be escaped via backslash (\\).
.IP
[In the case of FDDI (e.g., `\fBfddi proto arp\fR'), Token Ring
-(e.g., `\fBtr proto arp\fR'), and IEEE 802.11 wireless LANS (e.g.,
+(e.g., `\fBtr proto arp\fR'), and IEEE 802.11 wireless LANs (e.g.,
`\fBwlan proto arp\fR'), for most of those protocols, the
protocol identification comes from the 802.2 Logical Link Control (LLC)
header, which is usually layered on top of the FDDI, Token Ring, or
@@ -435,17 +435,17 @@ Note that not all applications using
.BR pcap (3PCAP)
currently know how to parse these protocols.
.IP "\fBdecnet src \fIhost\fR"
-True if the DECNET source address is
+True if the DECnet source address is
.IR host ,
-which may be an address of the form ``10.123'', or a DECNET host
+which may be an address of the form ``10.123'', or a DECnet host
name.
-[DECNET host name support is only available on ULTRIX systems
-that are configured to run DECNET.]
+[DECnet host name support is only available on ULTRIX systems
+that are configured to run DECnet.]
.IP "\fBdecnet dst \fIhost\fR"
-True if the DECNET destination address is
+True if the DECnet destination address is
.IR host .
.IP "\fBdecnet host \fIhost\fR"
-True if either the DECNET source or destination address is
+True if either the DECnet source or destination address is
.IR host .
.IP \fBllc\fP
True if the packet has an 802.2 LLC header. This includes:
diff --git a/pcap-tstamp.manmisc.in b/pcap-tstamp.manmisc.in
index ed55c274..eea8c1d2 100644
--- a/pcap-tstamp.manmisc.in
+++ b/pcap-tstamp.manmisc.in
@@ -67,7 +67,7 @@ portion
of the time stamp might not be incremented for a leap second, so that
the fraction-of-a-second part of the time stamp might roll over past
zero but the second part would not change, or the clock might run
-slightly more slowly for a pariod before the leap second.
+slightly more slowly for a period before the leap second.
.LP
For these reasons, time differences between packet time stamps will not
necessarily accurately reflect the time differences between the receipt
diff --git a/pcap_datalink_name_to_val.3pcap b/pcap_datalink_name_to_val.3pcap
index 9d4ef134..d2cb1031 100644
--- a/pcap_datalink_name_to_val.3pcap
+++ b/pcap_datalink_name_to_val.3pcap
@@ -44,6 +44,6 @@ translation is case-insensitive.
returns the type value on success and
.B PCAP_ERROR
if the name is not a known
-type name..
+type name.
.SH SEE ALSO
.BR pcap (3PCAP)
diff --git a/pcap_dump_close.3pcap b/pcap_dump_close.3pcap
index 02987966..a62eb34d 100644
--- a/pcap_dump_close.3pcap
+++ b/pcap_dump_close.3pcap
@@ -1,4 +1,4 @@
-..\" Copyright (c) 1994, 1996, 1997
+.\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/pcap_dump_open.3pcap.in b/pcap_dump_open.3pcap.in
index a56e2965..fddecb8d 100644
--- a/pcap_dump_open.3pcap.in
+++ b/pcap_dump_open.3pcap.in
@@ -54,7 +54,7 @@ is called to write data to an existing open stream
.IR fp ;
this stream will be closed by a subsequent call to
.BR pcap_dump_close (3PCAP).
-The stream is assumped to be at the beginning of a file that has been
+The stream is assumed to be at the beginning of a file that has been
newly created or truncated, so that writes will start at the beginning
of the file.
Note that on Windows, that stream should be opened in binary mode.
diff --git a/rpcapd/rpcapd-config.manfile.in b/rpcapd/rpcapd-config.manfile.in
index 67a0d9e1..267b48e5 100644
--- a/rpcapd/rpcapd-config.manfile.in
+++ b/rpcapd/rpcapd-config.manfile.in
@@ -42,7 +42,7 @@ are:
.TP
.B ActiveClient
.I value
-is a host name or IP addresse, followed by a comma,
+is a host name or IP address, followed by a comma,
semicolon, or space, followed by a port name and address or
.BR DEFAULT .
.B DEFAULT
@@ -54,7 +54,7 @@ should connect in active mode.
.TP
.B PassiveClient
.I value
-is a host name or IP addresse, followed by a comma,
+is a host name or IP address, followed by a comma,
semicolon, or space, followed by a port name and address or
.BR DEFAULT .
.B DEFAULT