From: schwarze Date: Tue, 29 Jun 2021 14:46:44 +0000 (+0000) Subject: insert missing .Ns X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c1db31af1f570136d5dbe689ef5fcaffe79fa2f4;p=openbsd insert missing .Ns --- 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