]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
man: use 'uppercase' instead of 'upper case'
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 20 Apr 2026 01:44:28 +0000 (21:44 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 21 Apr 2026 13:48:14 +0000 (09:48 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
sys-utils/fstab.5.adoc
sys-utils/mount.8.adoc

index dca38adc0e9dd8de679eb8c3abbf96c87e8dfaf8..6ee7c2174ee4e428da0fe55ced76082b29df478c 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 lowercase 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").
+Note that *mount*(8) uses UUIDs as strings. The string representation of the UUID should be based on lowercase characters. But when specifying the volume ID of FAT or NTFS filesystems uppercase characters are used (e.g UUID="A40D-85E7" or UUID="61DB7756DB7779B3").
 
 === The second field (_fs_file_).
 
index 7024a8be4498c26d1d6194a1871464cfaa559fdf..546c98c52afd1bcfc1c6332f6d39e366b9fe419b 100644 (file)
@@ -1111,7 +1111,7 @@ Do not abort mounting when certain consistency checks fail.
 
 ISO 9660 is a standard describing a filesystem structure to be used on CD-ROMs. (This filesystem type is also seen on some DVDs. See also the _udf_ filesystem.)
 
-Normal _iso9660_ filenames appear in an 8.3 format (i.e., DOS-like restrictions on filename length), and in addition all characters are in upper case. Also there is no field for file ownership, protection, number of links, provision for block/character devices, etc.
+Normal _iso9660_ filenames appear in an 8.3 format (i.e., DOS-like restrictions on filename length), and in addition all characters are in uppercase. Also there is no field for file ownership, protection, number of links, provision for block/character devices, etc.
 
 Rock Ridge is an extension to iso9660 that provides all of these UNIX-like features. Basically there are extensions to each directory record that supply all of the additional information, and when Rock Ridge is in use, the filesystem is indistinguishable from a normal UNIX filesystem (except that it is read-only, of course).
 
@@ -1602,16 +1602,16 @@ UTF8 is the filesystem safe 8-bit encoding of Unicode that is used by the consol
 Defines the behavior for creation and display of filenames which fit into 8.3 characters. If a long name for a file exists, it will always be the preferred one for display. There are four __mode__s:
 
 *lower*;;
-Force the short name to lowercase upon display; store a long name when the short name is not all upper case.
+Force the short name to lowercase upon display; store a long name when the short name is not all uppercase.
 
 *win95*;;
-Force the short name to upper case upon display; store a long name when the short name is not all upper case.
+Force the short name to uppercase upon display; store a long name when the short name is not all uppercase.
 
 *winnt*;;
-Display the short name as is; store a long name when the short name is not all lowercase or all upper case.
+Display the short name as is; store a long name when the short name is not all lowercase or all uppercase.
 
 *mixed*;;
-Display the short name as is; store a long name when the short name is not all upper case. This mode is the default since Linux 2.6.32.
+Display the short name as is; store a long name when the short name is not all uppercase. This mode is the default since Linux 2.6.32.
 
 === Mount options for usbfs