When using the snapshot option, all other options are ignored.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
LGTM other than the above.
sbin/mount/mount.8 | ||
---|---|---|
298 | While on this manual page, I'd use rm here for consistency with the above, or unlink(2) if referring to the system call. |
Comment Actions
Yes, to be MFC'ed with 0455cc7104ec8e8dd54b3f44049112a5a8ca329c and ab2dbd9b871dd00afc6ad78acb386ffa48b6b053
The update for this documentation is to reflect the changes made in ab2dbd9b871dd00afc6ad78acb386ffa48b6b053, which I'll note in the log message when I commit.
sbin/mount/mount.8 | ||
---|---|---|
298 | Hmm, since you point this out, I created a snapshot file and did an ls -lo on it and the results indicate that the schg flag is not set on snapshots. I will save updating this paragraph for a separate change since it needs more than a cursory glance to make it correct. |