about summary refs log tree commit homepage
path: root/script/mwrap-perl
diff options
context:
space:
mode:
Diffstat (limited to 'script/mwrap-perl')
-rw-r--r--script/mwrap-perl8
1 files changed, 4 insertions, 4 deletions
diff --git a/script/mwrap-perl b/script/mwrap-perl
index 48f5471..182b0bd 100644
--- a/script/mwrap-perl
+++ b/script/mwrap-perl
@@ -109,19 +109,19 @@ lazily to avoid contention and does not happen unless sleeping threads.
 
 =item POST http://0/$PID/ctl
 
-Set various internal knobs.  Currently, C<X-Mwrap-BT-Depth> is the
+Set various internal knobs.  Currently, C<X-Mwrap-BT> is the
 only knob supported:
 
-C<curl --unix-socket $DIR/$PID.sock -XPOST -HX-Mwrap-BT-Depth:1 http://0/$PID/ctl>
+C<curl --unix-socket $DIR/$PID.sock -XPOST -HX-Mwrap-BT:1 http://0/$PID/ctl>
 
-Using the C<X-Mwrap-BT-Depth> header allows changing the aforementioned
+Using the C<X-Mwrap-BT> header allows changing the aforementioned
 C<bt:> value to a specified depth level.  As with C<bt:>, only make small
 adjustments as the memory cost can increase exponentially with each step.
 
 It is typically a good idea to reset (C<http://0/$PID/reset>) after changing
 the depth on a running process.
 
-Headers other than C<X-Mwrap-BT-Depth> may be accepted in the future to
+Headers other than C<X-Mwrap-BT> may be accepted in the future to
 tweak other settings.
 
 =back