aboutsummaryrefslogtreecommitdiff
path: root/src/docs/sorter.1
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/sorter.1')
-rw-r--r--src/docs/sorter.123
1 files changed, 23 insertions, 0 deletions
diff --git a/src/docs/sorter.1 b/src/docs/sorter.1
new file mode 100644
index 0000000..823872e
--- /dev/null
+++ b/src/docs/sorter.1
@@ -0,0 +1,23 @@
+.\" Manpage for myprog
+.TH SORTER 1 "October 2025" "1.0" "Sorter Manual"
+.SH NAME
+sorter \- a simple program for sorting lists of coordinates
+.SH SYNOPSIS
+.B sorter
+[OPTION] [file...]
+.SH DESCRIPTION
+A command-line sorting utility for sorting lists of coordinates.
+.SH OPTIONS
+.TP
+\-h, \--help
+Show help message and exit.
+.TP
+\-r, \--reverse
+Sorts list of coordinates in descending order
+.TP
+\<file\>
+Input file(s) to process.
+.SH EXAMPLES
+sorter file.txt
+.SH SEE ALSO
+sort(1)