diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-04 15:37:13 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-04 15:37:13 +0000 |
| commit | d68b700a78ba6d4f1436aa6d21e47378a00a439b (patch) | |
| tree | 54dfcb6dd3ce333bf7c28095d79a240879e05061 | |
| parent | 085be199c699728e3a8b4ba4705f711cbd13e213 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/sbuf.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/sbuf.9 b/share/man/man9/sbuf.9 index 049aa7b07d7d..69ed3008e984 100644 --- a/share/man/man9/sbuf.9 +++ b/share/man/man9/sbuf.9 @@ -101,7 +101,7 @@ If that pointer is .Dv NULL , .Fn sbuf_new allocates a -.Fa struct sbuf +.Vt struct sbuf using .Xr malloc 9 . The @@ -299,11 +299,11 @@ return .Dv NULL and \-1, respectively, if the buffer overflowed. .Sh SEE ALSO -.Xr copyin 9 , -.Xr copyinstr 9 , .Xr printf 3 , .Xr strcat 3 , -.Xr strcpy 3 +.Xr strcpy 3 , +.Xr copyin 9 , +.Xr copyinstr 9 .Sh HISTORY The .Nm sbuf |
