filesystems.5: Fixup: Reverse earlier change to case of filesystem names

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-03-06 14:44:01 +01:00
parent c2c247dc56
commit 7566936006
1 changed files with 5 additions and 5 deletions

View File

@ -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, xiafs, msdos,
filesystems \- Linux filesystem types: minix, ext, ext2, ext3, ext4, Reiserfs,
XFS, JFS, xiafs, msdos,
umsdos, vfat, ntfs, proc, nfs, iso9660, hpfs, sysv, smb, ncpfs
.SH DESCRIPTION
When, as is customary, the
@ -93,15 +93,15 @@ 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