]> git.saurik.com Git - apple/system_cmds.git/blobdiff - dynamic_pager.tproj/dynamic_pager.8
system_cmds-496.tar.gz
[apple/system_cmds.git] / dynamic_pager.tproj / dynamic_pager.8
index eaae27591f2d452dafe225e9c15f2e9650350ae7..aa235dc4502197f2b35c6da0492adf93a38e9aef 100644 (file)
@@ -8,7 +8,6 @@
 .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
@@ -29,9 +28,6 @@ when the external paging pool expands or contracts.
 .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
@@ -77,7 +73,18 @@ options disable that default and cause
 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