summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-04-29 23:58:23 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-04-29 23:58:23 +0000
commit86ec80b1b79a6d86f265a1949f499608eed77d86 (patch)
tree71dff4b26ad0b90f14b7ecf9ad43a0136ad3299f /filesystems
parent679dd4daaeccd91093e16ed6782c7a5277a33b49 (diff)
downloadpkgsrc-86ec80b1b79a6d86f265a1949f499608eed77d86.tar.gz
perfuse: minor grammar fixes in DESCR
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/perfuse/DESCR6
1 files changed, 3 insertions, 3 deletions
diff --git a/filesystems/perfuse/DESCR b/filesystems/perfuse/DESCR
index 8115756a145..7819542dc91 100644
--- a/filesystems/perfuse/DESCR
+++ b/filesystems/perfuse/DESCR
@@ -1,7 +1,7 @@
-$NetBSD: DESCR,v 1.4 2019/02/25 00:52:07 manu Exp $
+$NetBSD: DESCR,v 1.5 2022/04/29 23:58:23 gutteridge Exp $
-perfuse brings full FUSE support to NetBSD It has two components:
+perfuse brings full FUSE support to NetBSD. It has two components:
- a daemon that creates a /dev/fuse socket and that performs PUFFS
relay to FUSE.
-- a library and a header file to use in filesystems and libraries that
+- a library and a header file to use in file systems and libraries that
open /dev/fuse, so that they are directed to the socket.