summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/div.3
diff options
context:
space:
mode:
authoraaron <>1999-06-29 18:36:24 +0000
committeraaron <>1999-06-29 18:36:24 +0000
commit5771e6280ed94b6457e5db9facb5899254e4fb7f (patch)
tree95397a7ed19a0cddf5a2ebb73dee20cf20fe2c29 /src/lib/libc/stdlib/div.3
parent403f5844d16c63a63b8ce33a354e4871cb93df4c (diff)
downloadopenbsd-5771e6280ed94b6457e5db9facb5899254e4fb7f.tar.gz
openbsd-5771e6280ed94b6457e5db9facb5899254e4fb7f.tar.bz2
openbsd-5771e6280ed94b6457e5db9facb5899254e4fb7f.zip
first round of repairs on stdlib
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