Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/regex/re_format.7,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/regex/re_format.7,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- src/lib/libc/regex/re_format.7 2015/08/22 14:04:54 1.11 +++ src/lib/libc/regex/re_format.7 2017/07/03 21:32:49 1.12 @@ -1,4 +1,4 @@ -.\" $NetBSD: re_format.7,v 1.11 2015/08/22 14:04:54 wiz Exp $ +.\" $NetBSD: re_format.7,v 1.12 2017/07/03 21:32:49 wiz Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -215,7 +215,7 @@ A locale may provide others. A character class may not be used as an endpoint of a range. .Pp There are two special cases(*) of bracket expressions: -the bracket expressions `[[:\*[Lt]:]]' and `[[:\*[Gt]:]]' match +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 which is neither preceded nor followed by word characters.