Date: Fri, 15 Jan 2010 19:48:14 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org Subject: svn commit: r202415 - stable/6/lib/libc/stdio Message-ID: <201001151948.o0FJmEOX072515@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brueffer Date: Fri Jan 15 19:48:14 2010 New Revision: 202415 URL: http://svn.freebsd.org/changeset/base/202415 Log: MFC: r201836 Remove unnecessary quoting and markup, add missing punctuation. Modified: stable/6/lib/libc/stdio/getc.3 Directory Properties: stable/6/lib/libc/ (props changed) Modified: stable/6/lib/libc/stdio/getc.3 ============================================================================== --- stable/6/lib/libc/stdio/getc.3 Fri Jan 15 19:44:40 2010 (r202414) +++ stable/6/lib/libc/stdio/getc.3 Fri Jan 15 19:48:14 2010 (r202415) @@ -60,7 +60,7 @@ .Ft int .Fn getchar .Ft int -.Fn getchar_unlocked "void" +.Fn getchar_unlocked void .Ft int .Fn getw "FILE *stream" .Sh DESCRIPTION @@ -145,7 +145,7 @@ until the condition is cleared with .Sh STANDARDS The .Fn fgetc , -.Fn getc +.Fn getc , and .Fn getchar functions @@ -171,4 +171,3 @@ The size and byte order of an varies from one machine to another, and .Fn getw is not recommended for portable applications. -.Pp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001151948.o0FJmEOX072515>