From 53db02935957b7a65e2cfafeb30801f0649b95b4 Mon Sep 17 00:00:00 2001 From: Volker Lanz Date: Sat, 18 Oct 2008 15:02:12 +0000 Subject: [PATCH] Fix invalid tags. svn path=/trunk/playground/sysadmin/doc/partitionmanager/; revision=873024 --- doc/glossary.docbook | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/doc/glossary.docbook b/doc/glossary.docbook index dcc332a..8e85d73 100644 --- a/doc/glossary.docbook +++ b/doc/glossary.docbook @@ -49,23 +49,25 @@ Another name for a partition table stemming from the SUN/BSD world. - - - They are easy to mix up, but a disk label has nothing to do with a file system label. - - - See this Wikipedia entry for details on the name. - - + + + + They are easy to mix up, but a disk label has nothing to do with a file system label. + + + See this Wikipedia entry for details on the name. + + + + - Extended Partition - A partition that contains other partitions. Extended partitions can only be primary partitions themselves. Whether extended partitions are available or not depends on the partition table type used. MS-DOS partition tables allow one extended partition per device. + A partition that contains other partitions. Extended partitions can only be primary partitions themselves. Whether extended partitions are available or not depends on the partition table type used. MS-DOS partition tables allow one extended partition per device. @@ -87,9 +89,11 @@ A title of a file system. Some file systems (among them ext2/3, FAT16/32 and NTFS) support setting a label for the file system so it can be identified in tools like &partman; or other applications. - - They are easy to mix up, but a file system label has nothing to do with a disk label. - + + + They are easy to mix up, but a file system label has nothing to do with a disk label. + + @@ -122,8 +126,13 @@ Label - - + + + Either a disk label or a file system label. + + + + @@ -218,7 +227,7 @@ Sector Size - The number of bytes per sector on a device. The sector size of most devices in use today is 512 bytes. + The number of bytes per sector on a device. The sector size of most devices in use today is 512 bytes.