tazpanel diff README.devel @ rev 592

Hide procps's "ps" warning (on boot log and more) like: "Unknown HZ value! (70) Assume 100."
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 23 16:31:22 2016 +0300 (2016-05-23)
parents 525e6519e66b
children
line diff
     1.1 --- a/README.devel	Sun May 10 11:51:03 2015 +0100
     1.2 +++ b/README.devel	Mon May 23 16:31:22 2016 +0300
     1.3 @@ -72,7 +72,7 @@
     1.4  # This field is not needed, if WPA-EAP is used.
     1.5  # Note: Separate tool, wpa_passphrase, can be used to generate 256-bit keys
     1.6  # from ASCII passphrase. This process uses lots of CPU and wpa_supplicant
     1.7 -# startup and reconfiguration time can be optimized by generating the PSK only
     1.8 +# startup and reconfiguration time can be optimized by generating the PSK
     1.9  # only when the passphrase or SSID has actually changed.
    1.10  
    1.11  
    1.12 @@ -137,7 +137,7 @@
    1.13  javascript to gain user experience without pages having to be reloaded: you can click
    1.14  Wi-Fi network name and the script will fill its password for you.
    1.15  
    1.16 -Here example of that script on the html page:
    1.17 +Here's an example of that script on the html page:
    1.18  
    1.19  <script type="text/javascript">
    1.20  	ajax('network.cgi?wifi_list', '1', 'wifiList');