aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2023-03-07 05:43:32 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-03-22 06:33:26 +0000
commit79edbb740882f1337d6d64aaa3c6f1754f6c4205 (patch)
treee6c5aedac7ee2a41a6699d272eb69745e00e9f72
parent33e13e4c921be81280c33e9baa8a2c7699776538 (diff)
downloadsrc-79edbb740882f1337d6d64aaa3c6f1754f6c4205.tar.gz
src-79edbb740882f1337d6d64aaa3c6f1754f6c4205.zip
FFS/UFS snapshots: improve documentation for removal (deletion) and unlinking.
Minor clarification. Approved by: re (gjb) (cherry picked from commit 7741a5c4dc5e318dcaabf5e336dfa9cf3f3b6805)
-rw-r--r--sbin/mksnap_ffs/mksnap_ffs.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mksnap_ffs/mksnap_ffs.8 b/sbin/mksnap_ffs/mksnap_ffs.8
index 658502cffdcb..6274e93a4adb 100644
--- a/sbin/mksnap_ffs/mksnap_ffs.8
+++ b/sbin/mksnap_ffs/mksnap_ffs.8
@@ -46,11 +46,11 @@ The
.Nm
utility creates a snapshot named
.Ar snapshot_name .
-This name is a path in the file system being snapshotted.
+This name is a path in the file system to be snapshotted.
Typically this is under the
.Pa .snap
directory in the root of the file system, but it can
-be anywhere.
+be anywhere in the filesystem being snapshotted.
Snapshots can be listed using the
.Xr snapinfo 8
command.