summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/bstring.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/bstring.3')
-rw-r--r--src/lib/libc/string/bstring.317
1 files changed, 9 insertions, 8 deletions
diff --git a/src/lib/libc/string/bstring.3 b/src/lib/libc/string/bstring.3
index 0dda6c7278..85283321c8 100644
--- a/src/lib/libc/string/bstring.3
+++ b/src/lib/libc/string/bstring.3
@@ -31,7 +31,7 @@
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE. 32.\" SUCH DAMAGE.
33.\" 33.\"
34.\" $OpenBSD: bstring.3,v 1.3 1999/06/06 15:17:31 aaron Exp $ 34.\" $OpenBSD: bstring.3,v 1.4 2000/04/21 15:24:19 aaron Exp $
35.\" 35.\"
36.Dd April 19, 1991 36.Dd April 19, 1991
37.Dt BSTRING 3 37.Dt BSTRING 3
@@ -96,14 +96,15 @@ and
96conform to 96conform to
97.St -ansiC . 97.St -ansiC .
98.Sh HISTORY 98.Sh HISTORY
99The functions 99The
100.Fn bzero 100.Fn bzero
101and 101and
102.Fn memccpy 102.Fn memccpy
103appeared in 103functions appeared in
104.Bx 4.3 ; 104.Bx 4.3 .
105the functions 105The
106.Fn bcmp , 106.Fn bcmp
107.Fn bcopy , 107and
108appeared in 108.Fn bcopy
109functions appeared in
109.Bx 4.2 . 110.Bx 4.2 .