diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-17 22:03:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-17 22:03:19 +0000 |
commit | 09892ee6b78b0ff3237745cfa83eafe8362e925e (patch) | |
tree | f15a63d1176d730addf279c6e86f01d13e643223 /lib/libc/stdio/putwc.3 | |
parent | 10f3515340ce9e31762c8d316c04e530eac7ce34 (diff) |
- remove .Sh LIBRARY
- add $OpenBSD$ tag
- a couple minor tweaks
Diffstat (limited to 'lib/libc/stdio/putwc.3')
-rw-r--r-- | lib/libc/stdio/putwc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/putwc.3 b/lib/libc/stdio/putwc.3 index 65d1d188727..22ade279654 100644 --- a/lib/libc/stdio/putwc.3 +++ b/lib/libc/stdio/putwc.3 @@ -1,3 +1,5 @@ +.\" $OpenBSD: putwc.3,v 1.2 2005/06/17 22:03:18 jmc Exp $ +.\" .\" $NetBSD: putwc.3,v 1.7 2003/09/08 17:54:32 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -39,10 +41,8 @@ .Sh NAME .Nm fputwc , .Nm putwc , -.Nm putwchar , +.Nm putwchar .Nd output a wide-character to a stream -.Sh LIBRARY -.Lb libc .Sh SYNOPSIS .In stdio.h .In wchar.h |