From 585731b046a1ee7e194e3d2f3da0ec0dd96e407e Mon Sep 17 00:00:00 2001 From: Askar Safin Date: Tue, 26 Aug 2025 08:32:27 +0000 Subject: [PATCH] man/man2/mount.2: tfix (mountpoint => mount point) Here we fix the only remaining mention of "mountpoint" in all man pages Signed-off-by: Askar Safin Message-ID: <20250826083227.2611457-3-safinaskar@zohomail.com> Signed-off-by: Alejandro Colomar --- man/man2/mount.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man2/mount.2 b/man/man2/mount.2 index 9cb69a1c7..d0a4f8732 100644 --- a/man/man2/mount.2 +++ b/man/man2/mount.2 @@ -311,7 +311,7 @@ Since Linux 2.6.16, can be set or cleared on a per-mount-point basis as well as on the underlying filesystem superblock. The mounted filesystem will be writable only if neither the filesystem -nor the mountpoint are flagged as read-only. +nor the mount point are flagged as read-only. .\" .SS Remounting an existing mount An existing mount may be remounted by specifying -- 2.47.3