ref: b9f1f0054339ca0245e38177c807024c10fce6e7
parent: b3e06559475b0130a7a2fb56ac4d131d13d2012f
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Apr 21 22:28:13 EDT 2025
gefs(8): fix typos (thanks umbraticus)
--- a/sys/man/8/gefs
+++ b/sys/man/8/gefs
@@ -164,7 +164,7 @@
This flag accepts no arguments.
.TP
.BI "-d " snap
-Deletes a snapshot, reclaiming whatever space is not shared
+Deletes a snapshot, reclaiming whatever space
is not shared with other snapshots.
This flag accepts a single argument,
.IR old ,
@@ -175,7 +175,6 @@
rather than read-only.
This flag only has an effect when tagging a new snapshot,
and is ignored otherwise.
-.TP
.PP
.I Sync
writes dirty blocks in memory to the disk.
@@ -190,13 +189,13 @@
.SH SNAPSHOTS
Snapshots are independent views of a filesystem hierarchy.
A snapshot may be mutable or immutable.
-Mutable snapshots can be mounted and written to,
-Immutable snapshots are a view of a file system hierarchy at a point im time.
+Mutable snapshots can be mounted and written to;
+immutable snapshots are a view of a file system hierarchy at a point in time.
They are referred to by name, and are selected at mount time with an attach spec.
When the attach spec starts with the
.B %
sigil, a snapshot is mounted in permissive mode.
-This allows the mounting user to bypass normal file system permission checks.'
+This allows the mounting user to bypass normal file system permission checks.
In order to mount a snapshot in permissive mode, the mounting user must be in the
.I adm
group.
--
⑨