-.It Fl S
-The fixed
-.Ar filesize
-[in bytes] to use for the paging files. By default
-.Nm dynamic_pager
-uses variable sized paging files, using larger sized files as paging demands
-increase. The
-.Fl S ,
-.Fl H
-and
-.Fl L
-options disable that default and cause
-.Nm dynamic_pager
-to use a series of fixed sized external paging files.
-.It Fl H
-If there are less than
-.Ar high-water-trigger
-bytes free in the external paging files, the kernel will signal
-.Nm dynamic_pager
-to add a new external paging file.
-.It Fl L
-If there are more than
-.Ar low-water-trigger
-bytes free in the external paging files, the kernel will coalese in-use pages
-and signal
-.Nm dynamic_pager
-to discard an external paging file.
-.Ar Low-water-trigger
-must be greater than
-.Ar high-water-trigger
-+
-.Ar filesize .
-.It Fl P
-This option is currently unimplemented.
-.El