1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Bo YU <tsu.yubo@gmail.com>
Date: Tue, 19 Jul 2022 22:03:48 +0800
Subject: fix lintian warning:
"allows to" -> "allows one to"
---
doc/rush.rc.5 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/rush.rc.5 b/doc/rush.rc.5
index 27c351c..537db00 100644
--- a/doc/rush.rc.5
+++ b/doc/rush.rc.5
@@ -433,7 +433,7 @@ are recognized and replaced as per table below:
\\% Percent sign
.tabend
In addition, the sequence \fB\\\fInewline\fR is removed from
-the string. This allows to split long strings over several
+the string. This allows one to split long strings over several
physical lines.
.sp
During the \fIbackreference interpretation\fR, references to parenthesized
|