diff options
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 |
