mount: Add a note that userquota and groupquota aren't printed with -p
authorWarner Losh <imp@FreeBSD.org>
Mon, 15 Jan 2024 17:55:32 +0000 (10:55 -0700)
committerWarner Losh <imp@FreeBSD.org>
Tue, 16 Jan 2024 04:38:26 +0000 (21:38 -0700)
commit393f2dca362a4f32f852e95f84bb3bb4a40ea3b5
tree87a040fda38c2404bfbe18068f431493f5ef1a8b
parent30189156d325fbcc9d1997d791daedc9fa3bed20
mount: Add a note that userquota and groupquota aren't printed with -p

The quota options are pseudo options and not passed to the mount system
call when a filesystem is mounted. They are not part of the info
returned from getmntinfo(3), so can't be printed. Add a note to this
effect.
sbin/mount/mount.8