]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/blkid.8.adoc
Merge branch 'PR/libmount-utab-event' of github.com:karelzak/util-linux-work
[thirdparty/util-linux.git] / misc-utils / blkid.8.adoc
index 85e7723809e75d6b279b9604c02e4b894b8f55f0..5e8002d73d317e86ed9abdc8a798dc6e2ebd1ed5 100644 (file)
@@ -55,12 +55,9 @@ Don't print information (PART_ENTRY_* tags) from partition table in low-level pr
 *-g*, *--garbage-collect*::
 Perform a garbage collection pass on the blkid cache to remove devices which no longer exist.
 
-*-h*, *--help*::
-Display a usage message and exit.
-
 *-H*, *--hint* _setting_::
-Set probing hint. The hints are optional way how to force probing functions to
-check for example another location. The currently supported is
+Set probing hint. The hints are an optional way to force probing functions to
+check, for example, another location. The currently supported is
 "session_offset=_number_" to set session offset on multi-session UDF.
 
 *-i*, *--info*::
@@ -146,8 +143,7 @@ probes for all supported formats except RAIDs. This option is only useful togeth
 *-U*, *--uuid* _uuid_::
 Look up the device that uses this filesystem _uuid_. For more details see the *--label* option.
 
-*-V*, *--version*::
-Display version number and exit.
+include::man-common/help-version.adoc[]
 
 == EXIT STATUS
 
@@ -161,7 +157,7 @@ If an ambivalent probing result was detected by low-level probing mode (*-p*), a
 
 == CONFIGURATION FILE
 
-The standard location of the _/etc/blkid.conf_ config file can be overridden by the environment variable BLKID_CONF. The following options control the libblkid library:
+The standard location of the _/etc/blkid.conf_ config file can be overridden by the environment variable *BLKID_CONF*. The following options control the libblkid library:
 
 _SEND_UEVENT=<yes|not>_::
 Sends uevent when _/dev/disk/by-{label,uuid,partuuid,partlabel}/_ symlink does not match with LABEL, UUID, PARTUUID or PARTLABEL on the device. Default is "yes".