aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/dynamic_pager.tproj/dynamic_pager.8
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/dynamic_pager.tproj/dynamic_pager.8')
-rw-r--r--system_cmds/dynamic_pager.tproj/dynamic_pager.832
1 files changed, 32 insertions, 0 deletions
diff --git a/system_cmds/dynamic_pager.tproj/dynamic_pager.8 b/system_cmds/dynamic_pager.tproj/dynamic_pager.8
new file mode 100644
index 0000000..7d5bfc2
--- /dev/null
+++ b/system_cmds/dynamic_pager.tproj/dynamic_pager.8
@@ -0,0 +1,32 @@
+.\" Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
+.\"
+.Dd July 8, 2003
+.Dt dynamic_pager 8
+.Os "Mac OS X"
+.Sh NAME
+.Nm dynamic_pager
+.Nd swap configuration daemon
+.Sh SYNOPSIS
+.Nm dynamic_pager
+.Op Fl F Ar filename
+.Sh DESCRIPTION
+The
+.Nm dynamic_pager
+daemon can be used to specify a base name for swapfile names using the "-F" command line option or by modifying the configuration plist file.
+.Sh OPTIONS
+.Bl -tag -width Ds
+.\" ==========
+.It Fl F
+The base name of the
+.Ar filename
+to use for the swapfiles. By default this is
+.Pa /private/var/vm/swapfile .
+.\" ==========
+.Sh FILES
+.Bl -tag -width /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist -compact
+.It Pa /private/var/vm/swapfile*
+Swapfiles.
+
+.It Pa /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist
+Configuration file.
+.El