summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-10 14:35:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-10 14:35:36 +0000
commita50f7e61371d81a11c6144e624b87c557da134a4 (patch)
tree738cfc4d325285826cb5523f16092b5e92f0dbb8 /lib
parent1c176f5dcbe991f020697bb419fad8ca55ea528c (diff)
make Nm match Dt;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/bstring.312
1 files changed, 2 insertions, 10 deletions
diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3
index 54d8302ff20..d33a3c1e79a 100644
--- a/lib/libc/string/bstring.3
+++ b/lib/libc/string/bstring.3
@@ -27,21 +27,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: bstring.3,v 1.5 2003/06/02 20:18:38 millert Exp $
+.\" $OpenBSD: bstring.3,v 1.6 2004/02/10 14:35:35 jmc Exp $
.\"
.Dd April 19, 1991
.Dt BSTRING 3
.Os
.Sh NAME
-.Nm bcmp ,
-.Nm bcopy ,
-.Nm bzero ,
-.Nm memccpy ,
-.Nm memchr ,
-.Nm memcmp ,
-.Nm memcpy ,
-.Nm memmove ,
-.Nm memset
+.Nm bstring
.Nd byte string operations
.Sh SYNOPSIS
.Fd #include <string.h>