svn commit: r201836 - head/lib/libc/stdio

Christian Brueffer brueffer at FreeBSD.org
Fri Jan 8 22:02:43 UTC 2010


Author: brueffer
Date: Fri Jan  8 22:02:42 2010
New Revision: 201836
URL: http://svn.freebsd.org/changeset/base/201836

Log:
  Remove unnecessary quoting and markup, add missing punctuation.
  
  PR:		140494
  Submitted by:	Jeremy Huddleston <jeremyhu at apple.com>, bde
  MFC after:	1 week

Modified:
  head/lib/libc/stdio/getc.3

Modified: head/lib/libc/stdio/getc.3
==============================================================================
--- head/lib/libc/stdio/getc.3	Fri Jan  8 21:58:12 2010	(r201835)
+++ head/lib/libc/stdio/getc.3	Fri Jan  8 22:02:42 2010	(r201836)
@@ -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-all mailing list