summaryrefslogtreecommitdiffstats
path: root/XD.1
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2025-02-18 14:48:32 -0600
committerSquibid <me@zacharyscheiman.com>2025-02-18 14:48:32 -0600
commit09362e2c7c376a7759f7e08790b8968a0e6bf30a (patch)
treee76875678e9a69f951d4741706c5e425d9473191 /XD.1
parent6025b2d8322caea124582fb9292780382466d660 (diff)
downloadXD-09362e2c7c376a7759f7e08790b8968a0e6bf30a.tar.gz
XD-09362e2c7c376a7759f7e08790b8968a0e6bf30a.tar.bz2
XD-09362e2c7c376a7759f7e08790b8968a0e6bf30a.zip
replace atoi with my own impl to make sure that no errors occour
Diffstat (limited to 'XD.1')
-rw-r--r--XD.111
1 files changed, 11 insertions, 0 deletions
diff --git a/XD.1 b/XD.1
index 5e25dd3..65361c0 100644
--- a/XD.1
+++ b/XD.1
@@ -13,6 +13,10 @@
.Nm
Displays information using a smiley face like so: :)
to interpret it refer to the following tables:
+Displays information using a smiley face.
+to interpret XD's output refer to the following tables (or
+.Nm
+\fB-e\fR):
.Ss Eyes
.TS
tab(;) allbox;
@@ -42,6 +46,13 @@ c;l.
/;command not found
(;previous signal is failure
.TE
+.Ss Exit Status:
+.Nm
+returns the number that was passed in to allow the user to re-run the program
+and get the same results. If there's an internal error
+.Nm
+returns 1. If you wish to find out more infomation about the error enable ERR
+in the config.mk.
.Sh OPTIONS
.Ss -v
Print version information to stdout and exit.