summaryrefslogtreecommitdiffstats
path: root/man3/bstring.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/bstring.3')
-rw-r--r--man3/bstring.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/bstring.3 b/man3/bstring.3
index dedce33ff..cec24b9c3 100644
--- a/man3/bstring.3
+++ b/man3/bstring.3
@@ -29,7 +29,7 @@
.\" Modified 1993-04-12, David Metcalfe
.\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu)
.\" Modified 2002-01-20, Walter Harms
-.TH BSTRING 3 2019-03-06 "" "Linux Programmer's Manual"
+.TH BSTRING 3 2020-12-21 "" "Linux Programmer's Manual"
.SH NAME
bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem,
memmove, memset \- byte string operations
@@ -68,13 +68,13 @@ for descriptions of each function.
.SH NOTES
The functions
.BR bcmp (),
-.BR bcopy ()
+.BR bcopy (),
and
.BR bzero ()
are obsolete.
Use
.BR memcmp (),
-.BR memcpy ()
+.BR memcpy (),
and
.BR memset ()
instead.
@@ -92,7 +92,7 @@ instead.
.BR memmove (3),
.BR memset (3)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,