diff options
| author | 1999-12-30 20:49:20 +0000 | |
|---|---|---|
| committer | 1999-12-30 20:49:20 +0000 | |
| commit | 9b209c05eaeeba46e71619fe064c398f5cdf0589 (patch) | |
| tree | 91f1275306089478c776aa4343d25069f17c4073 | |
| parent | fix netstat -ss; some zeroed counters were displayed (diff) | |
| download | wireguard-openbsd-9b209c05eaeeba46e71619fe064c398f5cdf0589.tar.xz wireguard-openbsd-9b209c05eaeeba46e71619fe064c398f5cdf0589.zip | |
vm.swapencrypt
| -rw-r--r-- | sbin/sysctl/sysctl.8 | 3 | ||||
| -rw-r--r-- | usr.sbin/sysctl/sysctl.8 | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/usr.sbin/sysctl/sysctl.8 b/usr.sbin/sysctl/sysctl.8 index 97cb873396b..7ddb0226071 100644 --- a/usr.sbin/sysctl/sysctl.8 +++ b/usr.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 |
