Module Name: src
Committed By: joerg
Date: Fri May 14 03:04:32 UTC 2010
Modified Files:
src/lib/libc/stdio: scanf.3
Log Message:
Fix markup
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/stdio/scanf.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/stdio/scanf.3
diff -u src/lib/libc/stdio/scanf.3:1.26 src/lib/libc/stdio/scanf.3:1.27
--- src/lib/libc/stdio/scanf.3:1.26 Mon Mar 22 13:15:54 2010
+++ src/lib/libc/stdio/scanf.3 Fri May 14 03:04:32 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: scanf.3,v 1.26 2010/03/22 13:15:54 jruoho Exp $
+.\" $NetBSD: scanf.3,v 1.27 2010/05/14 03:04:32 joerg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -340,10 +340,10 @@
(or not in)
a particular set;
the set is defined by the characters between the open bracket
-.Cm [
+.Cm \&[
character
and a close bracket
-.Cm ]
+.Cm \&]
character.
The set
.Em excludes