aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-14 00:46:29 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-14 00:46:29 +0000
commitece7cd6e337f03468fc8c2356ac941cf41938462 (patch)
tree578c01c56f155f5c3778ab3722fa95dd0a541a8d /doc
parent488f6395f1915d0dc7c5700d58a54535e80ca0ad (diff)
In the section on WIRESHARK_ABORT_ON_DISSECTOR_BUG, give the name of the
program the man page describes, and give a bit more detail. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32458 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/rawshark.pod13
-rw-r--r--doc/tshark.pod13
-rw-r--r--doc/wireshark.pod.template13
3 files changed, 24 insertions, 15 deletions
diff --git a/doc/rawshark.pod b/doc/rawshark.pod
index dcf7e52e29..c97dcb4f1d 100644
--- a/doc/rawshark.pod
+++ b/doc/rawshark.pod
@@ -430,11 +430,14 @@ less likely.
=item WIRESHARK_ABORT_ON_DISSECTOR_BUG
-If this environment variable is set, Wireshark will call abort(3) when a
-dissector bug is encountered. abort(3) will cause the program to exit and
-will, on some OS and assuming your environment is configured correctly,
-generate a core file. This can be useful to developers attempting to
-troubleshoot a problem with a protocol dissector.
+If this environment variable is set, B<Rawshark> will call abort(3)
+when a dissector bug is encountered. abort(3) will cause the program to
+exit abnormally; if you are running B<Rawshark> in a debugger, it
+should halt in the debugger and allow inspection of the process, and, if
+you are not running it in a debugger, it will, on some OSes, assuming
+your environment is configured correctly, generate a core dump file.
+This can be useful to developers attempting to troubleshoot a problem
+with a protocol dissector.
=back
diff --git a/doc/tshark.pod b/doc/tshark.pod
index dbab99c300..df326a14c6 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1082,11 +1082,14 @@ less likely.
=item WIRESHARK_ABORT_ON_DISSECTOR_BUG
-If this environment variable is set, Wireshark will call abort(3) when a
-dissector bug is encountered. abort(3) will cause the program to exit and
-will, on some OS and assuming your environment is configured correctly,
-generate a core file. This can be useful to developers attempting to
-troubleshoot a problem with a protocol dissector.
+If this environment variable is set, B<TShark> will call abort(3)
+when a dissector bug is encountered. abort(3) will cause the program to
+exit abnormally; if you are running B<TShark> in a debugger, it
+should halt in the debugger and allow inspection of the process, and, if
+you are not running it in a debugger, it will, on some OSes, assuming
+your environment is configured correctly, generate a core dump file.
+This can be useful to developers attempting to troubleshoot a problem
+with a protocol dissector.
=back
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index d7411a4594..422f8349e4 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -2649,11 +2649,14 @@ less likely.
=item WIRESHARK_ABORT_ON_DISSECTOR_BUG
-If this environment variable is set, Wireshark will call abort(3) when a
-dissector bug is encountered. abort(3) will cause the program to exit and
-will, on some OS and assuming your environment is configured correctly,
-generate a core file. This can be useful to developers attempting to
-troubleshoot a problem with a protocol dissector.
+If this environment variable is set, B<Wireshark> will call abort(3)
+when a dissector bug is encountered. abort(3) will cause the program to
+exit abnormally; if you are running B<Wireshark> in a debugger, it
+should halt in the debugger and allow inspection of the process, and, if
+you are not running it in a debugger, it will, on some OSes, assuming
+your environment is configured correctly, generate a core dump file.
+This can be useful to developers attempting to troubleshoot a problem
+with a protocol dissector.
=back