diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-07-28 23:25:50 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-07-28 23:25:50 +0000 |
commit | e55733d071d2504a0bb3bd8ccdebd94be758494c (patch) | |
tree | 5b6a3ce30b6c267478554ed76b7a5355bd059d2c /share | |
parent | c92ded5181805e4d00a5ea43cd02c8fec62ec040 (diff) |
SWAPPAGER and DEVPAGER are dead.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 60b285a00e3..3f62a00bb9d 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.72 2001/07/12 12:17:38 kjc Exp $ +.\" $OpenBSD: options.4,v 1.73 2001/07/28 23:25:49 art Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -956,24 +956,6 @@ for the default. .El .Ss Operation Related Options .Bl -ohang -.It Cd option SWAPPAGER -Turns on paging. -(To be specific, this enables the virtual memory module responsible for -handling page faults for -.Dq anonymous -objects (i.e., BSS pages)). -.Em MANDATORY --- the system cannot actually run without this -.Dq option . -.It Cd option DEVPAGER -Support for mmap()ing of devices. -(Specifically, this enables the virtual memory module responsible for -handling page faults on mapped devices -.Pf ( Dq cdev -vnodes)). -.Em MANDATORY --- the system cannot actually run without this -.Dq option . .It Cd option NMBCLUSTERS=value Size of kernel mbuf cluster map, .Em mb_map , |