summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/qdiv.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-06-29 18:36:15 +0000
committeraaron <aaron@openbsd.org>1999-06-29 18:36:15 +0000
commitc5a79f6d698828f596844fbde12b62d467ed1d5a (patch)
tree700f79971495b8a8111e0f399d6e2fc79b9f6766 /lib/libc/stdlib/qdiv.3
parentrepairs (diff)
downloadwireguard-openbsd-c5a79f6d698828f596844fbde12b62d467ed1d5a.tar.xz
wireguard-openbsd-c5a79f6d698828f596844fbde12b62d467ed1d5a.zip
first round of repairs on stdlib
Diffstat (limited to 'lib/libc/stdlib/qdiv.3')
-rw-r--r--lib/libc/stdlib/qdiv.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdlib/qdiv.3 b/lib/libc/stdlib/qdiv.3
index 12aca0b1ea4..127c5812504 100644
--- a/lib/libc/stdlib/qdiv.3
+++ b/lib/libc/stdlib/qdiv.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: qdiv.3,v 1.2 1996/08/19 08:33:41 tholo Exp $
+.\" $OpenBSD: qdiv.3,v 1.3 1999/06/29 18:36:21 aaron Exp $
.\"
.Dd June 29, 1991
.Dt QDIV 3
@@ -50,15 +50,15 @@ The
.Fn qdiv
function
computes the value
-.Ar num/denom
+.Fa num Ns No / Ns Fa denom
and returns the quotient and remainder in a structure named
-.Ar qdiv_t
+.Li qdiv_t
that contains two
-.Em quad integer
+.Li quad integer
members named
-.Ar quot
+.Fa quot
and
-.Ar rem .
+.Fa rem .
.Sh SEE ALSO
.Xr div 3 ,
.Xr ldiv 3 ,