Introduction
Introduction Statistics Contact Development Disclaimer Help
fen.1: fix a typo - chess-puzzles - chess puzzle book generator
git clone git://git.codemadness.org/chess-puzzles
Log
Files
Refs
README
LICENSE
---
commit 1a4ecae770df28922372ddc0a2e60cc173237a68
parent 377132fbd774962230e6980b376de721f2ec467e
Author: Hiltjo Posthuma <[email protected]>
Date: Thu, 21 Dec 2023 00:38:18 +0100
fen.1: fix a typo
Diffstat:
M fen.1 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/fen.1 b/fen.1
@@ -3,7 +3,7 @@
.Os
.Sh NAME
.Nm fen
-.Nd parse FEN and moves and write output
+.Nd parses FEN and some moves and writes output
.Sh SYNOPSIS
.Nm
.Op Fl cCfF
@@ -12,8 +12,8 @@
.Op Ar moves
.Sh DESCRIPTION
.Nm
-parses the Forsyth-Edwards Notation (FEN) and moves and write the output to a
-chosen format.OA
+parses the Forsyth-Edwards Notation (FEN) and some moves and write the output
+to a chosen format.
The options are as follows:
.Bl -tag -width Ds
.It Fl c
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.