diff options
author | joel <joel@FreeBSD.org> | 2013-02-27 20:09:25 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-02-27 20:09:25 +0000 |
commit | bd82c21b516241ad5129c0cc5f0db7391f5a9d13 (patch) | |
tree | 61df06e90f38ba53d20b35396d70f0371aa8e49c /lib/libc | |
parent | faaaa0ae86af80852874aca81e87a20f4df574fd (diff) | |
download | FreeBSD-src-bd82c21b516241ad5129c0cc5f0db7391f5a9d13.zip FreeBSD-src-bd82c21b516241ad5129c0cc5f0db7391f5a9d13.tar.gz |
mdoc: add missing El.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/open_memstream.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/open_memstream.3 b/lib/libc/stdio/open_memstream.3 index d03ed1f..9396830 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 , |