diff options
author | schwarze <> | 2011-07-25 00:38:53 +0000 |
---|---|---|
committer | schwarze <> | 2011-07-25 00:38:53 +0000 |
commit | 339c056f856313e215baab8ddc4bc0ce064b4571 (patch) | |
tree | 7c0511efd76ae46bc18c0955627ddf69509014c6 /src/lib/libc/string/wmemset.3 | |
parent | 3ad0ccfe078fe407c711a9d1fb21b9b79aa67f2c (diff) | |
download | openbsd-339c056f856313e215baab8ddc4bc0ce064b4571.tar.gz openbsd-339c056f856313e215baab8ddc4bc0ce064b4571.tar.bz2 openbsd-339c056f856313e215baab8ddc4bc0ce064b4571.zip |
update HISTORY and SEE ALSO for all of string(3), together with various
smaller improvements; jmc@ and nicm@ both ask me to get this in because
further tweaking will be easier in-tree
Diffstat (limited to 'src/lib/libc/string/wmemset.3')
-rw-r--r-- | src/lib/libc/string/wmemset.3 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/lib/libc/string/wmemset.3 b/src/lib/libc/string/wmemset.3 index f1e52e6a8d..1b840762ec 100644 --- a/src/lib/libc/string/wmemset.3 +++ b/src/lib/libc/string/wmemset.3 | |||
@@ -1,3 +1,5 @@ | |||
1 | .\" $OpenBSD: wmemset.3,v 1.3 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: wmemset.3,v 1.2 2011/07/09 16:46:58 nicm Exp $ | 34 | .Dd $Mdocdate: July 25 2011 $ |
33 | .\" | ||
34 | .Dd $Mdocdate: July 9 2011 $ | ||
35 | .Dt WMEMSET 3 | 35 | .Dt WMEMSET 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -55,6 +55,8 @@ The | |||
55 | .Fn wmemset | 55 | .Fn wmemset |
56 | function returns the original value of | 56 | function returns the original value of |
57 | .Fa s . | 57 | .Fa s . |
58 | .Sh SEE ALSO | ||
59 | .Xr memset 3 | ||
58 | .Sh STANDARDS | 60 | .Sh STANDARDS |
59 | The | 61 | The |
60 | .Fn wmemset | 62 | .Fn wmemset |
@@ -62,3 +64,10 @@ function conforms to | |||
62 | .St -isoC-99 | 64 | .St -isoC-99 |
63 | and was first introduced in | 65 | and was first introduced in |
64 | .St -isoC-amd1 . | 66 | .St -isoC-amd1 . |
67 | .Sh HISTORY | ||
68 | The | ||
69 | .Fn wmemset | ||
70 | function was ported from | ||
71 | .Nx | ||
72 | and first appeared in | ||
73 | .Ox 3.8 . | ||