diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-17 05:20:54 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-17 05:20:54 +0000 |
commit | 3434cf01e90de869c714908b068ae0f7ab34edaf (patch) | |
tree | bfc1cfeaa07e9bd62da695c709993089b492740f | |
parent | 55c7f1c442b872184fcae4fe377775b91a10c637 (diff) |
formatting
-rw-r--r-- | lib/libc/regex/re_format.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index f4271496780..2f433493fb6 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.3 1997/04/28 20:44:58 millert Exp $ +.\" $OpenBSD: re_format.7,v 1.4 1997/07/17 05:20:53 mickey Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 Henry Spencer. .\" Copyright (c) 1992, 1993, 1994 @@ -84,8 +84,8 @@ An atom followed by a bound containing two integers \fIi\fR and \fIj\fR matches a sequence of \fIi\fR through \fIj\fR (inclusive) matches of the atom. .PP -An atom is a regular expression enclosed in `()' (matching a match for the -regular expression), +An \fIatom\fR is a regular expression enclosed in `()' +(matching a match for the regular expression), an empty set of `()' (matching the null string)\(dg, a \fIbracket expression\fR (see below), `.' (matching any single character), `^' (matching the null string at the |