summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStepan Kasal <kasal@ucw.cz>2003-06-16 08:34:16 +0000
committerStepan Kasal <kasal@ucw.cz>2003-06-16 08:34:16 +0000
commit6faf3e080174642ef6e68d0c46dddceee6ce3fd6 (patch)
tree8bf004c4de16e50e08b5fa6f06700d5f42d613c3 /doc
parent692874c8204e335cc5eed1a2f8946015a086f490 (diff)
downloadgrep-6faf3e080174642ef6e68d0c46dddceee6ce3fd6.tar.gz
typos
* doc/grep.1: two typos "--line-buffered [...] penalty" * doc/grep.texi: a typo
Diffstat (limited to 'doc')
-rw-r--r--doc/grep.16
-rw-r--r--doc/grep.texi2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/grep.1 b/doc/grep.1
index a8320178..47c2847f 100644
--- a/doc/grep.1
+++ b/doc/grep.1
@@ -12,7 +12,7 @@
.de Id
.ds Dt \\$4
..
-.Id $Id: grep.1,v 1.23 2002/01/22 13:20:04 bero Exp $
+.Id $Id: grep.1,v 1.24 2003/06/16 08:34:16 kasal Exp $
.TH GREP 1 \*(Dt "GNU Project"
.SH NAME
grep, egrep, fgrep \- print lines matching a pattern
@@ -302,8 +302,8 @@ Displays input actually coming from standard input as input coming from file
This is especially useful for tools like zgrep, e.g.
.B "gzip -cd foo.gz |grep --label=foo something"
.TP
-.BR \-\^\-line-buffering
-Use line buffering, it can be a performance penality.
+.BR \-\^\-line-buffered
+Use line buffering, it can be a performance penalty.
.TP
.BR \-q ", " \-\^\-quiet ", " \-\^\-silent
Quiet; do not write anything to standard output.
diff --git a/doc/grep.texi b/doc/grep.texi
index 32b27c41..bab09f1b 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -357,7 +357,7 @@ Suppress the prefixing of filenames on output when multiple files are searched.
@item --line-buffered
@opindex --line-buffered
@cindex line buffering
-Set the line buffering policy, this can be a performance penality.
+Set the line buffering policy, this can be a performance penalty.
@item --label=@var{LABEL}
@opindex --label