summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcscpy.3
diff options
context:
space:
mode:
authortedu <>2013-06-05 03:39:23 +0000
committertedu <>2013-06-05 03:39:23 +0000
commit9144d249f7d631607805dfaa764531b75021a078 (patch)
tree97667fe496ef1ff70a824f63a20a3b9e63a34bc8 /src/lib/libc/string/wcscpy.3
parent3c06c9f91ba98ce2cdea4031cbaf6c10a938902b (diff)
downloadopenbsd-9144d249f7d631607805dfaa764531b75021a078.tar.gz
openbsd-9144d249f7d631607805dfaa764531b75021a078.tar.bz2
openbsd-9144d249f7d631607805dfaa764531b75021a078.zip
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'src/lib/libc/string/wcscpy.3')
-rw-r--r--src/lib/libc/string/wcscpy.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/wcscpy.3 b/src/lib/libc/string/wcscpy.3
index dcc375acbf..c366103565 100644
--- a/src/lib/libc/string/wcscpy.3
+++ b/src/lib/libc/string/wcscpy.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: wcscpy.3,v 1.2 2011/07/25 00:38:53 schwarze Exp $ 1.\" $OpenBSD: wcscpy.3,v 1.3 2013/06/05 03:39:23 tedu Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991 The Regents of the University of California. 3.\" Copyright (c) 1990, 1991 The Regents of the University of California.
4.\" All rights reserved. 4.\" All rights reserved.
@@ -31,7 +31,7 @@
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE. 32.\" SUCH DAMAGE.
33.\" 33.\"
34.Dd $Mdocdate: July 25 2011 $ 34.Dd $Mdocdate: June 5 2013 $
35.Dt WCSCPY 3 35.Dt WCSCPY 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -39,7 +39,7 @@
39.Nm wcsncpy 39.Nm wcsncpy
40.Nd copy wide strings 40.Nd copy wide strings
41.Sh SYNOPSIS 41.Sh SYNOPSIS
42.Fd #include <wchar.h> 42.In wchar.h
43.Ft wchar_t * 43.Ft wchar_t *
44.Fn wcscpy "wchar_t * restrict dst" "const wchar_t * restrict src" 44.Fn wcscpy "wchar_t * restrict dst" "const wchar_t * restrict src"
45.Ft wchar_t * 45.Ft wchar_t *