| Summary: | fstab man page has incorrect option "keylength" listed for .eli devices | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Michael Hall <mhallpub> |
| Component: | Books & Articles | Assignee: | Christian Brueffer <brueffer> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Michael Hall
2014-04-14 03:10:00 UTC
Author: brueffer Date: Mon Apr 14 06:59:49 2014 New Revision: 264453 URL: http://svnweb.freebsd.org/changeset/base/264453 Log: Correct geli parameter. PR: 188582 Submitted by: Michael Hall MFC after: 3 days Modified: head/share/man/man5/fstab.5 Modified: head/share/man/man5/fstab.5 ============================================================================== --- head/share/man/man5/fstab.5 Mon Apr 14 06:34:08 2014 (r264452) +++ head/share/man/man5/fstab.5 Mon Apr 14 06:59:49 2014 (r264453) @@ -28,7 +28,7 @@ .\" @(#)fstab.5 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd September 10, 2013 +.Dd April 14, 2014 .Dt FSTAB 5 .Os .Sh NAME @@ -241,7 +241,7 @@ devices will cause automatic creation of The .Dq ealgo , .Dq aalgo , -.Dq keylength , +.Dq keylen , and .Dq sectorsize options may be passed to control those _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: open->patched Fixed in HEAD, thanks! Responsible Changed From-To: freebsd-doc->brueffer Merge reminder. Author: brueffer Date: Thu Apr 17 10:43:38 2014 New Revision: 264589 URL: http://svnweb.freebsd.org/changeset/base/264589 Log: MFC: r264453 Correct geli parameter. PR: 188582 Submitted by: Michael Hall Modified: stable/10/share/man/man5/fstab.5 Directory Properties: stable/10/ (props changed) Modified: stable/10/share/man/man5/fstab.5 ============================================================================== --- stable/10/share/man/man5/fstab.5 Thu Apr 17 10:41:26 2014 (r264588) +++ stable/10/share/man/man5/fstab.5 Thu Apr 17 10:43:38 2014 (r264589) @@ -32,7 +32,7 @@ .\" @(#)fstab.5 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd September 10, 2013 +.Dd April 14, 2014 .Dt FSTAB 5 .Os .Sh NAME @@ -245,7 +245,7 @@ devices will cause automatic creation of The .Dq ealgo , .Dq aalgo , -.Dq keylength , +.Dq keylen , and .Dq sectorsize options may be passed to control those _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: patched->closed Merge to stable branch done. |