diff options
author | trasz <trasz@FreeBSD.org> | 2016-03-28 16:48:28 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2016-03-28 16:48:28 +0000 |
commit | e94990b345ddf2df45ce59ae5a38beae33e86178 (patch) | |
tree | 05b5687a3c3fceaa4682c1cdd6eb78248d30a76b /lib/libc/stdio | |
parent | 1e40ee9ff2692fd2aa160a310437de180b8f41a9 (diff) | |
download | FreeBSD-src-e94990b345ddf2df45ce59ae5a38beae33e86178.zip FreeBSD-src-e94990b345ddf2df45ce59ae5a38beae33e86178.tar.gz |
Fix bunch of .Xrs.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/open_memstream.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/open_memstream.3 b/lib/libc/stdio/open_memstream.3 index 1a0cb07..8e2c1e9 100644 --- a/lib/libc/stdio/open_memstream.3 +++ b/lib/libc/stdio/open_memstream.3 @@ -144,8 +144,8 @@ Memory for the stream or buffer could not be allocated. .Xr fopen 3 , .Xr free 3 , .Xr fseek 3 , -.Xr sbuf 3 , -.Xr stdio 3 +.Xr stdio 3 , +.Xr sbuf 9 .Sh STANDARDS The .Fn open_memstream |