diff options
author | nicm <> | 2011-07-09 16:46:58 +0000 |
---|---|---|
committer | nicm <> | 2011-07-09 16:46:58 +0000 |
commit | b698c43c641992d00b7881867c4e3019533f1f39 (patch) | |
tree | fd7f26d08d5397030c8af24e70b12af8a3905c14 /src/lib/libc/string/wmemset.3 | |
parent | fca8d05c769a8158bda24aac39207cc8aef2509f (diff) | |
download | openbsd-b698c43c641992d00b7881867c4e3019533f1f39.tar.gz openbsd-b698c43c641992d00b7881867c4e3019533f1f39.tar.bz2 openbsd-b698c43c641992d00b7881867c4e3019533f1f39.zip |
Minor function name tweaks.
Diffstat (limited to 'src/lib/libc/string/wmemset.3')
-rw-r--r-- | src/lib/libc/string/wmemset.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/wmemset.3 b/src/lib/libc/string/wmemset.3 index c43fc1079f..f1e52e6a8d 100644 --- a/src/lib/libc/string/wmemset.3 +++ b/src/lib/libc/string/wmemset.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: wmemset.3,v 1.1 2011/07/09 16:32:11 nicm Exp $ | 32 | .\" $OpenBSD: wmemset.3,v 1.2 2011/07/09 16:46:58 nicm Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: July 9 2011 $ | 34 | .Dd $Mdocdate: July 9 2011 $ |
35 | .Dt WMEMSET 3 | 35 | .Dt WMEMSET 3 |
@@ -57,7 +57,7 @@ function returns the original value of | |||
57 | .Fa s . | 57 | .Fa s . |
58 | .Sh STANDARDS | 58 | .Sh STANDARDS |
59 | The | 59 | The |
60 | .Fn memset | 60 | .Fn wmemset |
61 | function conforms to | 61 | function conforms to |
62 | .St -isoC-99 | 62 | .St -isoC-99 |
63 | and was first introduced in | 63 | and was first introduced in |