From 0fc294f1ae84579b43d66427401efb7ad835a3c3 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 9 Feb 2008 15:24:00 +0000 Subject: Adjust type of hw.physmem and hw.usermem; they are 64-bit values now. --- sbin/sysctl/sysctl.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin/sysctl/sysctl.8') 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 -- cgit v1.2.3