diff options
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 |