summaryrefslogtreecommitdiff
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2003-12-28 01:19:58 +0000
committerMike Silbersack <silby@FreeBSD.org>2003-12-28 01:19:58 +0000
commit69fba1650afb71c7aa11615d52e8e015e10c768c (patch)
tree80115a84ec4ee588aa93b1442159bcaeda5da123 /sys/kern/sys_pipe.c
parent53d0a9887805ee7a8ee3b1cb8670ce2c4ca06bc9 (diff)
Notes
Diffstat (limited to 'sys/kern/sys_pipe.c')
-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 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);
}