diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-15 22:36:33 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-15 22:36:33 +0100 |
commit | b4ec06cc82c8700b90c59d36ba886f9806799e5b (patch) | |
tree | 6c5d3feb1c3525c93475d43e5a7feb4527ab2260 /manpages/makerank.1 | |
parent | 1f6f28a90b27a119f8663b2ca337ca5a81fd1f44 (diff) |
makerank manual page -- initial revision
Diffstat (limited to 'manpages/makerank.1')
-rw-r--r-- | manpages/makerank.1 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/manpages/makerank.1 b/manpages/makerank.1 new file mode 100644 index 0000000..e156288 --- /dev/null +++ b/manpages/makerank.1 @@ -0,0 +1,26 @@ +.\" -*- mode: nroff; -*- +.Dd March 15, 2024 +.Dt MAKERANK 1 +.Os +.Sh NAME +.Nm makerank +.Nd creates rankings for FICS games +.Sh SYNOPSIS +Takes no arguments. +.Sh DESCRIPTION +.Nm +creates sorted rankings for FICS (Free Internet Chess Server) games +and writes them to the hard disk. +Currently for the following game types: +.Bl -bullet -compact +.It +std +.It +blitz +.It +wild +.It +lightning +.El +.Sh SEE ALSO +.Xr fics 1 , Xr fics_addplayer 1 |