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/memchr.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/memchr.3')
-rw-r--r-- | src/lib/libc/string/memchr.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/memchr.3 b/src/lib/libc/string/memchr.3 index 8d8a9ddf9c..2c961b6338 100644 --- a/src/lib/libc/string/memchr.3 +++ b/src/lib/libc/string/memchr.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: memchr.3,v 1.12 2014/04/07 17:57:56 schwarze Exp $ | 1 | .\" $OpenBSD: memchr.3,v 1.13 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: April 7 2014 $ | 34 | .Dd $Mdocdate: September 11 2022 $ |
35 | .Dt MEMCHR 3 | 35 | .Dt MEMCHR 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -50,7 +50,7 @@ The | |||
50 | function locates the first occurrence of | 50 | function locates the first occurrence of |
51 | .Fa c | 51 | .Fa c |
52 | (converted to an | 52 | (converted to an |
53 | .Li unsigned char ) | 53 | .Vt unsigned char ) |
54 | in string | 54 | in string |
55 | .Fa b . | 55 | .Fa b . |
56 | .Pp | 56 | .Pp |