* fixed 80 chars width of man page
* fixed default timeout value documented in man page
* fixed terms should be highlighted
* updated options '-w' into man pages
* reordered '-a' in front of '-f' in man page
according to the app's help message, the option '-a' should be in front of '-f'
* updated man page '-n nofile' => '-n number'
* updated date in man page
* updated man page
* updated man page according to the source code
- removed -l from ss-server's man page
- removed -p, -l, -b from ss-manager's man page
- added -d, --fast-open, --acl into ss-manager's man page
* updated option '-w' in man page
it's not conflicted with shadowsocks-python now. users can install both python and libev
ports of shaowsocks now. but they should migrate their old configuration file from
/etc/shadowsocks/config.json to /etc/shadowsocks-libev/config.json
Note:
Debian/Ubuntu users may have to `sudo rm -f /etc/shadowsocks` before install
the new `shadowsocks-libev` package.
For library user, the pkg-config package is renamed to `shadowsocks-libev` but
the library name is still the `libshadowsocks` (use `-lshadowsocks` to link)