wmifs: Fix typos.
Ran `codespell -w .`.
This commit is contained in:
parent
dd5ea70c7c
commit
7545c92c63
|
@ -26,7 +26,7 @@ WMPPP/WMiFS 1.2p1
|
||||||
some systems somehow (reported myself) :)
|
some systems somehow (reported myself) :)
|
||||||
|
|
||||||
* Special thanks to Marcelo <mmagallo@efis.ucr.ac.cr>
|
* Special thanks to Marcelo <mmagallo@efis.ucr.ac.cr>
|
||||||
for providing some real usefull patches for WMPPP,
|
for providing some real useful patches for WMPPP,
|
||||||
they will be in the next update for sure!
|
they will be in the next update for sure!
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -140,7 +140,7 @@ Version Description
|
||||||
options in WMiFS for 'real' multiuser systems,
|
options in WMiFS for 'real' multiuser systems,
|
||||||
when 'force*' is detected in /etc/wmifsrc the
|
when 'force*' is detected in /etc/wmifsrc the
|
||||||
user settings in ~/.wmifsrc are overridden
|
user settings in ~/.wmifsrc are overridden
|
||||||
(usefull for sites where users may not fiddle
|
(useful for sites where users may not fiddle
|
||||||
with pppd's options :)
|
with pppd's options :)
|
||||||
|
|
||||||
* WMPPP: Ditto, added 'force' facility here too
|
* WMPPP: Ditto, added 'force' facility here too
|
||||||
|
@ -159,7 +159,7 @@ Version Description
|
||||||
* WMPPP: dropped the config GUI and added an
|
* WMPPP: dropped the config GUI and added an
|
||||||
.wmppprc file instead > motivation to do so:
|
.wmppprc file instead > motivation to do so:
|
||||||
this way, WMPPP is much more platform and
|
this way, WMPPP is much more platform and
|
||||||
distribution independant :)
|
distribution independent :)
|
||||||
|
|
||||||
* WMPPP: enhanced the status LED, yellow means
|
* WMPPP: enhanced the status LED, yellow means
|
||||||
dialing, green means online, red means error
|
dialing, green means online, red means error
|
||||||
|
@ -178,7 +178,7 @@ Version Description
|
||||||
* WMiFS: added -w commandline option, this will
|
* WMiFS: added -w commandline option, this will
|
||||||
draw the graph in our new 'waveform' look :)
|
draw the graph in our new 'waveform' look :)
|
||||||
|
|
||||||
* WMiFS: fixed the coredump problems that occured
|
* WMiFS: fixed the coredump problems that occurred
|
||||||
on some systems with or without .wmifsrc file
|
on some systems with or without .wmifsrc file
|
||||||
typo's, errors, etc. in the .wmifsrc file are
|
typo's, errors, etc. in the .wmifsrc file are
|
||||||
now also being ignored/rejected, the worst
|
now also being ignored/rejected, the worst
|
||||||
|
|
|
@ -95,5 +95,5 @@ WMiFS support the following commandline options:
|
||||||
General Notes
|
General Notes
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
Note: Please DO read the HINTS, this file contains some
|
Note: Please DO read the HINTS, this file contains some
|
||||||
very usefull tips about WMiFS.
|
very useful tips about WMiFS.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ nice & nifty features like:
|
||||||
|
|
||||||
* Autosensing of *ALL* active network interfaces;
|
* Autosensing of *ALL* active network interfaces;
|
||||||
* Integrated autoscaling (per interface) transfer
|
* Integrated autoscaling (per interface) transfer
|
||||||
statistics, tested upto 100Mbit;
|
statistics, tested up to 100Mbit;
|
||||||
* Displays a 'normal' xload style graph or our new
|
* Displays a 'normal' xload style graph or our new
|
||||||
'waveform' like load graph;
|
'waveform' like load graph;
|
||||||
* Realtime cycling through active interfaces by simply
|
* Realtime cycling through active interfaces by simply
|
||||||
|
@ -37,10 +37,10 @@ nice & nifty features like:
|
||||||
interface, even 'lo' is supported (-h for help);
|
interface, even 'lo' is supported (-h for help);
|
||||||
* User-definable scripts for left/middle/right mouse
|
* User-definable scripts for left/middle/right mouse
|
||||||
buttons which are read from ~/.wmifsrc (optional);
|
buttons which are read from ~/.wmifsrc (optional);
|
||||||
* Fixed rc file option, usefull for sites where users
|
* Fixed rc file option, useful for sites where users
|
||||||
are not allowed to mess with pppd;
|
are not allowed to mess with pppd;
|
||||||
|
|
||||||
WMiFS is developped on DEC Alpha machines running RedHat-5.0/Linux,
|
WMiFS is developed on DEC Alpha machines running RedHat-5.0/Linux,
|
||||||
but, WMiFS has also been intensively tested on x86 and 68K RedHat/
|
but, WMiFS has also been intensively tested on x86 and 68K RedHat/
|
||||||
Linux machines ;-)
|
Linux machines ;-)
|
||||||
|
|
||||||
|
|
|
@ -128,7 +128,7 @@
|
||||||
* Used the DrawStats routine from wmifs in wmppp
|
* Used the DrawStats routine from wmifs in wmppp
|
||||||
* I decided to add a list in this source file
|
* I decided to add a list in this source file
|
||||||
with name of ppl who helped me build this code better.
|
with name of ppl who helped me build this code better.
|
||||||
* I finally removed the /proc/net/route dependancy
|
* I finally removed the /proc/net/route dependency
|
||||||
All of the connections are taken from /proc/net/dev.
|
All of the connections are taken from /proc/net/dev.
|
||||||
/proc/net/route is still used for checking if it is on-line.
|
/proc/net/route is still used for checking if it is on-line.
|
||||||
27/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
|
27/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
|
||||||
|
@ -137,7 +137,7 @@
|
||||||
25/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
|
25/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
|
||||||
* Changed the checknetdevs routine, a lot!
|
* Changed the checknetdevs routine, a lot!
|
||||||
23/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
|
23/04/1998 (Martijn Pieterse, pieterse@xs4all.nl)
|
||||||
* Added line speed detection. via seperate exec. (this has to be suid root!)
|
* Added line speed detection. via separate exec. (this has to be suid root!)
|
||||||
Speed has to be no more than 99999
|
Speed has to be no more than 99999
|
||||||
* Added speed and forcespeed in ~/.wmppprc and /etc/wmppprc
|
* Added speed and forcespeed in ~/.wmppprc and /etc/wmppprc
|
||||||
* wmifs: added on-line detection scheme, update the bitmap coordinates
|
* wmifs: added on-line detection scheme, update the bitmap coordinates
|
||||||
|
|
Loading…
Reference in a new issue