summaryrefslogtreecommitdiff
path: root/lib/libc/string/memset.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/memset.3')
-rw-r--r--lib/libc/string/memset.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3
index ac5b7e90ad2..0051ff615d8 100644
--- a/lib/libc/string/memset.3
+++ b/lib/libc/string/memset.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: memset.3,v 1.8 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: memset.3,v 1.9 2022/09/11 06:38:11 jmc 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: June 5 2013 $
+.Dd $Mdocdate: September 11 2022 $
.Dt MEMSET 3
.Os
.Sh NAME
@@ -49,7 +49,7 @@ function writes
bytes of value
.Fa c
(converted to an
-.Li unsigned char )
+.Vt unsigned char )
to the string
.Fa b .
.Sh RETURN VALUES