diff options
author | 2004-05-07 14:49:53 +0000 | |
---|---|---|
committer | 2004-05-07 14:49:53 +0000 | |
commit | 7d68e8aa0e2741ff6e837e51a2dfdbb810860f53 (patch) | |
tree | 235cd8ed7a289ffcbf2d767854df89f131873a37 /lib/libc | |
parent | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. (diff) | |
download | wireguard-openbsd-7d68e8aa0e2741ff6e837e51a2dfdbb810860f53.tar.xz wireguard-openbsd-7d68e8aa0e2741ff6e837e51a2dfdbb810860f53.zip |
Describe more accurate what word boundaries are.
ok millert@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/regex/re_format.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index 9679dea3cbb..d84ea6e7615 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.10 2003/06/02 20:18:36 millert Exp $ +.\" $OpenBSD: re_format.7,v 1.11 2004/05/07 14:49:53 otto Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -192,7 +192,7 @@ There are two special cases\(dg of bracket expressions: the bracket expressions `[[:<:]]' and `[[:>:]]' match the null string at the beginning and end of a word respectively. A word is defined as a sequence of -word characters +characters starting and ending with a word character which is neither preceded nor followed by word characters. A word character is an |