summaryrefslogtreecommitdiff
path: root/lib/libc/regex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/regex')
-rw-r--r--lib/libc/regex/re_format.75
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7
index baf243d7cfa..55a97440dd1 100644
--- a/lib/libc/regex/re_format.7
+++ b/lib/libc/regex/re_format.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: re_format.7,v 1.8 2000/03/14 21:31:45 aaron Exp $
+.\" $OpenBSD: re_format.7,v 1.9 2000/04/18 03:01:33 aaron Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
.\"
@@ -62,7 +62,8 @@ may not be fully portable to other 1003.2 implementations.
.Pp
A (modern) RE is one\(dg or more non-empty\(dg
.Em branches ,
-separated by `|'. It matches anything that matches one of the branches.
+separated by `|'.
+It matches anything that matches one of the branches.
.Pp
A branch is one\(dg or more
.Em pieces ,