summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/div.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/div.3')
-rw-r--r--src/lib/libc/stdlib/div.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/div.3 b/src/lib/libc/stdlib/div.3
index c766d37fab..5cc3b8757c 100644
--- a/src/lib/libc/stdlib/div.3
+++ b/src/lib/libc/stdlib/div.3
@@ -31,7 +31,7 @@
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE. 32.\" SUCH DAMAGE.
33.\" 33.\"
34.\" $OpenBSD: div.3,v 1.3 1999/05/16 19:55:14 alex Exp $ 34.\" $OpenBSD: div.3,v 1.4 1999/06/29 18:36:19 aaron Exp $
35.\" 35.\"
36.Dd April 19, 1991 36.Dd April 19, 1991
37.Dt DIV 3 37.Dt DIV 3
@@ -48,11 +48,11 @@ The
48.Fn div 48.Fn div
49function 49function
50computes the value 50computes the value
51.Fa num/denom 51.Fa num Ns No / Ns Fa denom
52and returns the quotient and remainder in a structure named 52and returns the quotient and remainder in a structure named
53.Fa div_t 53.Fa div_t
54that contains two 54that contains two
55.Em int 55.Li int
56members named 56members named
57.Fa quot 57.Fa quot
58and 58and