From 895fe6f029103919e9845f26b16da8d2cee51744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Aulery?= Date: Fri, 6 Mar 2015 13:11:17 +0100 Subject: [PATCH] filesystems.5: ffix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All filesystems in lowercase Signed-off-by: Stéphane Aulery Signed-off-by: Michael Kerrisk --- man5/filesystems.5 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man5/filesystems.5 b/man5/filesystems.5 index bd1c8571a..a03033b6b 100644 --- a/man5/filesystems.5 +++ b/man5/filesystems.5 @@ -26,8 +26,8 @@ .TH FILESYSTEMS 5 2014-01-15 "Linux" "Linux Programmer's Manual" .nh .SH NAME -filesystems \- Linux filesystem types: minix, ext, ext2, ext3, ext4, Reiserfs, -XFS, JFS, xia, msdos, +filesystems \- Linux filesystem types: minix, ext, ext2, ext3, ext4, reiserfs, +xfs, jfs, xia, msdos, umsdos, vfat, ntfs, proc, nfs, iso9660, hpfs, sysv, smb, ncpfs .SH DESCRIPTION When, as is customary, the @@ -88,15 +88,15 @@ is a set of upgrades to ext3 including substantial performance and reliability enhancements, plus large increases in volume, file, and directory size limits. .TP -.B Reiserfs +.B reiserfs is a journaling filesystem, designed by Hans Reiser, that was integrated into Linux in kernel 2.4.1. .TP -.B XFS +.B xfs is a journaling filesystem, developed by SGI, that was integrated into Linux in kernel 2.4.20. .TP -.B JFS +.B jfs is a journaling filesystem, developed by IBM, that was integrated into Linux in kernel 2.4.24. .TP @@ -125,7 +125,7 @@ sacrificing compatibility with DOS. .TP .B vfat is an extended DOS filesystem used by Microsoft Windows95 and Windows NT. -VFAT adds the capability to use long filenames under the MSDOS filesystem. +vfat adds the capability to use long filenames under the MSDOS filesystem. .TP .B ntfs replaces Microsoft Window's FAT filesystems (VFAT, FAT32).