From 82dd0f696c02e250e27e96b5a9a5ccd44826f2b1 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Fri, 15 Jan 2010 19:42:09 +0000 Subject: [PATCH] MFC: r201836 Remove unnecessary quoting and markup, add missing punctuation. --- lib/libc/stdio/getc.3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index c8b938664f2..d0f3c15f072 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -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