summaryrefslogtreecommitdiff
path: root/usr/src/man/man5/regexp.5
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man5/regexp.5')
-rw-r--r--usr/src/man/man5/regexp.54
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man5/regexp.5 b/usr/src/man/man5/regexp.5
index 7ca3c1df4a..d305910d89 100644
--- a/usr/src/man/man5/regexp.5
+++ b/usr/src/man/man5/regexp.5
@@ -584,9 +584,9 @@ might be defined by an application program:
#define ERROR(c) regerr()
#include <regexp.h>
- . . .
+\&...
(void) compile(*argv, expbuf, &expbuf[ESIZE],'\e0');
- . . .
+\&...
if (step(linebuf, expbuf))
succeed;
.fi