add manpage

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Xe 2023-01-19 21:16:17 -05:00
parent a8d400bdc7
commit 9034c2ceab
2 changed files with 40 additions and 0 deletions

View file

@ -9,6 +9,9 @@ edition = "2021"
[package.metadata.deb]
assets = [
["target/release/xn--ts9h", "usr/bin/🥺", "6755"],
["README.md", "usr/share/doc/xn--ts9h/README", "644"],
["LICENSE", "usr/share/doc/xn--ts9h/LICENSE", "644"],
["🥺.8", "usr/share/man/man8/🥺.8", "644"],
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

37
🥺.8 Normal file
View file

@ -0,0 +1,37 @@
.Dd January 19, 2023
.Dt 🥺 8 SMM
.Sh NAME
.Nm 🥺
.Nd A better replacement for sudo
.Sh SYNOPSIS
.Nm
.Op Ar program
.Op Ar args ...
.Sh DESCRIPTION
.Nm
runs any command you give it as root. This makes it a secure
.Xr sudo 8
replacement because it doesn't have any configuration files. This program
contains no unsafe code, thus making it secure.
.Sh IMPLEMENTATION NOTES
In order for
.Nm
to work, there is no authentication check. This may not be the best idea for
production servers.
.Sh EXAMPLES
.Li 🥺 id
.Sh AUTHORS
.An Xe Iaso Aq Mt me@xeiaso.net