]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
prlimit: remove repeating words from man page
authorKarel Zak <kzak@redhat.com>
Mon, 21 Jul 2014 14:09:38 +0000 (16:09 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 21 Jul 2014 14:09:38 +0000 (16:09 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/prlimit.1

index 164f472ea52cd097999988ba863bdba8b9f9b2de..df347b239f0ffdd22da919f375cd501cace896e1 100644 (file)
@@ -36,7 +36,7 @@ refer to the RESOURCE OPTIONS section.
 .IP "\fIsoft\fP:\fIhard\fP    Specify both limits."
 .IP "\fIsoft\fP:        Specify only the soft limit."
 .IP ":\fIhard\fP        Specify only the hard limit."
-.IP "\fIvalue\fP        Specify both both limits to the same value."
+.IP "\fIvalue\fP        Specify both limits to the same value."
 
 .SH GENERAL OPTIONS
 .IP "\fB\-h, \-\-help\fP"
@@ -103,7 +103,7 @@ Modify only the soft limit for the number of processes.
 Set for the current process both the soft and ceiling values for the number of
 processes to umlimited.
 .IP "\fBprlimit --cpu=10 sort -u hugefile\fP"
-Set both the soft and hard CPU time limit to ten seconds and and run 'sort'.
+Set both the soft and hard CPU time limit to ten seconds and run 'sort'.
 
 .SH "SEE ALSO"
 .BR prlimit (2),