One excessive 'kilo' in sector size. Fix this.

This commit is contained in:
Dmitry Morozovsky 2006-03-28 08:26:37 +00:00
parent f1a4be5031
commit 3ca01feccb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27431

View file

@ -4210,7 +4210,7 @@ geli_da2_flags="-p -k /root/da2.key"</screen>
<filename>/etc/rc.conf</filename>. The following line tells the
<filename>encswap</filename> rc.d script to create &man.geli.8; swap
partitions using the Blowfish algorithm with a key length of 128 bit,
a sectorsize of 4096 kilobyte and the <quote>detach on last close</quote>
a sectorsize of 4 kilobytes and the <quote>detach on last close</quote>
option set:</para>
<programlisting>geli_swap_flags="-a blowfish -l 128 -s 4096 -d"</programlisting>