The branch stable/13 has been updated by mckusick: URL: https://cgit.FreeBSD.org/src/commit/?id=d0d1bec32ba8b3c955714f9bb6263c71e50f93a7
commit d0d1bec32ba8b3c955714f9bb6263c71e50f93a7 Author: Kirk McKusick <mckus...@freebsd.org> AuthorDate: 2023-03-07 05:43:32 +0000 Commit: Kirk McKusick <mckus...@freebsd.org> CommitDate: 2023-03-20 05:22:06 +0000 FFS/UFS snapshots: improve documentation for removal (deletion) and unlinking. Minor clarification. (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.