diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-03-06 20:36:51 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-03-06 20:36:51 +0000 |
| commit | 5fbe4e61de82a5d72e886db296edafe21b2cd9e6 (patch) | |
| tree | 7e247b9fdb3df8f6ddcdbd7d0cd595f7c05c0085 /sbin/sysctl | |
| parent | be8e7c7bd204d408cb62deae73664a72a5512ea9 (diff) | |
hw.physpages -> hw.physmem64, hw.userpages -> hw.usermem64
Diffstat (limited to 'sbin/sysctl')
| -rw-r--r-- | sbin/sysctl/sysctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 3d7c64af32c..fb6afb2f84f 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: sysctl.8,v 1.88 2003/03/01 04:44:32 thorpej Exp $ +.\" $NetBSD: sysctl.8,v 1.89 2003/03/06 20:36:51 thorpej Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -171,9 +171,9 @@ privilege can change the value. .It hw.ncpu integer no .It hw.pagesize integer no .It hw.physmem integer no -.It hw.physpages quad no +.It hw.physmem64 quad no .It hw.usermem integer no -.It hw.userpages quad no +.It hw.usermem64 quad no .It hw.cnmagic string yes .It kern.argmax integer no .It kern.autonicetime integer yes |
