svn commit: r235363 - head/lib/libc/stdio
Joel Dahl
joel at FreeBSD.org
Sat May 12 20:27:14 UTC 2012
Author: joel (doc committer)
Date: Sat May 12 20:27:13 2012
New Revision: 235363
URL: http://svn.freebsd.org/changeset/base/235363
Log:
Minor mdoc nits.
Modified:
head/lib/libc/stdio/scanf.3
head/lib/libc/stdio/wscanf.3
Modified: head/lib/libc/stdio/scanf.3
==============================================================================
--- head/lib/libc/stdio/scanf.3 Sat May 12 20:24:46 2012 (r235362)
+++ head/lib/libc/stdio/scanf.3 Sat May 12 20:27:13 2012 (r235363)
@@ -370,10 +370,10 @@ The string is to be made up of character
(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
Modified: head/lib/libc/stdio/wscanf.3
==============================================================================
--- head/lib/libc/stdio/wscanf.3 Sat May 12 20:24:46 2012 (r235362)
+++ head/lib/libc/stdio/wscanf.3 Sat May 12 20:27:13 2012 (r235363)
@@ -365,10 +365,10 @@ The string is to be made up of character
(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
More information about the svn-src-head
mailing list