diff options
| author | tnozaki <tnozaki@NetBSD.org> | 2007-05-21 15:20:40 +0000 |
|---|---|---|
| committer | tnozaki <tnozaki@NetBSD.org> | 2007-05-21 15:20:40 +0000 |
| commit | 080f488178b79ee1e602e35cd270630080defd1d (patch) | |
| tree | 593ace3653bee750945c27250c20524415c0cc07 /lib/libc | |
| parent | 7d0fcadf39154d0db10517be5ab6233623223964 (diff) | |
s/wcttype/wctype/
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/iswctype.3 | 4 | ||||
| -rw-r--r-- | lib/libc/locale/wctype.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/locale/iswctype.3 b/lib/libc/locale/iswctype.3 index 4d95e864649..6225844aea8 100644 --- a/lib/libc/locale/iswctype.3 +++ b/lib/libc/locale/iswctype.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: iswctype.3,v 1.6 2004/01/24 16:58:54 wiz Exp $ +.\" $NetBSD: iswctype.3,v 1.7 2007/05/21 15:20:40 tnozaki Exp $ .\" .\" Copyright (c)2003 Citrus Project, .\" All rights reserved. @@ -69,7 +69,7 @@ category of the current locale. .\" ---------------------------------------------------------------------- .Sh RETURN VALUES The -.Fn iswcttype +.Fn iswctype returns: .Bl -tag -width 012345678901 .It 0 diff --git a/lib/libc/locale/wctype.3 b/lib/libc/locale/wctype.3 index e03829931f9..fd92f8f5f28 100644 --- a/lib/libc/locale/wctype.3 +++ b/lib/libc/locale/wctype.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: wctype.3,v 1.5 2004/01/24 16:58:54 wiz Exp $ +.\" $NetBSD: wctype.3,v 1.6 2007/05/21 15:20:40 tnozaki Exp $ .\" .\" Copyright (c)2003 Citrus Project, .\" All rights reserved. @@ -61,7 +61,7 @@ is affected by the category of the current locale. .\" ---------------------------------------------------------------------- .Sh RETURN VALUES -.Fn wcttype +.Fn wctype returns: .Bl -tag -width 012345678901 .It 0 |
