Date: Sat, 12 May 2012 20:27:14 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r235363 - head/lib/libc/stdio Message-ID: <201205122027.q4CKREOu050589@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205122027.q4CKREOu050589>