[PATCH 01/21] xfsdocs: fix asciidoc confusion w.r.t. include file newline at EOF

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Space each include one line apart so that asciidoc knows that each
section has ended at included file's EOF.  This prevents it from
spewing horribly confused XML that blows up xmllint if each included
file doesn't itself end with a blank line.

Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx>
---
 .../xfs_filesystem_structure.asciidoc              |   10 ++++++++++
 1 file changed, 10 insertions(+)


diff --git a/design/XFS_Filesystem_Structure/xfs_filesystem_structure.asciidoc b/design/XFS_Filesystem_Structure/xfs_filesystem_structure.asciidoc
index 226bb25..560e549 100644
--- a/design/XFS_Filesystem_Structure/xfs_filesystem_structure.asciidoc
+++ b/design/XFS_Filesystem_Structure/xfs_filesystem_structure.asciidoc
@@ -36,18 +36,28 @@ Global Structures
 =================
 
 :leveloffset: 1
+
 include::allocation_groups.asciidoc[]
+
 include::journaling_log.asciidoc[]
+
 include::internal_inodes.asciidoc[]
+
 :leveloffset: 0
 
 Dynamically Allocated Structures
 ================================
 
 :leveloffset: 1
+
 include::ondisk_inode.asciidoc[]
+
 include::data_extents.asciidoc[]
+
 include::extended_attributes.asciidoc[]
+
 include::directories.asciidoc[]
+
 include::symbolic_links.asciidoc[]
+
 :leveloffset: 0

_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs



[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux