summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/bstring.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/bstring.3')
-rw-r--r--lib/libc/string/bstring.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3
index d33a3c1e79a..bcb5ac98fc0 100644
--- a/lib/libc/string/bstring.3
+++ b/lib/libc/string/bstring.3
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: bstring.3,v 1.6 2004/02/10 14:35:35 jmc Exp $
+.\" $OpenBSD: bstring.3,v 1.7 2005/02/25 03:12:44 cloder Exp $
.\"
.Dd April 19, 1991
.Dt BSTRING 3
@@ -57,7 +57,7 @@
.Fn memset "void *b" "int c" "size_t len"
.Sh DESCRIPTION
These functions operate on variable length strings of bytes.
-They do not check for terminating null bytes as the routines
+They do not check for terminating NUL bytes as the routines
listed in
.Xr string 3
do.