1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Jair Reis <jmsrdebian@protonmail.com>
Date: Tue, 18 Mar 2025 08:06:28 +0100
Subject: Fixed spelling error in man/pmount.1.
Last-Update: 2020-05-29
===================================================================
---
man/pmount.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/pmount.1 b/man/pmount.1
index be6d7b8..25326cc 100644
--- a/man/pmount.1
+++ b/man/pmount.1
@@ -73,7 +73,7 @@ until it is unlocked again using
.B pmount \-\-unlock
.I device pid\fR. The process id
.I pid
-assigns the lock to a particular process; this allows to lock a device by
+assigns the lock to a particular process; this allows one to lock a device by
several processes.
During mount, the list of locks is cleaned, i. e. all locks whose associated
|