Fix the maxpipekva warning message so that it points to the correct

sysctl, and shorten the message.

Noticed by:	bde
This commit is contained in:
Mike Silbersack 2003-12-28 01:19:58 +00:00
parent 53d0a98878
commit 69fba1650a

@ -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);
}