aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-10-01 07:14:03 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-10-01 07:14:03 +0000
commitf89635883fe7d0967ef0fb14ab3396d2682db1c1 (patch)
tree213b79991d5c4fec4d1a97887688fb86f1e82b75 /doc
parent8b7686e9b880cce78a1c8ea0a27c4e1764556c70 (diff)
The -B option is no longer only available in Win32: remove the Win32
restriction from the Synopsis. This is the man page for Wireshark, not Tshark (fix a cut-n-pasteo). svn path=/trunk/; revision=45229
Diffstat (limited to 'doc')
-rw-r--r--doc/wireshark.pod.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index 8a0dfd23c3..fe49e32eef 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -8,7 +8,7 @@ wireshark - Interactively dump and analyze network traffic
B<wireshark>
S<[ B<-a> E<lt>capture autostop conditionE<gt> ] ...>
S<[ B<-b> E<lt>capture ring buffer optionE<gt> ] ...>
-S<[ B<-B> E<lt>capture buffer size (Win32 only)E<gt> ] >
+S<[ B<-B> E<lt>capture buffer sizeE<gt> ] >
S<[ B<-c> E<lt>capture packet countE<gt> ]>
S<[ B<-C> E<lt>configuration profileE<gt> ]>
S<[ B<-d> E<lt>display filterE<gt> ]>
@@ -270,7 +270,7 @@ of size one megabyte.
Set capture buffer size (in MB, default is 1MB). This is used by the
the capture driver to buffer packet data until that data can be written
to disk. If you encounter packet drops while capturing, try to increase
-this size. Note that, while B<Tshark> attempts to set the buffer size
+this size. Note that, while B<Wireshark> attempts to set the buffer size
to 1MB by default, and can be told to set it to a larger value, the
system or interface on which you're capturing might silently limit the
capture buffer size to a lower value or raise it to a higher value.