diff options
author | 2015-11-24 09:14:35 +0000 | |
---|---|---|
committer | 2015-11-24 09:14:35 +0000 | |
commit | 7a85a27d090ccb8ac878dd6bf9dc7a1230b57387 (patch) | |
tree | 899f30b3ac571983097a56c86c4984a2cd528b5e /lib/libc/string/bcopy.3 | |
parent | Don't loop forever trying to handle NP faults in certain failure cases. (diff) | |
download | wireguard-openbsd-7a85a27d090ccb8ac878dd6bf9dc7a1230b57387.tar.xz wireguard-openbsd-7a85a27d090ccb8ac878dd6bf9dc7a1230b57387.zip |
Document that these functions are now in strings.h.
ok millert@
Diffstat (limited to 'lib/libc/string/bcopy.3')
-rw-r--r-- | lib/libc/string/bcopy.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index 94a8231fcb2..68c63f92ec2 100644 --- a/lib/libc/string/bcopy.3 +++ b/lib/libc/string/bcopy.3 @@ -28,16 +28,16 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: bcopy.3,v 1.11 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: bcopy.3,v 1.12 2015/11/24 09:14:35 daniel Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: November 24 2015 $ .Dt BCOPY 3 .Os .Sh NAME .Nm bcopy .Nd copy bytes .Sh SYNOPSIS -.In string.h +.In strings.h .Ft void .Fn bcopy "const void *src" "void *dst" "size_t len" .Sh DESCRIPTION |