svn commit: r202413 - stable/8/lib/libc/stdio

Christian Brueffer brueffer at FreeBSD.org
Fri Jan 15 19:42:09 UTC 2010


Author: brueffer
Date: Fri Jan 15 19:42:09 2010
New Revision: 202413
URL: http://svn.freebsd.org/changeset/base/202413

Log:
  MFC: r201836
  
  Remove unnecessary quoting and markup, add missing punctuation.

Modified:
  stable/8/lib/libc/stdio/getc.3
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)

Modified: stable/8/lib/libc/stdio/getc.3
==============================================================================
--- stable/8/lib/libc/stdio/getc.3	Fri Jan 15 19:34:40 2010	(r202412)
+++ stable/8/lib/libc/stdio/getc.3	Fri Jan 15 19:42:09 2010	(r202413)
@@ -56,7 +56,7 @@
 .Ft int
 .Fn getchar void
 .Ft int
-.Fn getchar_unlocked "void"
+.Fn getchar_unlocked void
 .Ft int
 .Fn getw "FILE *stream"
 .Sh DESCRIPTION
@@ -141,7 +141,7 @@ until the condition is cleared with
 .Sh STANDARDS
 The
 .Fn fgetc ,
-.Fn getc
+.Fn getc ,
 and
 .Fn getchar
 functions
@@ -167,4 +167,3 @@ The size and byte order of an
 varies from one machine to another, and
 .Fn getw
 is not recommended for portable applications.
-.Pp


More information about the svn-src-stable-8 mailing list