summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/ldiv.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/ldiv.3')
-rw-r--r--src/lib/libc/stdlib/ldiv.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/ldiv.3 b/src/lib/libc/stdlib/ldiv.3
index 1fa6f38c45..c7ddc85ac5 100644
--- a/src/lib/libc/stdlib/ldiv.3
+++ b/src/lib/libc/stdlib/ldiv.3
@@ -29,9 +29,9 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: ldiv.3,v 1.13 2016/08/14 23:18:03 guenther Exp $ 32.\" $OpenBSD: ldiv.3,v 1.14 2022/09/11 06:38:11 jmc Exp $
33.\" 33.\"
34.Dd $Mdocdate: August 14 2016 $ 34.Dd $Mdocdate: September 11 2022 $
35.Dt LDIV 3 35.Dt LDIV 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -47,9 +47,9 @@ The
47function computes the value 47function computes the value
48.Fa num Ns / Ns Fa denom 48.Fa num Ns / Ns Fa denom
49and returns the quotient and remainder in a structure named 49and returns the quotient and remainder in a structure named
50.Li ldiv_t 50.Vt ldiv_t
51that contains two 51that contains two
52.Li long integer 52.Vt long integer
53members named 53members named
54.Fa quot 54.Fa quot
55and 55and