.Nd external storage manager for dynamic pager
.Sh SYNOPSIS
.Nm dynamic_pager
-.Op Fl E
.Op Fl F Ar filename
.Op Fl S Ar filesize
.Op Fl H Ar high-water-trigger
.Sh OPTIONS
.Bl -tag -width Ds
.\" ==========
-.It Fl E
-Encrypt the data in the swap files.
-.\" ==========
.It Fl F
The base name of the
.Ar filename
to use a series of fixed sized external paging files.
.El
.Sh FILES
-.Bl -tag -width /private/var/vp/swapfile* -compact
+.Bl -tag -width /Library/Preferences/com.apple.virtualMemory.plist -compact
.It Pa /private/var/vm/swapfile*
Default external paging files.
+.It Pa /Library/Preferences/com.apple.virtualMemory.plist
+Configuration file.
+.El
+.Sh XML PROPERTY LIST KEYS
+The following keys can be specified in the configuration file. Please see
+.Xr plist 5
+for more information about property list files.
+.Pp
+.Bl -ohang
+.It Sy UseEncryptedSwap <boolean>
+This optional key activates encrypted swap (aka Secure VM), so that all data is encrypted before being written to a swap file. The default is on for portable computers and off for other computers.
.El