diff options
author | tjr <tjr@FreeBSD.org> | 2002-08-03 12:39:41 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-08-03 12:39:41 +0000 |
commit | dc1c7f31522480211a5befcad73e5d30fa62a12d (patch) | |
tree | def23ef55f491c1a0342b25ed6eab580c5f0c9c8 /lib/libc | |
parent | c7371a8702caef5aac390efe29993d9a8014e6b3 (diff) | |
download | FreeBSD-src-dc1c7f31522480211a5befcad73e5d30fa62a12d.zip FreeBSD-src-dc1c7f31522480211a5befcad73e5d30fa62a12d.tar.gz |
Correct use of Nm macro in NAME section and a broken cross reference.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/wctype.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/locale/wctype.3 b/lib/libc/locale/wctype.3 index 87a08ad..f23745b 100644 --- a/lib/libc/locale/wctype.3 +++ b/lib/libc/locale/wctype.3 @@ -28,7 +28,8 @@ .Dt WCTYPE 3 .Os .Sh NAME -.Nm iswctype, wctype +.Nm iswctype , +.Nm wctype .Nd "wide character class functions" .Sh LIBRARY .Lb libc @@ -80,7 +81,7 @@ is invalid, otherwise it returns a value of type that can be used in subsequent calls to .Fn iswctype . .Sh SEE ALSO -.Xr ctype 1 +.Xr ctype 3 .Sh STANDARDS The .Fn iswctype |