diff --git a/docs/buildroot.html b/docs/buildroot.html index 4b1e9005c8..f7871184b5 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -213,7 +213,7 @@ $ make HOSTCXX=g++-4.3-HEAD HOSTCC=gcc-4.3-HEAD $ complete -W menuconfig make -

Then just enter the begining of the line, and ask bash to +

Then just enter the beginning of the line, and ask bash to complete it for you by pressing the TAB key:

 $ make me<TAB>