diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-19 13:11:38 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-19 13:11:38 +0000 |
| commit | 1f04cc973175969e12b929182aa1683787949be7 (patch) | |
| tree | 1ef45d2ec928a39833105440f0cf8a5a28a7d128 /man7/regex.7 | |
| parent | 2169c23cf5edd1f16ae8ec8e5d2c4994b856541f (diff) | |
| download | man-pages-1f04cc973175969e12b929182aa1683787949be7.tar.gz | |
s/nonempty/non-empty/
Diffstat (limited to 'man7/regex.7')
| -rw-r--r-- | man7/regex.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/regex.7 b/man7/regex.7 index 47b36f5eae..aa585db650 100644 --- a/man7/regex.7 +++ b/man7/regex.7 @@ -50,7 +50,7 @@ POSIX.2 leaves some aspects of RE syntax and semantics open; `\*(dg' marks decisions on these aspects that may not be fully portable to other POSIX.2 implementations. .PP -A (modern) RE is one\*(dg or more nonempty\*(dg \fIbranches\fR, +A (modern) RE is one\*(dg or more non-empty\*(dg \fIbranches\fR, separated by `|'. It matches anything that matches one of the branches. .PP |
