diff options
author | jmc <> | 2022-09-11 06:38:11 +0000 |
---|---|---|
committer | jmc <> | 2022-09-11 06:38:11 +0000 |
commit | 3e268b5d835a2d2ed944b2e03c9cc7f178765bb3 (patch) | |
tree | fef440286902c30bd0cbff19e3da976f80de9175 /src/lib/libc/string/memset.3 | |
parent | 95806d271a4d8ed4658ab14b5713895696bb8919 (diff) | |
download | openbsd-3e268b5d835a2d2ed944b2e03c9cc7f178765bb3.tar.gz openbsd-3e268b5d835a2d2ed944b2e03c9cc7f178765bb3.tar.bz2 openbsd-3e268b5d835a2d2ed944b2e03c9cc7f178765bb3.zip |
.Li -> .Vt where appropriate;
from josiah frentsos, tweaked by schwarze
ok schwarze
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 |