diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-18 23:58:39 +1300 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-18 23:58:39 +1300 |
| commit | f78ed33a652edc0be422a8dbd9a16d17656d4691 (patch) | |
| tree | d19b7ed5e51d35884ef63c608d87dbeca6087645 /man7/regex.7 | |
| parent | 14d707135923a56f53979a90ddc278a13f482cb7 (diff) | |
| download | man-pages-f78ed33a652edc0be422a8dbd9a16d17656d4691.tar.gz | |
madvise.2, perf_event_open.2, query_module.2, stat.2, sem_init.3, hpsa.4, rtc.4, st.4, elf.5, filesystems.5, proc.5, environ.7, man-pages.7, regex.7, units.7: Reword to avoid use of "etc."
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/regex.7')
| -rw-r--r-- | man7/regex.7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man7/regex.7 b/man7/regex.7 index c54539d81b..a2a0c5c7d5 100644 --- a/man7/regex.7 +++ b/man7/regex.7 @@ -57,7 +57,8 @@ separated by \(aq|\(aq. It matches anything that matches one of the branches. .PP A branch is one\*(dg or more \fIpieces\fR, concatenated. -It matches a match for the first, followed by a match for the second, etc. +It matches a match for the first, followed by a match for the second, +and so on. .PP A piece is an \fIatom\fR possibly followed by a single\*(dg \(aq*\(aq, \(aq+\(aq, \(aq?\(aq, or \fIbound\fR. |
