svn commit: r48720 - head/en_US.ISO8859-1/books/handbook/filesystems

Benedict Reuschling bcr at FreeBSD.org
Sat Apr 23 22:16:25 UTC 2016


Author: bcr
Date: Sat Apr 23 22:16:23 2016
New Revision: 48720
URL: https://svnweb.freebsd.org/changeset/doc/48720

Log:
  Remove an outdated part of a note saying that
  inodes greater than 128-bytes are not supported.
  
  PR:		207813
  Submitted by:	pfg
  Sponsored by:	Essen Hackathon 2016

Modified:
  head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml	Sat Apr 23 20:46:04 2016	(r48719)
+++ head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml	Sat Apr 23 22:16:23 2016	(r48720)
@@ -116,9 +116,8 @@
       <note>
 	<para>
 	  This driver can also be used to access ext3 and ext4 file
-	  systems.  However, ext3 journaling, extended attributes, and
-	  inodes greater than 128-bytes are not supported.  Support
-	  for ext4 is read-only.</para>
+	  systems.  However, ext3 journaling and extended attributes
+	  are not supported.  Support for ext4 is read-only.</para>
       </note>
 
       <para>To access an ext file system, first


More information about the svn-doc-all mailing list