Improve formatting - anticapum - Handle Università Politecnica delle Marche captive portal
 (HTM) hg clone https://bitbucket.org/iamleot/anticapum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset ad5b2bc9b4c02de3543eb6ae5f3a0e25182516a8
 (DIR) parent a1be1eb1ad0586be7bbcf228e729dba1f10e95a4
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Wed, 19 Sep 2018 17:35:05 
       
       Improve formatting
       
       Diffstat:
        README |  26 +++++++++++++-------------
        1 files changed, 13 insertions(+), 13 deletions(-)
       ---
       diff -r a1be1eb1ad05 -r ad5b2bc9b4c0 README
       --- a/README    Mon Mar 19 11:48:00 2018 +0100
       +++ b/README    Wed Sep 19 17:35:05 2018 +0200
       @@ -3,28 +3,28 @@
        used in DII (Department of Information Engineering)).
        
        anticapum by default will prompt the user for the username (the
       -same credentials used for `reserved area' i.e. s<serial>, p<serial>
       +same credentials used for `reserved area` i.e. s<serial>, p<serial>
        or x<serial>) and a password, e.g.:
        
       - % anticapum
       - username: sXXXXXXX
       - password:
       +    % anticapum
       +    username: sXXXXXXX
       +    password:
        
       -These credentials can also be added to `~/.netrc' (for more
       +These credentials can also be added to `~/.netrc` (for more
        information about it please give a look to ftp(1) or netrc(5)):
        
       - % cat ~/.netrc
       - [...]
       - machine captive.univpm.it
       - login sXXXXXXX
       - password XXXXXXX
       - [...]
       +    % cat ~/.netrc
       +    [...]
       +    machine captive.univpm.it
       +    login sXXXXXXX
       +    password XXXXXXX
       +    [...]
        
        ...in order to avoid typing the username and password every times.
        
        When a SIGINFO and/or SIGUSR1 is sent to anticapum it will print
       -to the standard output current session information (`username',
       -`ip', `timestamp', `sid' and `pulsante').
       +to the standard output current session information (`username`,
       +`ip`, `timestamp`, `sid` and `pulsante`).
        
        When a SIGINT is sent to anticapum it will logout from the current
        captive portal session and cleanly exit.