Module Name: src Committed By: uwe Date: Sat Sep 25 01:19:40 UTC 2010
Modified Files: src/lib/libc/stdio: fmemopen.3 Log Message: Make groff happy. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdio/fmemopen.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/stdio/fmemopen.3 diff -u src/lib/libc/stdio/fmemopen.3:1.1 src/lib/libc/stdio/fmemopen.3:1.2 --- src/lib/libc/stdio/fmemopen.3:1.1 Fri Sep 24 21:50:56 2010 +++ src/lib/libc/stdio/fmemopen.3 Sat Sep 25 01:19:39 2010 @@ -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 ,