diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-01-06 14:30:01 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-01-06 14:30:01 +0100 |
commit | e96dec6dd7dc23f1cf9c5ad10ad784f7605fd766 (patch) | |
tree | 4458278c3ea222cb329c3eba51922e8eeb696e6e /manpages | |
parent | cd80907f0fee5905c730c0d25f6697a92043feee (diff) |
fics manual page -- initial revision
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/fics.1 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/manpages/fics.1 b/manpages/fics.1 new file mode 100644 index 0000000..1297c29 --- /dev/null +++ b/manpages/fics.1 @@ -0,0 +1,40 @@ +.\" -*- mode: nroff; -*- +.\" +.\" SPDX-FileCopyrightText: Copyright 2024 Markus Uhlin +.\" SPDX-License-Identifier: ISC +.\" +.Dd January 6, 2024 +.Dt SWIRC 1 +.Os +.Sh NAME +.Nm fics +.Nd free internet chess server fork +.Sh SYNOPSIS +.Nm fics +.Bk -words +.Op Fl h +.Op Fl p Ar port +.Ek +.Sh DESCRIPTION +.Nm +is a free internet chess server originally developed by Richard Nash +in the mid 90's. +This manual page however documents a fork of +.Nm +developed by the +.Lk https://www.rpblc.net/ RPBLC +computing network. +.Sh OPTIONS +.Bl -tag -width Ds +.It Fl h +Outputs the program usage. +.It Fl p Ar port +Which port shall the chess server listen on? +(The default is 5000.) +.El +.Sh SEE ALSO +.Xr fics_addplayer 1 , Xr makerank 1 +.Sh AUTHORS +This manual page was written by +.An Markus Uhlin +.Aq Mt maxxe@rpblc.net |