diff options
author | 2004-02-10 14:35:35 +0000 | |
---|---|---|
committer | 2004-02-10 14:35:35 +0000 | |
commit | 8f4857197099996d66ec2f11deb130450e05d3c4 (patch) | |
tree | 47a1957ee7511a52699837646da4ffe9259f4ae9 /lib/libc/string | |
parent | sync with reloc.h change. (diff) | |
download | wireguard-openbsd-8f4857197099996d66ec2f11deb130450e05d3c4.tar.xz wireguard-openbsd-8f4857197099996d66ec2f11deb130450e05d3c4.zip |
make Nm match Dt;
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/bstring.3 | 12 |
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> |