From 6c7a982d14ec15322e1a3cf077245aefbd3d1a80 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 27 Aug 2012 19:57:49 +0200 Subject: [PATCH] /boot/defaults/loader.conf: Adjust a comment. --- sys/boot/dloader/loader.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/boot/dloader/loader.conf b/sys/boot/dloader/loader.conf index 75daa34275..df3aeadf22 100644 --- a/sys/boot/dloader/loader.conf +++ b/sys/boot/dloader/loader.conf @@ -95,8 +95,9 @@ bitmap_type="splash_image_data" # and place it on the module_path #kern.vm.kmem.size="" # Sets the size of kernel memory (bytes) #net.inet.tcp.tcbhashsize="" # Set the value of TCBHASHSIZE #vfs.root.mountfrom="" # Specify root partition in a way the - # kernel understands. You can specify a semicolon - # separated device list which will be tried. + # kernel understands. You can specify a + # semicolon separated device list which will + # be tried. #debug.ktr.verbose="1" # Enable console dump of KTR events #net.graph.maxalloc="128" # Maximum number of queue items to allocate #net.graph.ngqfreemax="64" # Maximum number of free queue items to cache -- 2.41.0