]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
man: use 'filename(s)' instead of 'file name(s)'
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 20 Apr 2026 01:34:37 +0000 (21:34 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 21 Apr 2026 13:44:05 +0000 (09:44 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
disk-utils/sfdisk.8.adoc
lsfd-cmd/lsfd.1.adoc
misc-utils/fadvise.1.adoc
misc-utils/rename.1.adoc
sys-utils/hwclock.8.adoc
sys-utils/mount.8.adoc
term-utils/setterm.1.adoc
text-utils/more.1.adoc

index e7b4a39a062323d952afa541065bac4c9d2a242d..379dd46deeb1f6d3db653ef7969824bdc02503a2 100644 (file)
@@ -156,7 +156,7 @@ not the last partition in the partition table. See also *-N* for addressing a
 specific entry in the partition table.
 
 *-b*, *--backup*::
-Back up the current partition table sectors before starting the partitioning. The default backup file name is _~/sfdisk-<device>-<offset>.bak_; to use another name see option *-O*, *--backup-file*. See section *BACKING UP THE PARTITION TABLE* for more details.
+Back up the current partition table sectors before starting the partitioning. The default backup filename is _~/sfdisk-<device>-<offset>.bak_; to use another name see option *-O*, *--backup-file*. See section *BACKING UP THE PARTITION TABLE* for more details.
 
 *--bytes*::
 Print SIZE in bytes rather than in human readable format.
@@ -188,12 +188,12 @@ Do not check through the re-read-partition-table ioctl whether the device is in
 Don't tell the kernel about partition changes. This option is recommended together with *--no-reread* to modify a partition on used disk. The modified partition should not be used (e.g., mounted).
 
 *-O*, *--backup-file* _path_::
-Override the default backup file name. Note that the device name and offset are always appended to the file name.
+Override the default backup filename. Note that the device name and offset are always appended to the filename.
 
 *--move-data*[**=**__path__]::
 Move data after partition relocation, for example when moving the beginning of a partition to another place on the disk. The size of the partition has to remain the same, the new and old location may overlap. This option requires option *-N* in order to be processed on one specific partition only.
 +
-The optional _path_ specifies log file name. The log file contains information about all read/write operations on the partition data. The word "@default" as a _path_ forces *sfdisk* to use _~/sfdisk-<devname>.move_ for the log. The log is optional since v2.35.
+The optional _path_ specifies log filename. The log file contains information about all read/write operations on the partition data. The word "@default" as a _path_ forces *sfdisk* to use _~/sfdisk-<devname>.move_ for the log. The log is optional since v2.35.
 +
 Note that this operation is risky and not atomic. *Don't forget to backup your data!*
 +
index 4327dd57d7b48b40c64ec9eac873e315569e06f1..c0b4b8e85be42c3017216e5acb3f025471550f54 100644 (file)
@@ -268,7 +268,7 @@ KNAME <``string``>::
 //
 // Not only u but also p is decorated with underline.
 //
-Raw file name extracted from
+Raw filename extracted from
 from ``/proc/``_pid_``/fd/``_fd_ or ``/proc/``_pid_``/map_files/``_region_.
 
 KTHREAD <``boolean``>::
@@ -685,7 +685,7 @@ Do the same in an alternative way: ::
 # lsfd -Q 'ASSOC eq "exe"'
 ....
 
-Do the same but print only file names: ::
+Do the same but print only filenames: ::
 ....
 # lsfd -o NAME -Q 'ASSOC eq "exe"' | sort -u
 ....
index 28b3f3e2c0323152f42d229d962bf1811de8552f..d3115f7bc2eb85a3783607abc9a29db5b94cd0a5 100644 (file)
@@ -25,7 +25,7 @@ that is for predeclaring an access pattern for file data.
 
 *-d*, *--fd* _file-descriptor_::
 Apply the advice to the file specified with the file descriptor instead
-of open a file specified with a file name.
+of open a file specified with a filename.
 
 *-a*, *--advice* _advice_::
 See the command output with *--help* option for available values for
index fc7df4f1c2374a151f44ad083f344747a09cbce7..6f0abba6f747ac7035c4ec2140f7b629f00d391d 100644 (file)
@@ -53,7 +53,7 @@ include::man-common/help-version.adoc[]
 
 == WARNING
 
-The renaming has no safeguards by default or without any one of the options *--no-overwrite*, *--interactive* or *--no-act*. If the user has permission to rewrite file names, the command will perform the action without any questions. For example, the result can be quite drastic when the command is run as root in the _/lib_ directory. Always make a backup before running the command, unless you truly know what you are doing.
+The renaming has no safeguards by default or without any one of the options *--no-overwrite*, *--interactive* or *--no-act*. If the user has permission to rewrite filenames, the command will perform the action without any questions. For example, the result can be quite drastic when the command is run as root in the _/lib_ directory. Always make a backup before running the command, unless you truly know what you are doing.
 
 == EDGE CASES
 
index 556811fe9d0d8a6657221ac33558bfa18707b25d..10b4ed0cd7ca1f6ae7cc47cfb260fe4f9de066e2 100644 (file)
@@ -151,7 +151,7 @@ This option is meaningful for ISA compatible machines in the x86 and x86_64 fami
 This option is required when using the *--setepoch* function. The minimum _year_ value is 1900. The maximum is system dependent (*ULONG_MAX - 1*).
 
 *-f*, **--rtc=**__filename__::
-Override *hwclock*'s default rtc device file name. Otherwise it will use the first one found in this order: _/dev/rtc_, _/dev/rtc0_, _/dev/misc/rtc_. For *IA-64:* _/dev/efirtc_ _/dev/misc/efirtc_
+Override *hwclock*'s default rtc device filename. Otherwise it will use the first one found in this order: _/dev/rtc_, _/dev/rtc0_, _/dev/misc/rtc_. For *IA-64:* _/dev/efirtc_ _/dev/misc/efirtc_
 
 *-l*, *--localtime*; *-u*, *--utc*::
 Indicate which timescale the Hardware Clock is set to.
index e1583cd50d03c4e636a97f710a803a111d0c5d1b..f3e935ade579d49d9c657d98e532d7e9d52a40da 100644 (file)
@@ -1212,7 +1212,7 @@ Files with the Windows-specific SYSTEM (FILE_ATTRIBUTE_SYSTEM) attribute will be
 Updates the Windows-specific HIDDEN (FILE_ATTRIBUTE_HIDDEN) attribute when creating and moving or renaming files. Files whose names start with a dot will have the HIDDEN attribute set and files whose names do not start with a dot will have it unset.
 
 **windows_names**::
-Prevents the creation of files and directories with a name not allowed by Windows, either because it contains some not allowed character (which are the characters “ * / : < > ? \ | and those whose code is less than 0x20), because the name (with or without extension) is a reserved file name (CON, AUX, NUL, PRN, LPT1-9, COM1-9) or because the last character is a space or a dot. Existing such files can still be read and renamed.
+Prevents the creation of files and directories with a name not allowed by Windows, either because it contains some not allowed character (which are the characters “ * / : < > ? \ | and those whose code is less than 0x20), because the name (with or without extension) is a reserved filename (CON, AUX, NUL, PRN, LPT1-9, COM1-9) or because the last character is a space or a dot. Existing such files can still be read and renamed.
 
 **discard**::
 Enable support of the TRIM command for improved performance on delete operations, which is recommended for use with the solid-state drives (SSD).
@@ -1372,7 +1372,7 @@ Instructs version 3.6 reiserfs software to mount a version 3.5 filesystem, using
 Choose which hash function reiserfs will use to find files within directories.
 +
 *rupasov*;;
-A hash invented by Yury Yu. Rupasov. It is fast and preserves locality, mapping lexicographically close file names to close hash values. This option should not be used, as it causes a high probability of hash collisions.
+A hash invented by Yury Yu. Rupasov. It is fast and preserves locality, mapping lexicographically close filenames to close hash values. This option should not be used, as it causes a high probability of hash collisions.
 
 *tea*;;
 A Davis-Meyer function implemented by Jeremy Fitzhardinge. It uses hash permuting bits in the name. It gets high randomness and, therefore, low probability of hash collisions at some CPU cost. This may be used if *EHASHCOLLISION* errors are experienced with the r5 hash.
index fb15950c63ba28948be298a1fda5d9c64a4f957b..18b29aa66d30e929578abe98df18b14cb94ca0c2 100644 (file)
@@ -89,7 +89,7 @@ Sets the terminal's rendering options to the default values.
 Writes a snapshot of the virtual console with the given number to the file specified with the *--file* option, overwriting its contents; the default is _screen.dump_. Without an argument, it dumps the current virtual console. This overrides *--append*.
 
 *--file* _filename_::
-Sets the snapshot file name for any *--dump* or *--append* options on the same command line. If this option is not present, the default is _screen.dump_ in the current directory. A path name that exceeds the system maximum will be truncated, see *PATH_MAX* from _linux/limits.h_ for the value.
+Sets the snapshot filename for any *--dump* or *--append* options on the same command line. If this option is not present, the default is _screen.dump_ in the current directory. A path name that exceeds the system maximum will be truncated, see *PATH_MAX* from _linux/limits.h_ for the value.
 
 *--foreground* __8-color__|**default**::
 Sets the foreground text color.
index f023bb2dc4e63c8b3ce6928cc198e5cbde089fc5..a128296a2277dddf28296aa49d4a80d0113ff691 100644 (file)
@@ -158,7 +158,7 @@ Go to kth next file. Defaults to 1.
 Go to kth previous file. Defaults to 1.
 
 *:f*::
-Display current file name and line number.
+Display current filename and line number.
 
 *.*::
 Repeat previous command.