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/div.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/stdlib/div.3') diff --git a/src/lib/libc/stdlib/div.3 b/src/lib/libc/stdlib/div.3 index 421400a294..b4b42ba8ec 100644 --- a/src/lib/libc/stdlib/div.3 +++ b/src/lib/libc/stdlib/div.3 @@ -27,9 +27,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: div.3,v 1.12 2016/08/14 23:18:03 guenther Exp $ +.\" $OpenBSD: div.3,v 1.13 2022/09/11 06:38:11 jmc Exp $ .\" -.Dd $Mdocdate: August 14 2016 $ +.Dd $Mdocdate: September 11 2022 $ .Dt DIV 3 .Os .Sh NAME @@ -47,7 +47,7 @@ function computes the value and returns the quotient and remainder in a structure named .Fa div_t that contains two -.Li int +.Vt int members named .Fa quot and -- cgit v1.2.3-55-g6feb