diff options
author | 1997-07-17 05:20:53 +0000 | |
---|---|---|
committer | 1997-07-17 05:20:53 +0000 | |
commit | 550d52ab70653907a3e00f05616096419ad94cdc (patch) | |
tree | b9dfef78152be6bd90731c01868dc1d9993fe6f4 /lib/libc/regex | |
parent | in rejected(), RPC_MISMATCH is what we are interested in; christos (diff) | |
download | wireguard-openbsd-550d52ab70653907a3e00f05616096419ad94cdc.tar.xz wireguard-openbsd-550d52ab70653907a3e00f05616096419ad94cdc.zip |
formatting
Diffstat (limited to 'lib/libc/regex')
-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 |