Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Make groff happy.



details:   https://anonhg.NetBSD.org/src/rev/5e638da08f3a
branches:  trunk
changeset: 757819:5e638da08f3a
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Sep 25 01:19:39 2010 +0000

description:
Make groff happy.

diffstat:

 lib/libc/stdio/fmemopen.3 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r a5ce42be0e77 -r 5e638da08f3a lib/libc/stdio/fmemopen.3
--- a/lib/libc/stdio/fmemopen.3 Sat Sep 25 00:25:31 2010 +0000
+++ b/lib/libc/stdio/fmemopen.3 Sat Sep 25 01:19:39 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fmemopen.3,v 1.1 2010/09/24 21:50:56 christos Exp $
+.\"    $NetBSD: fmemopen.3,v 1.2 2010/09/25 01:19:39 uwe Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -105,8 +105,7 @@
 .Bl -tag -width r/w+
 .It Dv r/r+
 Set to the
-.Fa
-size
+.Fa size
 argument.
 .It Dv w/w+
 Set to
@@ -174,6 +173,7 @@
 argument does not specify a
 .Dv + .
 .El
+.Pp
 The
 .Fn fmemopen
 function
@@ -182,7 +182,6 @@
 for any of the errors
 specified for the routine
 .Xr malloc 3 .
-.El
 .Sh SEE ALSO
 .Xr fclose 3 ,
 .Xr fflush 3 ,



Home | Main Index | Thread Index | Old Index