From 69fba1650afb71c7aa11615d52e8e015e10c768c Mon Sep 17 00:00:00 2001 From: Mike Silbersack Date: Sun, 28 Dec 2003 01:19:58 +0000 Subject: Fix the maxpipekva warning message so that it points to the correct sysctl, and shorten the message. Noticed by: bde --- sys/kern/sys_pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/sys_pipe.c') diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index 7b4667b5e9ab..a48c32d0ff93 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -330,7 +330,7 @@ pipespace(cpipe, size) VM_PROT_ALL, VM_PROT_ALL, 0); if (error != KERN_SUCCESS) { if (ppsratecheck(&lastfail, &curfail, 1)) - printf("kern.maxpipekva exceeded, please see tuning(7).\n"); + printf("kern.ipc.maxpipekva exceeded; see tuning(7)\n"); return (ENOMEM); } -- cgit v1.3