Module Name:    src
Committed By:   joerg
Date:           Sat Apr 11 15:44:42 UTC 2009

Modified Files:
        src/lib/libc/regex: regex.3

Log Message:
Use semantic markup.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/regex/regex.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/regex/regex.3
diff -u src/lib/libc/regex/regex.3:1.18 src/lib/libc/regex/regex.3:1.19
--- src/lib/libc/regex/regex.3:1.18	Mon Dec 29 17:36:12 2003
+++ src/lib/libc/regex/regex.3	Sat Apr 11 15:44:42 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: regex.3,v 1.18 2003/12/29 17:36:12 wiz Exp $
+.\"	$NetBSD: regex.3,v 1.19 2009/04/11 15:44:42 joerg Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -514,7 +514,9 @@
 .Pp
 A `{' followed by a digit is considered the beginning of bounds for a
 bounded repetition, which must then follow the syntax for bounds.
-A `{' \fInot\fR followed by a digit is considered an ordinary character.
+A `{'
+.Em not
+followed by a digit is considered an ordinary character.
 .Pp
 `^' and `$' beginning and ending subexpressions in obsolete (``basic'')
 REs are anchors, not ordinary characters.

Reply via email to