- Fix typo: They enabled -> they are enabled.
- Add a missing space in a `boot kernel.old' example. PR: docs/34587 Submitted by: Martin Heinen <martin@sumuk.de>
This commit is contained in:
parent
c1ffcd271e
commit
bd4f8c1b26
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12149
1 changed files with 2 additions and 2 deletions
|
@ -616,7 +616,7 @@ options FFS_ROOT #FFS usable as root device [keep this!]</programli
|
|||
<programlisting>options SOFTUPDATES #Enable FFS soft updates support</programlisting>
|
||||
|
||||
<para>This option enables soft updates in the kernel, this will help speed
|
||||
up write access on the disks. They enabled by default in the 4.X branch
|
||||
up write access on the disks. They are enabled by default in the 4.X branch
|
||||
but may not be turned on. Review the output from &man.mount.8; to see
|
||||
if you have them enabled. If you do not see the soft-updates option then
|
||||
you will need to activate it using the &man.tunefs.8; or &man.newfs.8;
|
||||
|
|
Loading…
Reference in a new issue