]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: (man) add info about info messages
authorKarel Zak <kzak@redhat.com>
Wed, 26 Feb 2025 10:06:36 +0000 (11:06 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 26 Feb 2025 10:30:47 +0000 (11:30 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.8.adoc

index 1ee70096fca584ce36c26266e9b32fd38952e4cc..4f23f8d1f0e267e759f3040f9fe6cfaa2f7aec4d 100644 (file)
@@ -453,7 +453,7 @@ For most types all the *mount* program has to do is issue a simple *mount*(2) sy
 Mount the partition that has the specified _uuid_.
 
 *-v*, *--verbose*::
-Verbose mode.
+Enables verbose mode. Starting from version 2.41, if the new kernel mount API is available, it will also print kernel info messages.
 
 *-w*, *--rw*, *--read-write*::
 Mount the filesystem read/write. Read-write is the kernel default and the *mount* default is to try read-only if the previous *mount*(2) syscall with read-write flags on write-protected devices failed.