git: 79edbb740882 - releng/13.2 - FFS/UFS snapshots: improve documentation for removal (deletion) and unlinking.

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 22 Mar 2023 06:34:03 UTC
The branch releng/13.2 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=79edbb740882f1337d6d64aaa3c6f1754f6c4205

commit 79edbb740882f1337d6d64aaa3c6f1754f6c4205
Author:     Kirk McKusick <mckusick@FreeBSD.org>
AuthorDate: 2023-03-07 05:43:32 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-03-22 06:33:26 +0000

    FFS/UFS snapshots: improve documentation for removal (deletion) and unlinking.
    
    Minor clarification.
    
    Approved by:    re (gjb)
    
    (cherry picked from commit 7741a5c4dc5e318dcaabf5e336dfa9cf3f3b6805)
---
 sbin/mksnap_ffs/mksnap_ffs.8 | 4 ++--
 1 file 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.