summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2003-12-28 01:19:58 +0000
committersilby <silby@FreeBSD.org>2003-12-28 01:19:58 +0000
commitf71dce4e637140c74c8880133b19f5a0bab93c5f (patch)
tree80115a84ec4ee588aa93b1442159bcaeda5da123 /sys/kern
parent1ffde0dbd98b03e0d8f2b5f5010663b9368a3bd8 (diff)
downloadFreeBSD-src-f71dce4e637140c74c8880133b19f5a0bab93c5f.zip
FreeBSD-src-f71dce4e637140c74c8880133b19f5a0bab93c5f.tar.gz
Fix the maxpipekva warning message so that it points to the correct
sysctl, and shorten the message. Noticed by: bde
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/sys_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 7b4667b..a48c32d 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);
}
OpenPOWER on IntegriCloud