summaryrefslogtreecommitdiffstats
path: root/system/ciopfs
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-02-05 16:26:22 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-09 09:35:09 +0700
commitb53f2d3939897e334cf2c20cbec4e656f783329f (patch)
tree40a6740d6dc6be3d52d9f5d881fef1f02f57f8ef /system/ciopfs
parentd3e061f992e85168ecd60cb2ec0882d7320e5bbb (diff)
downloadslackbuilds-b53f2d3939897e334cf2c20cbec4e656f783329f.tar.gz
slackbuilds-b53f2d3939897e334cf2c20cbec4e656f783329f.tar.xz
system/ciopfs: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ciopfs')
-rw-r--r--system/ciopfs/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/ciopfs/README b/system/ciopfs/README
index 2c70999a57..5d1509807d 100644
--- a/system/ciopfs/README
+++ b/system/ciopfs/README
@@ -1,7 +1,7 @@
ciopfs (case insensitive on purpose filesystem)
-ciopfs is a stackable or overlay linux userspace file system (implemented
-with FUSE) which mounts a normal directory on a regular file sytem in
-case insensitive fashion. It's useful for getting around issues where,
-say, a game is ported from Linux to Windows but the mods for that game
-still expect a case-insenitive filesystem.
+ciopfs is a stackable or overlay linux userspace file system
+(implemented with FUSE) which mounts a normal directory on a regular
+file sytem in case insensitive fashion. It's useful for getting around
+issues where, say, a game is ported from Linux to Windows but the mods
+for that game still expect a case-insenitive filesystem.