HW_PHYSPAGES -> HW_PHYSMEM64, HW_USERPAGES -> HW_USERMEM64.
This commit is contained in:
parent
5fbe4e61de
commit
65d8e7315e
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sysctl.3,v 1.110 2003/03/01 04:43:42 thorpej Exp $
|
||||
.\" $NetBSD: sysctl.3,v 1.111 2003/03/06 20:39:08 thorpej Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -216,9 +216,9 @@ privilege may change the value.
|
|||
.It HW\_NCPU integer no
|
||||
.It HW\_BYTEORDER 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\_PAGESIZE integer no
|
||||
.\".It HW\_DISKNAMES struct no
|
||||
.\".It HW\_DISKSTATS struct no
|
||||
|
@ -239,13 +239,13 @@ The number of cpus.
|
|||
.It Li HW_BYTEORDER
|
||||
The byteorder (4,321, or 1,234).
|
||||
.It Li HW_PHYSMEM
|
||||
The bytes of physical memory.
|
||||
.It Li HW_PHYSPAGES
|
||||
The number of pages of physical memory.
|
||||
The bytes of physical memory as a 32-bit integer.
|
||||
.It Li HW_PHYSMEM64
|
||||
The bytes of physical memory as a 64-bit integer.
|
||||
.It Li HW_USERMEM
|
||||
The bytes of non-kernel memory.
|
||||
.It Li HW_USERPAGES
|
||||
The number of pages of non-kernel memory.
|
||||
The bytes of non-kernel memory as a 32-bit integer.
|
||||
.It Li HW_USERMEM64
|
||||
The bytes of non-kernel memory as a 64-bit integer.
|
||||
.It Li HW_PAGESIZE
|
||||
The software page size.
|
||||
.It Li HW_DISKNAMES
|
||||
|
|
Loading…
Reference in New Issue