summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_param.c
diff options
context:
space:
mode:
authorivoras <ivoras@FreeBSD.org>2010-03-02 23:57:42 +0000
committerivoras <ivoras@FreeBSD.org>2010-03-02 23:57:42 +0000
commit14f917572362cbc0c956ef03974c0e1fa304ccc8 (patch)
treeb041f1ac56e788a289df410579333f3defb8bd78 /sys/kern/subr_param.c
parente62ff53b730a123cf73dc3038e3bdde150c76735 (diff)
downloadFreeBSD-src-14f917572362cbc0c956ef03974c0e1fa304ccc8.zip
FreeBSD-src-14f917572362cbc0c956ef03974c0e1fa304ccc8.tar.gz
Document the VM detection type and sysctl a bit better.
Diffstat (limited to 'sys/kern/subr_param.c')
-rw-r--r--sys/kern/subr_param.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c
index a4d4ff8..f8d60dd 100644
--- a/sys/kern/subr_param.c
+++ b/sys/kern/subr_param.c
@@ -124,7 +124,7 @@ SYSCTL_ULONG(_kern, OID_AUTO, sgrowsiz, CTLFLAG_RDTUN, &sgrowsiz, 0,
"Amount to grow stack on a stack fault");
SYSCTL_PROC(_kern, OID_AUTO, vm_guest, CTLFLAG_RD | CTLTYPE_STRING,
NULL, 0, sysctl_kern_vm_guest, "A",
- "Virtual machine detected? (none|generic|xen)");
+ "Virtual machine guest detected? (none|generic|xen)");
/*
* These have to be allocated somewhere; allocating
OpenPOWER on IntegriCloud