diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1999-12-30 20:49:21 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1999-12-30 20:49:21 +0000 |
commit | 66091ea9547c313a9c781818c7693f4ed9fb3386 (patch) | |
tree | 5b21311a4c342c41dbcf451aee19e4d8164bda05 /sbin/sysctl/sysctl.8 | |
parent | 518fa4992b37ed050c5e73259b3de0646879c2f9 (diff) |
vm.swapencrypt
Diffstat (limited to 'sbin/sysctl/sysctl.8')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 97cb873396b..7ddb0226071 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.32 1999/12/10 10:12:56 itojun Exp $ +.\" $OpenBSD: sysctl.8,v 1.33 1999/12/30 20:49:20 provos Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -144,6 +144,7 @@ privilege can change the value. .It kern.arandom u_int no .It vm.loadavg struct no .It vm.psstrings struct no +.It vm.swapencrypt integer yes .It fs.posix.setuid integer yes .It net.inet.ip.forwarding integer yes .It net.inet.ip.redirect integer yes |