From 1046c6427e0c3f8bc989fa6a1816fe1b26b0eafb Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Wed, 27 Feb 2013 20:09:25 +0000 Subject: [PATCH] mdoc: add missing El. --- lib/libc/stdio/open_memstream.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/stdio/open_memstream.3 b/lib/libc/stdio/open_memstream.3 index d03ed1fc7b5e..939683036b5a 100644 --- a/lib/libc/stdio/open_memstream.3 +++ b/lib/libc/stdio/open_memstream.3 @@ -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 ,