From b1044a070b87b20a73f593b1087fae3a062d5920 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Sun, 24 Dec 2000 00:31:01 +0000 Subject: Various repairs, mostly to get rid of short lines. --- lib/libc/stdio/putc.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/libc/stdio/putc.3') diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3 index f2f30c6134e..b1d90bbdb63 100644 --- a/lib/libc/stdio/putc.3 +++ b/lib/libc/stdio/putc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: putc.3,v 1.5 2000/04/20 01:39:32 aaron Exp $ +.\" $OpenBSD: putc.3,v 1.6 2000/12/24 00:30:59 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -88,7 +88,7 @@ function writes the specified to the named output .Fa stream . .Sh RETURN VALUES -The functions, +The functions .Fn fputc , .Fn putc , and @@ -99,8 +99,7 @@ If an error occurs, the value is returned. The .Fn putw -function -returns 0 on success; +function returns 0 on success; .Dv EOF is returned if a write error occurs, or if an attempt is made to write a read-only stream. -- cgit v1.2.3