summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/bcopy.3
diff options
context:
space:
mode:
authordaniel <>2015-11-24 09:14:35 +0000
committerdaniel <>2015-11-24 09:14:35 +0000
commit30341a6298c257343705e4c665415356ea05630f (patch)
tree9b67f0e94a0a5d0eca6c1791d0b155da301e319c /src/lib/libc/string/bcopy.3
parente4b107abd0f027cb396d455ee5476d7d9da440fd (diff)
downloadopenbsd-30341a6298c257343705e4c665415356ea05630f.tar.gz
openbsd-30341a6298c257343705e4c665415356ea05630f.tar.bz2
openbsd-30341a6298c257343705e4c665415356ea05630f.zip
Document that these functions are now in strings.h.
ok millert@
Diffstat (limited to 'src/lib/libc/string/bcopy.3')
-rw-r--r--src/lib/libc/string/bcopy.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/bcopy.3 b/src/lib/libc/string/bcopy.3
index 94a8231fcb..68c63f92ec 100644
--- a/src/lib/libc/string/bcopy.3
+++ b/src/lib/libc/string/bcopy.3
@@ -28,16 +28,16 @@
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE. 29.\" SUCH DAMAGE.
30.\" 30.\"
31.\" $OpenBSD: bcopy.3,v 1.11 2013/06/05 03:39:23 tedu Exp $ 31.\" $OpenBSD: bcopy.3,v 1.12 2015/11/24 09:14:35 daniel Exp $
32.\" 32.\"
33.Dd $Mdocdate: June 5 2013 $ 33.Dd $Mdocdate: November 24 2015 $
34.Dt BCOPY 3 34.Dt BCOPY 3
35.Os 35.Os
36.Sh NAME 36.Sh NAME
37.Nm bcopy 37.Nm bcopy
38.Nd copy bytes 38.Nd copy bytes
39.Sh SYNOPSIS 39.Sh SYNOPSIS
40.In string.h 40.In strings.h
41.Ft void 41.Ft void
42.Fn bcopy "const void *src" "void *dst" "size_t len" 42.Fn bcopy "const void *src" "void *dst" "size_t len"
43.Sh DESCRIPTION 43.Sh DESCRIPTION