From c1db31af1f570136d5dbe689ef5fcaffe79fa2f4 Mon Sep 17 00:00:00 2001 From: schwarze Date: Tue, 29 Jun 2021 14:46:44 +0000 Subject: [PATCH] insert missing .Ns --- lib/libm/man/fmod.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libm/man/fmod.3 b/lib/libm/man/fmod.3 index 69878b97359..062be860879 100644 --- a/lib/libm/man/fmod.3 +++ b/lib/libm/man/fmod.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fmod.3,v 1.12 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: fmod.3,v 1.13 2021/06/29 14:46:44 schwarze Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)fmod.3 5.1 (Berkeley) 5/2/91 .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: June 29 2021 $ .Dt FMOD 3 .Os .Sh NAME @@ -48,7 +48,7 @@ The .Fn fmod function computes the floating-point remainder of -.Fa x Ns / Fa y . +.Fa x Ns / Ns Fa y . The .Fn fmodf function is a single precision version of -- 2.20.1