diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-01-22 12:38:43 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-01-22 12:38:43 +0000 |
| commit | 0c7f152b7bf4ee5437ea50b07a5c442f3d0eaab1 (patch) | |
| tree | 1f7c79311a873a3b7b13952debe7b6e67ea46a30 | |
| parent | 1a25c86b3b39d49f455d8306484f7cc84ddc9b9c (diff) | |
Notes
| -rw-r--r-- | lib/libc/regex/re_format.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index 2b6655cd3bf5..58e05e0bdc91 100644 --- a/lib/libc/regex/re_format.7 +++ b/lib/libc/regex/re_format.7 @@ -121,7 +121,7 @@ An atom followed by a bound containing one integer .Em i and a comma matches -a sequence o +a sequence of .Em i or more matches of the atom. An atom followed by a bound |
