diff --git a/en_US.ISO8859-1/books/faq/book.xml b/en_US.ISO8859-1/books/faq/book.xml index eb842f5e32..7310933f65 100644 --- a/en_US.ISO8859-1/books/faq/book.xml +++ b/en_US.ISO8859-1/books/faq/book.xml @@ -3339,7 +3339,7 @@ kern.timecounter.hardware: ACPI-fast kern.timecounter.hardware &man.sysctl.3;. - &prompt.root; sysctl -w kern.timecounter.hardware=i8254 + &prompt.root; sysctl kern.timecounter.hardware=i8254 kern.timecounter.hardware: TSC -> i8254 Your computer should now start keeping more accurate @@ -5046,7 +5046,7 @@ C:\="DOS" vfs.usermount to 1. - &prompt.root; sysctl -w vfs.usermount=1 + &prompt.root; sysctl vfs.usermount=1 To make this persist across reboots, add the line vfs.usermount=1 to @@ -7273,7 +7273,7 @@ Key F15 A A Menu Workplace Nop like this, where 300 is the limit in packets per second: - &prompt.root; sysctl -w net.inet.icmp.icmplim=300 + &prompt.root; sysctl net.inet.icmp.icmplim=300 If you do not want to see messages about this in your log files, but you still want the kernel to do response @@ -7281,7 +7281,7 @@ Key F15 A A Menu Workplace Nop net.inet.icmp.icmplim_output sysctl variable to disable the output like this: - &prompt.root; sysctl -w net.inet.icmp.icmplim_output=0 + &prompt.root; sysctl net.inet.icmp.icmplim_output=0 Finally, if you want to disable response limiting, you can set the net.inet.icmp.icmplim sysctl