svn commit: r294627 - head/share/man/man5

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Jan 23 12:25:25 UTC 2016


Author: trasz
Date: Sat Jan 23 12:25:24 2016
New Revision: 294627
URL: https://svnweb.freebsd.org/changeset/base/294627

Log:
  Advertise support for ext3 and ext4.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/share/man/man5/ext2fs.5
==============================================================================
--- head/share/man/man5/ext2fs.5	Sat Jan 23 12:19:37 2016	(r294626)
+++ head/share/man/man5/ext2fs.5	Sat Jan 23 12:25:24 2016	(r294627)
@@ -26,12 +26,12 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 1, 2013
+.Dd January 23, 2016
 .Dt EXT2FS 5
 .Os
 .Sh NAME
 .Nm ext2fs
-.Nd "Ext2fs file system"
+.Nd "ext2/ext3/ext4 file system"
 .Sh SYNOPSIS
 To link into the kernel:
 .Bd -ragged -offset indent
@@ -47,8 +47,14 @@ The
 driver will permit the
 .Fx
 kernel to access
-.Tn Ext2
+.Tn ext2 ,
+.Tn ext3 ,
+and
+.Tn ext4
 file systems.
+The
+.Tn ext4
+support is read-only.
 .Sh EXAMPLES
 To mount a
 .Nm


More information about the svn-src-all mailing list