diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-02-09 15:24:00 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-02-09 15:24:00 +0000 |
commit | 0fc294f1ae84579b43d66427401efb7ad835a3c3 (patch) | |
tree | cba65527fecb1e71a4329ae2eb6b27b1125319b9 /sbin/sysctl | |
parent | 1b7b828bcba3260462511a413dc672cb8a4db98e (diff) |
Adjust type of hw.physmem and hw.usermem; they are 64-bit values now.
Diffstat (limited to 'sbin/sysctl')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 4dbf1da49e0..24258a14e51 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.143 2008/02/05 22:57:31 mpf Exp $ +.\" $OpenBSD: sysctl.8,v 1.144 2008/02/09 15:23:59 kettenis Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sysctl.8 8.2 (Berkeley) 5/9/95 .\" -.Dd $Mdocdate: February 5 2008 $ +.Dd $Mdocdate: February 9 2008 $ .Dt SYSCTL 8 .Os .Sh NAME @@ -320,8 +320,8 @@ not all of the variables are relevant to all architectures. .It hw.model string no .It hw.ncpu integer no .It hw.byteorder integer no -.It hw.physmem integer no -.It hw.usermem integer no +.It hw.physmem int64_t no +.It hw.usermem int64_t no .It hw.pagesize integer no .It hw.diskstats struct no .It hw.disknames string no |