aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2016-03-28 16:48:28 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2016-03-28 16:48:28 +0000
commit225636dccbfd160caa9a034cc050a09be0da1c25 (patch)
tree05b5687a3c3fceaa4682c1cdd6eb78248d30a76b /lib
parent841d5e01513c6a63338986f3edcfb6a38c0a28cf (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/open_memstream.34
-rw-r--r--lib/libc/sys/ptrace.22
-rw-r--r--lib/libfetch/fetch.31
3 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdio/open_memstream.3 b/lib/libc/stdio/open_memstream.3
index 1a0cb0753abaf..8e2c1e9e057f1 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
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index 786f4576db9b7..10ad660fe9e47 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -103,7 +103,7 @@ be ignored.
If the child was created by
.Xr vfork 2
system call or
-.Xr rfork(2)
+.Xr rfork 2
call with the
.Dv RFMEM
flag specified, the debugging events are reported to the parent
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index bb295f1045c0b..e04917ebcb429 100644
--- a/lib/libfetch/fetch.3
+++ b/lib/libfetch/fetch.3
@@ -724,7 +724,6 @@ SSL_CA_CERT_FILE=/path/to/myca.pem
.Ed
.Sh SEE ALSO
.Xr fetch 1 ,
-.Xr ftpio 3 ,
.Xr ip 4
.Rs
.%A J. Postel