Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2013 03:50:14 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253349 - head/share/man/man5
Message-ID:  <201307150350.r6F3oESZ022309@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Mon Jul 15 03:50:14 2013
New Revision: 253349
URL: http://svnweb.freebsd.org/changeset/base/253349

Log:
  Document options for .eli devices.
  
  Submitted by:	ADAM David Alan Martin

Modified:
  head/share/man/man5/fstab.5

Modified: head/share/man/man5/fstab.5
==============================================================================
--- head/share/man/man5/fstab.5	Mon Jul 15 02:19:38 2013	(r253348)
+++ head/share/man/man5/fstab.5	Mon Jul 15 03:50:14 2013	(r253349)
@@ -32,7 +32,7 @@
 .\"     @(#)fstab.5	8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd June 21, 2013
+.Dd July 15, 2013
 .Dt FSTAB 5
 .Os
 .Sh NAME
@@ -239,6 +239,18 @@ an
 .Xr md 4
 device is created with the specified file used as backing store,
 and then the new device is used as swap space.
+Swap entries on
+.Pa .eli
+devices will cause automatic creation of encrypted devices.
+The
+.Dq ealgo ,
+.Dq aalgo ,
+.Dq keylength ,
+and
+.Dq sectorsize
+options may be passed to control those
+.Xr geli 8
+parameters.
 The fields other than
 .Fa fs_spec
 and
@@ -372,6 +384,7 @@ resides in
 .Xr ccd 4 ,
 .Xr dump 8 ,
 .Xr fsck 8 ,
+.Xr geli 8 ,
 .Xr mount 8 ,
 .Xr quotacheck 8 ,
 .Xr quotaon 8 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307150350.r6F3oESZ022309>