insert missing .Ns
authorschwarze <schwarze@openbsd.org>
Tue, 29 Jun 2021 14:46:44 +0000 (14:46 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 29 Jun 2021 14:46:44 +0000 (14:46 +0000)
lib/libm/man/fmod.3

index 69878b9..062be86 100644 (file)
@@ -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