]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
be consistent about spelling of journal[ing|ed].
authorNathan Scott <nathans@sgi.com>
Thu, 25 Jan 2001 03:35:58 +0000 (03:35 +0000)
committerNathan Scott <nathans@sgi.com>
Thu, 25 Jan 2001 03:35:58 +0000 (03:35 +0000)
build/rpm/xfsprogs.spec.in
debian/control
man/man8/fsck.xfs.8
man/man8/xfs_db.8

index 05edbd7fc5879a1c4c48b628ff0a8cdc3165e6c8..b310a85ba9a095627c1ba592479aee3708ee1ecc 100644 (file)
@@ -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
index 4883e1d9ad5c0e5132274c7673469f4b2bffff16..c498340d481fb8813fe0284c3ccf64721883b1b6 100644 (file)
@@ -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
index 128691bee0d8980c29c3938a987f47473462f7df..c8ca83f536037d997c091b78c38ccf36a7f2648d 100644 (file)
@@ -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
index 82c2ad9445219725eb239ec0b362da7d58b2849b..549396c0a0fd423e7171663f94048068f26fd7ac 100644 (file)
@@ -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,