bcopy/bzero don't return any value
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 2 Apr 1989 05:35:01 +0000 (21:35 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 2 Apr 1989 05:35:01 +0000 (21:35 -0800)
SCCS-vsn: lib/libc/string/bstring.3 6.5

usr/src/lib/libc/string/bstring.3

index 299be08..fed1d23 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)bstring.3   6.4 (Berkeley) %G%
+.\"    @(#)bstring.3   6.5 (Berkeley) %G%
 .\"
 .TH BSTRING 3  ""
 .UC 5
 .\"
 .TH BSTRING 3  ""
 .UC 5
@@ -10,6 +10,7 @@
 bcopy, bcmp, bzero, ffs \- bit and byte string operations
 .SH SYNOPSIS
 .nf
 bcopy, bcmp, bzero, ffs \- bit and byte string operations
 .SH SYNOPSIS
 .nf
+.B void
 .B bcopy(src, dst, length)
 .B char *src, *dst;
 .B int length;
 .B bcopy(src, dst, length)
 .B char *src, *dst;
 .B int length;
@@ -18,6 +19,7 @@ bcopy, bcmp, bzero, ffs \- bit and byte string operations
 .B char *b1, *b2;
 .B int length;
 .PP
 .B char *b1, *b2;
 .B int length;
 .PP
+.B void
 .B bzero(b, length)
 .B char *b;
 .B int length;
 .B bzero(b, length)
 .B char *b;
 .B int length;