aboutsummaryrefslogtreecommitdiffstats
path: root/gluhncheck.1
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-12-28 00:12:27 +0100
committerMattias Andrée <m@maandree.se>2025-12-28 00:12:27 +0100
commit9a7f9c3fcd27f4b945dd5159e7fdc8795bb3c452 (patch)
tree886f0bdfca144fc6f2057841eef3313fdf745d06 /gluhncheck.1
parentFirst commit (diff)
downloadgluhncheck-master.tar.gz
gluhncheck-master.tar.bz2
gluhncheck-master.tar.xz
Fork into gluhncheckHEAD1.0master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--gluhncheck.133
1 files changed, 33 insertions, 0 deletions
diff --git a/gluhncheck.1 b/gluhncheck.1
new file mode 100644
index 0000000..e388827
--- /dev/null
+++ b/gluhncheck.1
@@ -0,0 +1,33 @@
+.TH GLUHNCHECK 1 GLUHNCHECK
+
+.SH NAME
+gluhncheck \- Check number with Luhn's algorithm
+
+.SH SYNOPSIS
+.B gluhncheck
+
+.SH DESCRIPTION
+.B gluhncheck
+is a graphical utility that checks that a number,
+containing a check digit, is valid according to Luhn's algorithm.
+
+.SH OPTIONS
+The
+.B gluhncheck
+utility conforms to the Base Definitions volume of POSIX.1-2017,
+.IR "Section 12.2" ,
+.IR "Utility Syntax Guidelines" .
+.PP
+No options are supported.
+
+.SH OPERANDS
+No operands are supported.
+
+.SH ENVIRONMENT VARIABLES
+The execution of
+.B gluhncheck
+is affected by environment variables that
+affects its tooltik.
+
+.SH SEE ALSO
+.BR luhncheck (1)