summaryrefslogtreecommitdiff
path: root/lib/libc/string/wcscat.3
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-06-05 03:39:24 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-06-05 03:39:24 +0000
commit50f4aee4d46c6e0f837f0bbcdc54992e3dd7af0f (patch)
treeee555f93149f3cd315d11614855f2f83a708a924 /lib/libc/string/wcscat.3
parent3ef9948f177202f485f22c84d5f4cfb4cf74b831 (diff)
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libc/string/wcscat.3')
-rw-r--r--lib/libc/string/wcscat.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/wcscat.3 b/lib/libc/string/wcscat.3
index d0281b8bd1a..9b7588cf9e7 100644
--- a/lib/libc/string/wcscat.3
+++ b/lib/libc/string/wcscat.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wcscat.3,v 1.2 2011/07/25 00:38:53 schwarze Exp $
+.\" $OpenBSD: wcscat.3,v 1.3 2013/06/05 03:39:23 tedu Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 25 2011 $
+.Dd $Mdocdate: June 5 2013 $
.Dt WCSCAT 3
.Os
.Sh NAME
@@ -39,7 +39,7 @@
.Nm wcsncat
.Nd concatenate wide strings
.Sh SYNOPSIS
-.Fd #include <wchar.h>
+.In wchar.h
.Ft wchar_t *
.Fn wcscat "wchar_t * restrict s" "const wchar_t * restrict append"
.Ft wchar_t *