git: 7741a5c4dc5e - main - FFS/UFS snapshots: improve documentation for removal (deletion) and unlinking.

From: Kirk McKusick <mckusick_at_FreeBSD.org>
Date: Tue, 07 Mar 2023 05:46:06 UTC
The branch main has been updated by mckusick:

URL: https://cgit.FreeBSD.org/src/commit/?id=7741a5c4dc5e318dcaabf5e336dfa9cf3f3b6805

commit 7741a5c4dc5e318dcaabf5e336dfa9cf3f3b6805
Author:     Kirk McKusick <mckusick@FreeBSD.org>
AuthorDate: 2023-03-07 05:43:32 +0000
Commit:     Kirk McKusick <mckusick@FreeBSD.org>
CommitDate: 2023-03-07 05:45:41 +0000

    FFS/UFS snapshots: improve documentation for removal (deletion) and unlinking.
    
    Minor clarification.
---
 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.