diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2012-03-19 02:04:47 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2012-03-19 02:04:47 +0000 |
commit | 406e66d3bf8f0d2457e5329d6df81a77091a0be3 (patch) | |
tree | 540e115ca70e6c68525fa6c113b7ee1cca46a357 /doc | |
parent | a94c84d34f3770037047e80d3fe1c047d3960016 (diff) | |
download | wireshark-406e66d3bf8f0d2457e5329d6df81a77091a0be3.tar.gz wireshark-406e66d3bf8f0d2457e5329d6df81a77091a0be3.tar.bz2 wireshark-406e66d3bf8f0d2457e5329d6df81a77091a0be3.zip |
Fix a typo or two
svn path=/trunk/; revision=41657
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rawshark.pod | 4 | ||||
-rw-r--r-- | doc/tshark.pod | 4 | ||||
-rw-r--r-- | doc/wireshark.pod.template | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/rawshark.pod b/doc/rawshark.pod index f96affdd3a..c20aceb0b5 100644 --- a/doc/rawshark.pod +++ b/doc/rawshark.pod @@ -483,9 +483,9 @@ auditing code. =item WIRESHARK_ABORT_ON_OUT_OF_MEMORY -This environment variable, if present, causes abort() to be called if certain +This environment variable, if present, causes abort(3) to be called if certain out-of-memory conditions (which normally result in an exception and an -explanatory error message)) are experienced. This can be useful to developers +explanatory error message) are experienced. This can be useful to developers debugging out-of-memory conditions. =back diff --git a/doc/tshark.pod b/doc/tshark.pod index 82e8bd630e..976449dafc 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -1579,9 +1579,9 @@ auditing code. =item WIRESHARK_ABORT_ON_OUT_OF_MEMORY -This environment variable, if present, causes abort() to be called if certain +This environment variable, if present, causes abort(3) to be called if certain out-of-memory conditions (which normally result in an exception and an -explanatory error message)) are experienced. This can be useful to developers +explanatory error message) are experienced. This can be useful to developers debugging out-of-memory conditions. =back diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template index 5d5224508a..39d41ee884 100644 --- a/doc/wireshark.pod.template +++ b/doc/wireshark.pod.template @@ -2797,9 +2797,9 @@ of the capture after it stops; it's primarily useful for testing. =item WIRESHARK_ABORT_ON_OUT_OF_MEMORY -This environment variable, if present, causes abort() to be called if certain +This environment variable, if present, causes abort(3) to be called if certain out-of-memory conditions (which normally result in an exception and an -explanatory error message)) are experienced. This can be useful to developers +explanatory error message) are experienced. This can be useful to developers debugging out-of-memory conditions. =back |