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