]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
man: use 'filesystem(s)' instead of 'file system(s)'
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 20 Apr 2026 01:38:20 +0000 (21:38 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 21 Apr 2026 13:44:06 +0000 (09:44 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
disk-utils/fsck.cramfs.8.adoc
disk-utils/mkfs.cramfs.8.adoc
disk-utils/mkfs.minix.8.adoc
libblkid/libblkid.3.adoc
lsfd-cmd/lsfd.1.adoc
sys-utils/flock.1.adoc
sys-utils/fstab.5.adoc
sys-utils/fstrim.8.adoc
sys-utils/hwclock.8.adoc
sys-utils/mount.8.adoc
sys-utils/pivot_root.8.adoc

index 59681fe18f47a97ab1ba01abbdcd2b779afda747..799a5bfa04ce34dbf5c6ef7a4b526defc761e10c 100644 (file)
@@ -8,7 +8,7 @@
 
 == NAME
 
-fsck.cramfs - fsck compressed ROM file system
+fsck.cramfs - fsck compressed ROM filesystem
 
 == SYNOPSIS
 
@@ -16,7 +16,7 @@ fsck.cramfs - fsck compressed ROM file system
 
 == DESCRIPTION
 
-*fsck.cramfs* is used to check the cramfs file system.
+*fsck.cramfs* is used to check the cramfs filesystem.
 
 == OPTIONS
 
@@ -27,7 +27,7 @@ Enable verbose messaging.
 Use this blocksize, defaults to page size. Must be equal to what was set at creation time. Only used for *--extract*.
 
 *--extract*[**=**_directory_]::
-Test to uncompress the whole file system. Optionally extract contents of the _file_ to _directory_.
+Test to uncompress the whole filesystem. Optionally extract contents of the _file_ to _directory_.
 
 *-a*::
 This option is silently ignored.
@@ -42,7 +42,7 @@ include::man-common/help-version.adoc[]
 *0*::
 success
 *4*::
-file system was left uncorrected
+filesystem was left uncorrected
 *8*::
 operation error, such as unable to allocate memory
 *16*::
index 94d6124338904b432a7865ea929629f244e3f486..bc64b92e81c003cef6f9aa57bca75a6a4fff0248 100644 (file)
@@ -8,7 +8,7 @@
 
 == NAME
 
-mkfs.cramfs - make compressed ROM file system
+mkfs.cramfs - make compressed ROM filesystem
 
 == SYNOPSIS
 
@@ -16,19 +16,19 @@ mkfs.cramfs - make compressed ROM file system
 
 == DESCRIPTION
 
-Files on cramfs file systems are zlib-compressed one page at a time to allow random read access. The metadata is not compressed, but is expressed in a terse representation that is more space-efficient than conventional file systems.
+Files on cramfs filesystems are zlib-compressed one page at a time to allow random read access. The metadata is not compressed, but is expressed in a terse representation that is more space-efficient than conventional filesystems.
 
-The file system is intentionally read-only to simplify its design; random write access for compressed files is difficult to implement. cramfs ships with a utility (*mkcramfs*(8)) to pack files into new cramfs images.
+The filesystem is intentionally read-only to simplify its design; random write access for compressed files is difficult to implement. cramfs ships with a utility (*mkcramfs*(8)) to pack files into new cramfs images.
 
 File sizes are limited to less than 16 MB.
 
-Maximum file system size is a little under 272 MB. (The last file on the file system must begin before the 256 MB block, but can extend past it.)
+Maximum filesystem size is a little under 272 MB. (The last file on the filesystem must begin before the 256 MB block, but can extend past it.)
 
 == ARGUMENTS
 
 The _directory_ is simply the root of the directory tree that we want to generate a compressed filesystem out of.
 
-The _file_ will contain the cram file system, which later can be mounted.
+The _file_ will contain the cram filesystem, which later can be mounted.
 
 == OPTIONS
 
@@ -42,16 +42,16 @@ Treat all warnings as errors, which are reflected as command exit status.
 Use defined block size, which has to be divisible by page size.
 
 *-e* _edition_::
-Use defined file system edition number in superblock.
+Use defined filesystem edition number in superblock.
 
 *-N* *big*|*little*|*host*::
 Use the specified endianness. The default is *host*.
 
 *-i* _file_::
-Insert a _file_ to cramfs file system.
+Insert a _file_ to cramfs filesystem.
 
 *-n* _name_::
-Set name of the cramfs file system.
+Set name of the cramfs filesystem.
 
 *-p*::
 Pad by 512 bytes for boot code.
index c7ea390f38e9ab0b8bace21e16c546b6cf849f9e..ee3decd84bc4e272314e4861703acd91cedc490b 100644 (file)
@@ -38,7 +38,7 @@ The _device_ is usually of the following form:
 
 The device may be a block device or an image file of one, but this is not enforced. Expect not much fun on a character device :-).
 
-The _size-in-blocks_ parameter is the desired size of the file system, in blocks. It is present only for backwards compatibility. If omitted the size will be determined automatically. Only block counts strictly greater than 10 and strictly less than 65536 are allowed.
+The _size-in-blocks_ parameter is the desired size of the filesystem, in blocks. It is present only for backwards compatibility. If omitted the size will be determined automatically. Only block counts strictly greater than 10 and strictly less than 65536 are allowed.
 
 == OPTIONS
 
@@ -46,7 +46,7 @@ The _size-in-blocks_ parameter is the desired size of the file system, in blocks
 Check the device for bad blocks before creating the filesystem. If any are found, the count is printed.
 
 *-n*, *--namelength* _length_::
-Specify the maximum length of filenames. Currently, the only allowable values are 14 and 30 for file system versions 1 and 2. Version 3 allows only value 60. The default is 30.
+Specify the maximum length of filenames. Currently, the only allowable values are 14 and 30 for filesystem versions 1 and 2. Version 3 allows only value 60. The default is 30.
 
 *--lock*[**=**_mode_]::
 Use an exclusive BSD lock for the device or file that is operated upon.
index c589820c4266d4068a1c2e9970d341b1e86e6ceb..b336c229470017a0c1db7515f5bf3e151900b3a1 100644 (file)
@@ -47,7 +47,7 @@ The standard location of the _/etc/blkid.conf_ config file can be overridden by
 
 == TAGS
 
-All available tags are listed below. Not all tags are supported for all file systems. To enable a tag, set one of the following flags with *blkid_probe_set_superblocks_flags*():
+All available tags are listed below. Not all tags are supported for all filesystems. To enable a tag, set one of the following flags with *blkid_probe_set_superblocks_flags*():
 
 BLKID_SUBLKS_TYPE::
 
@@ -100,11 +100,11 @@ BLKID_SUBLKS_FSINFO::
 
 - FSLASTBLOCK - last fsblock/total number of fsblocks
 
-- FSBLOCKSIZE - file system block size
+- FSBLOCKSIZE - filesystem block size
 
 The following tags are always enabled::
 
-- BLOCK_SIZE - minimal block size accessible by file system
+- BLOCK_SIZE - minimal block size accessible by filesystem
 
 - MOUNT - cluster mount name (ocfs only)
 
index c0b4b8e85be42c3017216e5acb3f025471550f54..469116bee239e44ed65b0e8748ceede85ea32147 100644 (file)
@@ -175,7 +175,7 @@ COMMAND <``string``>::
 Command of the process opening the file.
 
 DELETED <``boolean``>::
-Reachability from the file system.
+Reachability from the filesystem.
 
 DEV <``string``>::
 ID of the device containing the file.
@@ -375,7 +375,7 @@ state=_SOCK.STATE_[ path=_UNIX.PATH_] type=_SOCK.TYPE_
 ____
 Note that `(deleted)` markers are removed from this column.
 Refer to _KNAME_, _DELETED_, or _XMODE_ to know the
-readability of the file from the file system.
+readability of the file from the filesystem.
 ____
 
 NETLINK.GROUPS <``number``>::
@@ -617,7 +617,7 @@ opened of mapped for writing. This is also in _MODE_.
 mapped for executing the code. This is also in _MODE_.
 +
 [-D]:::
-deleted from  the file system. See also _DELETED_.
+deleted from  the filesystem. See also _DELETED_.
 +
 [-Ll]:::
 locked or leased. _l_ represents a read, a shared lock or a read lease.
index e250059b4fd69b95adbb6e3c1d00e90828a44f5b..1f3c706bc76975b0cc96308efb72918d7eeb9944 100644 (file)
@@ -108,7 +108,7 @@ When using the _command_ variant, and executing the child worked, then the exit
 
 *flock* does not detect deadlock. See *flock*(2) for details.
 
-Some file systems (e. g. NFS and CIFS) have a limited implementation of *flock*(2) and flock may always fail. For details see *flock*(2), *nfs*(5) and *mount.cifs*(8). Depending on mount options, flock can always fail there.
+Some filesystems (e. g. NFS and CIFS) have a limited implementation of *flock*(2) and flock may always fail. For details see *flock*(2), *nfs*(5) and *mount.cifs*(8). Depending on mount options, flock can always fail there.
 
 == EXAMPLES
 
index 53d7dced5131d08e1da80f20cb6bf43adb7cc8f7..9ad5359104463e19096b61ab34d3b97ec97cf071 100644 (file)
@@ -80,7 +80,7 @@ It's also possible to use *PARTUUID=* and *PARTLABEL=*. These partitions identif
 
 See *mount*(8), *blkid*(8) or *lsblk*(8) for more details about device identifiers.
 
-Note that *mount*(8) uses UUIDs as strings. The string representation of the UUID should be based on lower case characters. But when specifying the volume ID of FAT or NTFS file systems upper case characters are used (e.g UUID="A40D-85E7" or UUID="61DB7756DB7779B3").
+Note that *mount*(8) uses UUIDs as strings. The string representation of the UUID should be based on lower case characters. But when specifying the volume ID of FAT or NTFS filesystems upper case characters are used (e.g UUID="A40D-85E7" or UUID="61DB7756DB7779B3").
 
 === The second field (_fs_file_).
 
index d18fdba1f4fcf8fcd21049478b3ed672c4560e30..3c51b443a7102ec00cca0427d756fc930c08e1dc 100644 (file)
@@ -67,7 +67,7 @@ Verbose execution. With this option *fstrim* will output the number of bytes pas
 *fstrim* will report the same potential discard bytes each time, but only sectors which had been written to between the discards would actually be discarded by the storage device. Further, the kernel block layer reserves the right to adjust the discard ranges to fit raid stripe geometry, non-trim capable devices in a LVM setup, etc. These reductions would not be reflected in fstrim_range.len (the *--length* option).
 
 *--quiet-unsupported*::
-Suppress error messages if trim operation (ioctl) is unsupported. This option is meant to be used in *systemd* service file or in *cron*(8) scripts to hide warnings that are result of known problems, such as NTFS driver reporting _Bad file descriptor_ when device is mounted read-only, or lack of file system support for ioctl _FITRIM_ call. This option also cleans exit status when unsupported filesystem specified on *fstrim* command line.
+Suppress error messages if trim operation (ioctl) is unsupported. This option is meant to be used in *systemd* service file or in *cron*(8) scripts to hide warnings that are result of known problems, such as NTFS driver reporting _Bad file descriptor_ when device is mounted read-only, or lack of filesystem support for ioctl _FITRIM_ call. This option also cleans exit status when unsupported filesystem specified on *fstrim* command line.
 
 include::man-common/help-version.adoc[]
 
index 10b4ed0cd7ca1f6ae7cc47cfb260fe4f9de066e2..e33485e514d84da5c516f809c6002b36b6ee9efc 100644 (file)
@@ -79,7 +79,7 @@ The kernel also keeps a timezone value, the *--hctosys* function sets it to the
 +
 When used in a startup script, making the *--hctosys* function the first caller of *settimeofday*(2) from boot, it will set the NTP '11 minute mode' timescale via the _persistent_clock_is_local_ kernel variable. If the Hardware Clock's timescale configuration is changed then a reboot is required to inform the kernel. See the discussion below, under *Automatic Hardware Clock Synchronization by the Kernel*.
 +
-This is a good function to use in one of the system startup scripts before the file systems are mounted read/write.
+This is a good function to use in one of the system startup scripts before the filesystems are mounted read/write.
 +
 This function should never be used on a running system. Jumping system time will cause problems, such as corrupted filesystem timestamps. Also, if something has changed the Hardware Clock, like NTP's '11 minute mode', then *--hctosys* will set the time incorrectly by including drift compensation.
 +
index f3e935ade579d49d9c657d98e532d7e9d52a40da..8f3d3c7d9f7096e04e47908a474507772cb47f69 100644 (file)
@@ -1181,7 +1181,7 @@ These options are accepted but ignored.
 
 === Mount options for msdos
 
-See mount options for fat. If the _msdos_ filesystem detects an inconsistency, it reports an error and sets the file system read-only. The filesystem can be made writable again by remounting it.
+See mount options for fat. If the _msdos_ filesystem detects an inconsistency, it reports an error and sets the filesystem read-only. The filesystem can be made writable again by remounting it.
 
 === Mount options for ncpfs
 
index 9eba2902c8923ef5932c80b3412ae902db750c72..c4acbbbbf6440cd8a5d81c4a750098b3079cd07c 100644 (file)
@@ -16,7 +16,7 @@ pivot_root - change the root filesystem
 
 == DESCRIPTION
 
-*pivot_root* moves the root file system of the current process to the directory _put_old_ and makes _new_root_ the new root file system. Since *pivot_root*(8) simply calls *pivot_root*(2), we refer to the man page of the latter for further details.
+*pivot_root* moves the root filesystem of the current process to the directory _put_old_ and makes _new_root_ the new root filesystem. Since *pivot_root*(8) simply calls *pivot_root*(2), we refer to the man page of the latter for further details.
 
 Note that, depending on the implementation of *pivot_root*, root and current working directory of the caller may or may not change. The following is a sequence for invoking *pivot_root* that works in either case, assuming that *pivot_root* and *chroot* are in the current *PATH*:
 
@@ -28,7 +28,7 @@ exec chroot . command
 
 Note that *chroot* must be available under the old root and under the new root, because *pivot_root* may or may not have implicitly changed the root directory of the shell.
 
-Note that *exec chroot* changes the running executable, which is necessary if the old root directory should be unmounted afterwards. Also note that standard input, output, and error may still point to a device on the old root file system, keeping it busy. They can easily be changed when invoking *chroot* (see below; note the absence of leading slashes to make it work whether *pivot_root* has changed the shell's root or not).
+Note that *exec chroot* changes the running executable, which is necessary if the old root directory should be unmounted afterwards. Also note that standard input, output, and error may still point to a device on the old root filesystem, keeping it busy. They can easily be changed when invoking *chroot* (see below; note the absence of leading slashes to make it work whether *pivot_root* has changed the shell's root or not).
 
 == OPTIONS
 
@@ -36,7 +36,7 @@ include::man-common/help-version.adoc[]
 
 == EXAMPLE
 
-Change the root file system to _/dev/hda1_ from an interactive shell:
+Change the root filesystem to _/dev/hda1_ from an interactive shell:
 
 ....
 mount /dev/hda1 /new-root
@@ -46,7 +46,7 @@ exec chroot . sh <dev/console >dev/console 2>&1
 umount /old-root
 ....
 
-Mount the new root file system over NFS from 10.0.0.1:/my_root and run *init*:
+Mount the new root filesystem over NFS from 10.0.0.1:/my_root and run *init*:
 
 ....
 ifconfig lo 127.0.0.1 up   # for portmap