aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
authorRobert Wing <rew@FreeBSD.org>2022-03-17 22:31:16 +0000
committerRobert Wing <rew@FreeBSD.org>2022-03-17 22:33:03 +0000
commit8772a9117b27f551f6fbaae9413acaa30d99f934 (patch)
treed36988b7dd1e82872555188cfe49ad3d18606a91 /sbin/mount
parentc0b98fe16f253d6b5693adeb38cdb78cadb5f58d (diff)
downloadsrc-8772a9117b27f551f6fbaae9413acaa30d99f934.tar.gz
src-8772a9117b27f551f6fbaae9413acaa30d99f934.zip
mount.8: mention that the snapshot option is exclusive
When using the snapshot option, all other options are ignored. This update reflects changes made in ab2dbd9b871d. Reviewed by: 0mp, mckusick Differential Revision: https://reviews.freebsd.org/D34584
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.88
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 59a0f6bb0329..2a877c04c079 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -28,7 +28,7 @@
.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
.\" $FreeBSD$
.\"
-.Dd May 18, 2021
+.Dd March 17, 2022
.Dt MOUNT 8
.Os
.Sh NAME
@@ -276,11 +276,13 @@ The same as
.Fl r ;
mount the file system read-only (even the super-user may not write it).
.It Cm snapshot
-This option allows a snapshot of the specified file system to be taken.
+Take a snapshot of the specified filesystem.
+When this option is used, all other options are ignored.
The
.Fl u
flag is required with this option.
-Note that snapshot files must be created in the file system that is being
+.Pp
+Snapshot files must be created in the file system that is being
snapshotted.
You may create up to 20 snapshots per file system.
Active snapshots are recorded in the superblock, so they persist across unmount