diff options
author | 2005-05-12 07:53:35 +0000 | |
---|---|---|
committer | 2005-05-12 07:53:35 +0000 | |
commit | f2214e0d4b5af8fd854265eee3219fd39adaa58b (patch) | |
tree | 12116999aee482a1d2d532a587e93caeef9fdd99 /lib/libc | |
parent | Minimal terminal line discipline support to stop the boot timeout (diff) | |
download | wireguard-openbsd-f2214e0d4b5af8fd854265eee3219fd39adaa58b.tar.xz wireguard-openbsd-f2214e0d4b5af8fd854265eee3219fd39adaa58b.zip |
remove unsupported LIBRARY section;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/wctob.3 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/locale/wctob.3 b/lib/libc/locale/wctob.3 index 191568b5d71..13a59024987 100644 --- a/lib/libc/locale/wctob.3 +++ b/lib/libc/locale/wctob.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wctob.3,v 1.1 2005/05/11 18:44:12 espie Exp $ +.\" $OpenBSD: wctob.3,v 1.2 2005/05/12 07:53:35 jmc Exp $ .\" $NetBSD: wctob.3,v 1.3 2003/04/16 13:34:41 wiz Exp $ .\" .\" Copyright (c)2003 Citrus Project, @@ -33,9 +33,6 @@ .Nm wctob .Nd convert a wide character to a single byte character .\" ---------------------------------------------------------------------- -.Sh LIBRARY -.Lb libc -.\" ---------------------------------------------------------------------- .Sh SYNOPSIS .In wchar.h .Ft int |