attr.7: ffix: s/reiserfs/Reiserfs/

For consistency with other man-pages pages.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-22 09:14:58 +02:00
parent aad5c29757
commit b5792ba5dc
1 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ Space consumed for extended attributes is counted towards the disk quotas
of the file owner and file group.
.PP
Currently, support for extended attributes is implemented on Linux by the
ext2, ext3, ext4, XFS, JFS and reiserfs filesystems.
ext2, ext3, ext4, XFS, JFS and Reiserfs filesystems.
.SS Extended attribute namespaces
Attribute names are zero-terminated strings.
The attribute name is always specified in the fully qualified
@ -132,7 +132,7 @@ manual page for an explanation of Sticky Directories).
.SS Filesystem differences
The kernel and the filesystem may place limits on the maximum number
and size of extended attributes that can be associated with a file.
Some file systems, such as ext2/3 and reiserfs, require the filesystem
Some file systems, such as ext2/3 and Reiserfs, require the filesystem
to be mounted with the
.B user_xattr
mount option in order for extended user attributes to be used.
@ -142,7 +142,7 @@ extended attribute must fit on a single filesystem block (1024, 2048
or 4096 bytes, depending on the block size specified when the
filesystem was created).
.PP
In the XFS and reiserfs filesystem implementations, there is no
In the XFS and Reiserfs filesystem implementations, there is no
practical limit on the number or size of extended attributes
associated with a file, and the algorithms used to store extended
attribute information on disk are scalable.