diff options
Diffstat (limited to 'src/lib/libc/string/wmemmove.3')
-rw-r--r-- | src/lib/libc/string/wmemmove.3 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/lib/libc/string/wmemmove.3 b/src/lib/libc/string/wmemmove.3 index b018bd5cbc..45daa854ba 100644 --- a/src/lib/libc/string/wmemmove.3 +++ b/src/lib/libc/string/wmemmove.3 | |||
@@ -1,3 +1,5 @@ | |||
1 | .\" $OpenBSD: wmemmove.3,v 1.2 2011/07/25 00:38:53 schwarze Exp $ | ||
2 | .\" | ||
1 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. | 3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. |
2 | .\" All rights reserved. | 4 | .\" All rights reserved. |
3 | .\" | 5 | .\" |
@@ -29,9 +31,7 @@ | |||
29 | .\" 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 |
30 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
31 | .\" | 33 | .\" |
32 | .\" $OpenBSD: wmemmove.3,v 1.1 2011/07/09 16:32:11 nicm Exp $ | 34 | .Dd $Mdocdate: July 25 2011 $ |
33 | .\" | ||
34 | .Dd $Mdocdate: July 9 2011 $ | ||
35 | .Dt WMEMMOVE 3 | 35 | .Dt WMEMMOVE 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -58,6 +58,7 @@ The | |||
58 | function returns the original value of | 58 | function returns the original value of |
59 | .Fa dst . | 59 | .Fa dst . |
60 | .Sh SEE ALSO | 60 | .Sh SEE ALSO |
61 | .Xr memmove 3 , | ||
61 | .Xr wcscpy 3 , | 62 | .Xr wcscpy 3 , |
62 | .Xr wcslcpy 3 , | 63 | .Xr wcslcpy 3 , |
63 | .Xr wmemcpy 3 | 64 | .Xr wmemcpy 3 |
@@ -68,3 +69,10 @@ function conforms to | |||
68 | .St -isoC-99 | 69 | .St -isoC-99 |
69 | and was first introduced in | 70 | and was first introduced in |
70 | .St -isoC-amd1 . | 71 | .St -isoC-amd1 . |
72 | .Sh HISTORY | ||
73 | The | ||
74 | .Fn wmemmove | ||
75 | function was ported from | ||
76 | .Nx | ||
77 | and first appeared in | ||
78 | .Ox 3.8 . | ||