Rewrite manpage. - sup - small tool for privilege escalation
 (HTM) git clone git://bitreich.org/sup git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sup
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f7af449a989237074c7d1264143a1158e25a2fa3
 (DIR) parent cec5f362b273867f23126ccb7a756905c640c856
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Tue,  2 Jul 2019 13:03:30 +0200
       
       Rewrite manpage.
       
       Diffstat:
         M sup.1                               |      35 +++++++++++++++++--------------
       
       1 file changed, 19 insertions(+), 16 deletions(-)
       ---
 (DIR) diff --git a/sup.1 b/sup.1
       @@ -1,23 +1,26 @@
       -.TH SUP 1 sup\-VERSION
       +.TH SUP 1 2019-07-02
        .SH NAME
       -sup - scale user priviledges
       +sup \- scale user privileges
        .SH SYNOPSIS
        .B sup
       -.RB [ \-hlv ]
       +.IR command
       +[
       +.IR args
       +\ ... ]
       +.br
       +.B sup -l
       +.PP
        .SH DESCRIPTION
       -sup is a minimal priviledge scalation utility that allow normal
       -users to run other programs as different user and group.
       -.P
       +sup is a minimal privilege escalation utility that allows normal users
       +to run other programs as different user and group. It is "secured" by
       +hardcofing SHA256 sums of the executables into itself to decide if a
       +user is actually authorized to run the requested command.
       +.TP
        The configuration is done in config.h at compile time.
        .SH OPTIONS
       -.TP
       -.B \-h
       -print help message
       -.TP
        .B \-l
       -list command whitelist
       -.TP
       -.B \-v
       -prints version information
       -.SH AUTHOR
       -pancake <nopcode.org>
       +List compiled authorizations
       +.SH AUTHORS
       +See the LICENSE file for the authors.
       +.SH LICENSE
       +See the LICENSE file for the terms of redistribution.