projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4fd2bf
)
doc: the quote operator for expr is '+', not 'quote'
author
Benno Schulenberg
<bensberg@justemail.net>
Sat, 9 Aug 2008 12:31:32 +0000
(14:31 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Mon, 11 Aug 2008 07:47:01 +0000
(09:47 +0200)
doc/coreutils.texi
patch
|
blob
|
history
diff --git
a/doc/coreutils.texi
b/doc/coreutils.texi
index
2d2582c
..
b044d0c
100644
(file)
--- a/
doc/coreutils.texi
+++ b/
doc/coreutils.texi
@@
-11296,7
+11296,7
@@
expr index abcdef cz
@result{} 3
expr index index a
@error{} expr: syntax error
-expr index
quote
index a
+expr index
+
index a
@result{} 0
@end example