]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
man: End sentences with fullstop
authorTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 7 Apr 2026 16:50:48 +0000 (18:50 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Thu, 9 Apr 2026 09:09:36 +0000 (11:09 +0200)
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
misc-utils/findmnt.8.adoc
sys-utils/mount.8.adoc
sys-utils/umount.8.adoc

index 468965f6d9f5240d4f9daac2b7a96f07691f116e..d593ed06a53183222aebaa81e72bc77df136cb9b 100644 (file)
@@ -217,13 +217,13 @@ specification, or the device path or mountpoint does not exist).
 == ENVIRONMENT
 
 *LIBMOUNT_DEBUG*=all::
-Enable libmount debug output
+Enable libmount debug output.
 
 *LIBMOUNT_FSTAB*=<path>::
-Override the default location of the _fstab_ file
+Override the default location of the _fstab_ file.
 
 *LIBMOUNT_MTAB*=<path>::
-Override the default location of the _mtab_ file
+Override the default location of the _mtab_ file.
 
 include::man-common/env-smartcols.adoc[]
 
index 4a9e72a2fad624da1dea2ad63e9d8854de2eeec0..166e540339cb15f33daa2a303c76c9967419d373 100644 (file)
@@ -1751,19 +1751,19 @@ The exit status value of the helper is returned as the exit status of *mount*(8)
 == ENVIRONMENT
 
 *LIBBLKID_DEBUG*=all::
-Enable libblkid debug output
+Enable libblkid debug output.
 
 *LIBMOUNT_DEBUG*=all::
-Enable libmount debug output
+Enable libmount debug output.
 
 *LIBMOUNT_FORCE_MOUNT2*={always|never|auto}::
 Force to use classic *mount*(2) system call (requires support for new file descriptors based mount API). The default is *auto*; in this case, libmount tries to be smart and use classic *mount*(2) only for well-known issues. If the new mount API is unavailable, libmount can still use traditional *mount*(2), although LIBMOUNT_FORCE_MOUNT2 is set to *never*.
 
 *LIBMOUNT_FSTAB*=<path>::
-Override the default location of the _fstab_ file (ignored for suid)
+Override the default location of the _fstab_ file (ignored for suid).
 
 *LOOPDEV_DEBUG*=all::
-Enable loop device setup debug output
+Enable loop device setup debug output.
 
 == FILES
 
index bc93352cebe1652ab2c5d03bd7d65a14e9533308..12a5116db77d7f312496ceb989b7a8ee66e9c490 100644 (file)
@@ -191,10 +191,10 @@ The exit status value of the helper is returned as the exit status of *umount*(8
 == ENVIRONMENT
 
 *LIBMOUNT_DEBUG*=all::
-Enable *libmount* debug output
+Enable *libmount* debug output.
 
 *LIBMOUNT_FSTAB*=<path>::
-Override the default location of the _fstab_ file (ignored for *suid*)
+Override the default location of the _fstab_ file (ignored for *suid*).
 
 == FILES