aboutsummaryrefslogtreecommitdiffstats
path: root/man3/bstring.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/bstring.3')
-rw-r--r--man3/bstring.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/bstring.3 b/man3/bstring.3
index 9b680119c0..6b3730fa57 100644
--- a/man3/bstring.3
+++ b/man3/bstring.3
@@ -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.