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/lldiv.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libc/stdlib/lldiv.3') diff --git a/src/lib/libc/stdlib/lldiv.3 b/src/lib/libc/stdlib/lldiv.3 index 526da8d0c4..539d7b5179 100644 --- a/src/lib/libc/stdlib/lldiv.3 +++ b/src/lib/libc/stdlib/lldiv.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: lldiv.3,v 1.8 2017/08/01 14:57:02 schwarze Exp $ +.\" $OpenBSD: lldiv.3,v 1.9 2022/09/11 06:38:11 jmc Exp $ .\" -.Dd $Mdocdate: August 1 2017 $ +.Dd $Mdocdate: September 11 2022 $ .Dt LLDIV 3 .Os .Sh NAME @@ -50,9 +50,9 @@ The function computes the value .Fa num Ns / Ns Fa denom and returns the quotient and remainder in a structure named -.Li lldiv_t +.Vt lldiv_t that contains two -.Li long long integer +.Vt long long integer members named .Fa quot and -- cgit v1.2.3-55-g6feb