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

Joel Dahl joel at FreeBSD.org
Wed Feb 27 20:09:25 UTC 2013


Author: joel (doc committer)
Date: Wed Feb 27 20:09:25 2013
New Revision: 247415
URL: http://svnweb.freebsd.org/changeset/base/247415

Log:
  mdoc: add missing El.

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

Modified: head/lib/libc/stdio/open_memstream.3
==============================================================================
--- head/lib/libc/stdio/open_memstream.3	Wed Feb 27 19:59:58 2013	(r247414)
+++ head/lib/libc/stdio/open_memstream.3	Wed Feb 27 20:09:25 2013	(r247415)
@@ -137,6 +137,7 @@ argument was
 .Dv NULL .
 .It Bq Er ENOMEM
 Memory for the stream or buffer could not be allocated.
+.El
 .Sh SEE ALSO
 .Xr fclose 3 ,
 .Xr fflush 3 ,


More information about the svn-src-head mailing list