tRemove whitespaces from manpage - sick - sign and check files using ed25519
 (HTM) git clone git://z3bra.org/sick
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b48608a67e36deca673c3f5792886773bdba9ae4
 (DIR) parent 60ecb5437dce4b2cb787c3c80403ff3bb6648d0a
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Tue,  2 Jun 2020 13:36:35 +0200
       
       Remove whitespaces from manpage
       
       Diffstat:
         M sick.1                              |      10 +++++-----
       
       1 file changed, 5 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/sick.1 b/sick.1
       t@@ -68,18 +68,18 @@ Location of the keyring directory
        .Sh EXAMPLES
        .Bd -literal
        Generating a key pair:
       -        $ sick -g $USER
       +  sick -g $USER
        .Ed
       -
       +.Pp
        Signing a stream:
        .Bd -literal
       -        $ sick -f ${USER}.key < FILE > SIGNED
       +  sick -f ${USER}.key < FILE > SIGNED
        .Ed
       -
       +.Pp
        Checking a signed file (FILE will be empty if the signature doesn't match the
        public key):
        .Bd -literal
       -        $ sick -f ${USER}.pub SIGNED > FILE
       +  sick -f ${USER}.pub SIGNED > FILE
        .Ed
        .Sh SEE ALSO
        .Xr ed25519 7 ,