summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/string/wcstok.34
-rw-r--r--src/lib/libc/string/wmemchr.36
2 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/string/wcstok.3 b/src/lib/libc/string/wcstok.3
index df10000af1..dd3f36cfd5 100644
--- a/src/lib/libc/string/wcstok.3
+++ b/src/lib/libc/string/wcstok.3
@@ -1,3 +1,5 @@
1.\" $OpenBSD: wcstok.3,v 1.2 2005/04/13 20:42:48 jmc Exp $
2.\"
1.\" $NetBSD: wcstok.3,v 1.3 2003/09/08 17:54:33 wiz Exp $ 3.\" $NetBSD: wcstok.3,v 1.3 2003/09/08 17:54:33 wiz Exp $
2.\" 4.\"
3.\" Copyright (c) 1998 Softweyr LLC. All rights reserved. 5.\" Copyright (c) 1998 Softweyr LLC. All rights reserved.
@@ -58,8 +60,6 @@
58.Sh NAME 60.Sh NAME
59.Nm wcstok 61.Nm wcstok
60.Nd split wide-character string into tokens 62.Nd split wide-character string into tokens
61.Sh LIBRARY
62.Lb libc
63.Sh SYNOPSIS 63.Sh SYNOPSIS
64.In wchar.h 64.In wchar.h
65.Ft wchar_t * 65.Ft wchar_t *
diff --git a/src/lib/libc/string/wmemchr.3 b/src/lib/libc/string/wmemchr.3
index 3fcf5db0ae..0b6935837c 100644
--- a/src/lib/libc/string/wmemchr.3
+++ b/src/lib/libc/string/wmemchr.3
@@ -1,3 +1,5 @@
1.\" $OpenBSD: wmemchr.3,v 1.2 2005/04/13 20:42:48 jmc Exp $
2.\"
1.\" $NetBSD: wmemchr.3,v 1.9 2003/09/08 17:54:33 wiz Exp $ 3.\" $NetBSD: wmemchr.3,v 1.9 2003/09/08 17:54:33 wiz Exp $
2.\" 4.\"
3.\" Copyright (c) 1990, 1991, 1993 5.\" Copyright (c) 1990, 1991, 1993
@@ -58,8 +60,6 @@
58.Nm wcsspn , 60.Nm wcsspn ,
59.Nm wcsstr 61.Nm wcsstr
60.Nd wide character string manipulation operations 62.Nd wide character string manipulation operations
61.Sh LIBRARY
62.Lb libc
63.Sh SYNOPSIS 63.Sh SYNOPSIS
64.In wchar.h 64.In wchar.h
65.Ft wchar_t * 65.Ft wchar_t *
@@ -103,7 +103,7 @@
103.Ft wchar_t * 103.Ft wchar_t *
104.Fn wcsstr "const wchar_t *s1" "const wchar_t *s2" 104.Fn wcsstr "const wchar_t *s1" "const wchar_t *s2"
105.Sh DESCRIPTION 105.Sh DESCRIPTION
106The functions implement string manipulation operations over wide character 106These functions implement string manipulation operations over wide character
107strings. 107strings.
108For a detailed description, refer to documents for the respective single-byte 108For a detailed description, refer to documents for the respective single-byte
109counterpart, such as 109counterpart, such as