aboutsummaryrefslogtreecommitdiffstats
path: root/man7/regex.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-03-19 13:11:38 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-03-19 13:11:38 +0000
commit1f04cc973175969e12b929182aa1683787949be7 (patch)
tree1ef45d2ec928a39833105440f0cf8a5a28a7d128 /man7/regex.7
parent2169c23cf5edd1f16ae8ec8e5d2c4994b856541f (diff)
downloadman-pages-1f04cc973175969e12b929182aa1683787949be7.tar.gz
s/nonempty/non-empty/
Diffstat (limited to 'man7/regex.7')
-rw-r--r--man7/regex.72
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