git: 9front

Download patch

ref: b16cb451cd39f8c553a63d9999d7a8a0a90c3aa3
parent: 0b3f8f9826813e265ffb29e3f89568d85b04752e
author: Dave Woodman <dave@naffnet.org.uk>
date: Sun May 11 12:03:31 EDT 2025

Add gefs to fstype man page

gefs is known to fstype (1), but the man page does not reflect this.

--- a/sys/man/1/fstype
+++ b/sys/man/1/fstype
@@ -50,5 +50,9 @@
 .B hjfs
 hj file system (see
 .IR hjfs (4))
+.TP 
+.B gefs 
+experimental file system (see 
+.IR gefs (4)) 
 .SH SOURCE
 .B /rc/bin/fstype
--