git: 9front

Download patch

ref: 9d8d895ac0a3f95d2138915d980daa56e4225fee
parent: 5175057dbfe0f31bc0217c88ebd3a51dac50b849
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Apr 8 10:50:45 EDT 2024

ext4srv(4): fshalt works with ext4srv now, update; add SOURCE section

--- a/sys/man/4/ext4srv
+++ b/sys/man/4/ext4srv
@@ -94,19 +94,6 @@
 .I uid
 in this case is
 .IR 0 .
-.PP
-Some file system state is cached in memory, and may
-be flushed only when the file system is unmounted if
-.B -C
-flag is used, which enabled write-back cache.
-Therefore if
-.I ext4srv
-is stopped or the machine is rebooted while an ext4 file system is
-still mounted, the superblock on the device will have been marked `not
-valid'
-(unless the
-.B -r
-flag was used).
 .SH MKFS
 A different mode of
 .I ext4srv
@@ -124,6 +111,8 @@
 Additional options may be specified, for example
 .B -L
 may be used to set the filesystem label.
+.SH SOURCE
+.B /sys/src/cmd/ext4srv
 .SH BUGS
 Yes.
 .PP
--