From 26f067cb502a2a29a0c243357c4497e9fe9244ef Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 4 Aug 2017 13:43:57 +0200 Subject: [PATCH] /boot/defaults/loader.conf: Fix typo. --- sys/boot/dloader/loader-bootp.conf | 2 +- sys/boot/dloader/loader.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/boot/dloader/loader-bootp.conf b/sys/boot/dloader/loader-bootp.conf index 07e0f5ba36..689929ab71 100644 --- a/sys/boot/dloader/loader-bootp.conf +++ b/sys/boot/dloader/loader-bootp.conf @@ -82,7 +82,7 @@ module_path=";modules" # Set the module search path #kern.ncallout="" # Set the maximum # of timer events #kern.sgrowsiz="" # Set the amount to grow stack #kern.cam.scsi_delay="2000" # Delay (in ms) before probing SCSI -#kern.ipc.maxsockets="" # Set the maximum number of sockets avaliable +#kern.ipc.maxsockets="" # Set the maximum number of sockets available #kern.ipc.nmbclusters="" # Set the number of mbuf clusters #kern.ipc.nmbufs="" # Set the maximum number of mbufs #kern.vm.kmem.size="" # Sets the size of kernel memory (bytes) diff --git a/sys/boot/dloader/loader.conf b/sys/boot/dloader/loader.conf index c3cbcaa9a2..f1a7b28df7 100644 --- a/sys/boot/dloader/loader.conf +++ b/sys/boot/dloader/loader.conf @@ -85,7 +85,7 @@ local_modules="YES" # Use local modules and firmware #kern.ncallout="" # Set the maximum # of timer events #kern.sgrowsiz="" # Set the amount to grow stack #kern.cam.scsi_delay="2000" # Delay (in ms) before probing SCSI -#kern.ipc.maxsockets="" # Set the maximum number of sockets avaliable +#kern.ipc.maxsockets="" # Set the maximum number of sockets available #kern.ipc.nmbclusters="" # Set the number of mbuf clusters #kern.ipc.nmbufs="" # Set the maximum number of mbufs #kern.vm.kmem.size="" # Sets the size of kernel memory (bytes) -- 2.11.4.GIT