From 3e268b5d835a2d2ed944b2e03c9cc7f178765bb3 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 11 Sep 2022 06:38:11 +0000 Subject: .Li -> .Vt where appropriate; from josiah frentsos, tweaked by schwarze ok schwarze --- src/lib/libc/stdlib/imaxdiv.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libc/stdlib/imaxdiv.3') diff --git a/src/lib/libc/stdlib/imaxdiv.3 b/src/lib/libc/stdlib/imaxdiv.3 index 0d4f765373..70168acb30 100644 --- a/src/lib/libc/stdlib/imaxdiv.3 +++ b/src/lib/libc/stdlib/imaxdiv.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: imaxdiv.3,v 1.7 2016/08/14 23:18:03 guenther Exp $ +.\" $OpenBSD: imaxdiv.3,v 1.8 2022/09/11 06:38:11 jmc Exp $ .\" -.Dd $Mdocdate: August 14 2016 $ +.Dd $Mdocdate: September 11 2022 $ .Dt IMAXDIV 3 .Os .Sh NAME @@ -47,9 +47,9 @@ The function computes the value .Fa num Ns / Ns Fa denom and returns the quotient and remainder in a structure named -.Li imaxdiv_t +.Vt imaxdiv_t that contains two -.Li intmax_t +.Vt intmax_t members named .Fa quot and -- cgit v1.2.3-55-g6feb