diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-09-11 06:38:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-09-11 06:38:13 +0000 |
commit | 272335dff09eb442fbdf7e81932b406f2f2c02e0 (patch) | |
tree | 0f9b92c92b745f1757f00736d57cf9cf4def8b8d /share/man/man3/bit_alloc.3 | |
parent | 830aea92a7879fb169129d063efaaff66a0cb89b (diff) |
.Li -> .Vt where appropriate;
from josiah frentsos, tweaked by schwarze
ok schwarze
Diffstat (limited to 'share/man/man3/bit_alloc.3')
-rw-r--r-- | share/man/man3/bit_alloc.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man3/bit_alloc.3 b/share/man/man3/bit_alloc.3 index c74d295341a..8144d2e0d21 100644 --- a/share/man/man3/bit_alloc.3 +++ b/share/man/man3/bit_alloc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bit_alloc.3,v 1.2 2022/08/04 06:20:24 jsg Exp $ +.\" $OpenBSD: bit_alloc.3,v 1.3 2022/09/11 06:38:11 jmc Exp $ .\" $NetBSD: bitstring.3,v 1.4 1994/11/30 15:24:31 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -32,7 +32,7 @@ .\" .\" @(#)bitstring.3 8.1 (Berkeley) 7/19/93 .\" -.Dd $Mdocdate: August 4 2022 $ +.Dd $Mdocdate: September 11 2022 $ .Dt BIT_ALLOC 3 .Os .Sh NAME @@ -66,7 +66,7 @@ These macros operate on strings of bits. The .Fn bit_alloc macro returns a pointer of type -.Li "bitstr_t *" +.Vt bitstr_t * to sufficient space to store .Fa nbits bits, or @@ -82,7 +82,7 @@ bits on the stack. The .Fn bitstr_size macro returns the number of elements of type -.Li bitstr_t +.Vt bitstr_t necessary to store .Fa nbits bits. |