summaryrefslogtreecommitdiff
path: root/rodion/packages/games.scm
diff options
context:
space:
mode:
authorRodion Goritskov <rodion.goritskov@gmail.com>2024-08-15 01:25:07 +0400
committerRodion Goritskov <rodion.goritskov@gmail.com>2024-08-15 01:25:07 +0400
commit74e2d2009b6e3e8aa9d1dd8dbe5eb7553a84f46e (patch)
treef6e9a59ffb3b8c37da4baf63057cba4dd5d5295a /rodion/packages/games.scm
parent1037183f78be9751e31d4bc05369e37f0d2e8252 (diff)
miniflux: Add system tests
Diffstat (limited to 'rodion/packages/games.scm')
-rw-r--r--rodion/packages/games.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rodion/packages/games.scm b/rodion/packages/games.scm
index 8da53f8..aba0515 100644
--- a/rodion/packages/games.scm
+++ b/rodion/packages/games.scm
@@ -37,7 +37,7 @@
(description "Filename pattern matching library functions")
(synopsis "Filename pattern matching library functions for DOS, Windows, and Unix.
-Functions for matching filename patterns to filenames. Written in C. Provided as an object file (fpattern.obj) and a header include source file (fpattern.h).
+Functions for matching filename patterns to filenames. Written in C. Provided as an object file (fpattern.so) and a header include source file (fpattern.h).
Filename patterns are composed of regular (printable) characters which may comprise a filename, as well as special pattern matching characters. A filename patterns is a special kind of regular expression, except that it is not as general and is designed to match only file and directory names instead of arbitrary text strings. The syntax is borrowed from Unix, and is a superset of the MS-DOS and Windows syntax.")))