From: Nathan Scott Date: Thu, 25 Jan 2001 03:35:58 +0000 (+0000) Subject: be consistent about spelling of journal[ing|ed]. X-Git-Tag: v1.2.0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c45103821df30adbb5dca469908e3f08fa7c97eb;p=thirdparty%2Fxfsprogs-dev.git be consistent about spelling of journal[ing|ed]. --- diff --git a/build/rpm/xfsprogs.spec.in b/build/rpm/xfsprogs.spec.in index 05edbd7fc..b310a85ba 100644 --- a/build/rpm/xfsprogs.spec.in +++ b/build/rpm/xfsprogs.spec.in @@ -17,7 +17,7 @@ Group: System Environment/Base %description A set of commands to use the XFS file system, including mkfs.xfs. -XFS is a high performance journalled filesystem which originated +XFS is a high performance journaling filesystem which originated on the SGI IRIX platform. It is completely multi-threaded, can support large files and large filesystems, extended attributes, variable block sizes, is extent based, and makes extensive use of diff --git a/debian/control b/debian/control index 4883e1d9a..c498340d4 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Architecture: any Description: Utilities for managing the XFS filesystem A set of commands to use the XFS file system, including mkfs.xfs. . - XFS is a high performance journalled filesystem which originated + XFS is a high performance journaling filesystem which originated on the SGI IRIX platform. It is completely multi-threaded, can support large files and large filesystems, extended attributes, variable block sizes, is extent based, and makes extensive use of diff --git a/man/man8/fsck.xfs.8 b/man/man8/fsck.xfs.8 index 128691bee..c8ca83f53 100644 --- a/man/man8/fsck.xfs.8 +++ b/man/man8/fsck.xfs.8 @@ -10,7 +10,7 @@ fsck.xfs \- do nothing, successfully is called by the generic Linux .IR fsck (8) program at startup to check and repair an XFS filesystem. -XFS is a journalled filesystem and performs recovery at +XFS is a journaling filesystem and performs recovery at .IR mount (8) time if necessary, so .I fsck.xfs diff --git a/man/man8/xfs_db.8 b/man/man8/xfs_db.8 index 82c2ad944..549396c0a 100644 --- a/man/man8/xfs_db.8 +++ b/man/man8/xfs_db.8 @@ -890,7 +890,7 @@ Each inode contains four regions: and \f3a\f1. \f3core\f1 contains the fixed information. \f3next_unlinked\f1 is separated from the core due to -journalling considerations, see type \f3agi\f1 field \f3unlinked\f1. +journaling considerations, see type \f3agi\f1 field \f3unlinked\f1. \f3u\f1 is a union structure that is different in size and format depending on the type and representation of the file data (``data fork''). \f3a\f1 is an optional union structure to describe attribute data,