summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/ldiv.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-20 13:50:04 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-20 13:50:04 +0000
commitba6b056376adedc82f4ac0f41b5eed2fa3f30c75 (patch)
treee5c095a3d4f9afb3b98cca651e27f12c8880ffbd /lib/libc/stdlib/ldiv.3
parent51643f419480d5bdfbed4ef6c16cf20340d8a357 (diff)
Flesh out stdlib function man pages.
Diffstat (limited to 'lib/libc/stdlib/ldiv.3')
-rw-r--r--lib/libc/stdlib/ldiv.38
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/stdlib/ldiv.3 b/lib/libc/stdlib/ldiv.3
index 60b35dc98f3..b5301b1b21c 100644
--- a/lib/libc/stdlib/ldiv.3
+++ b/lib/libc/stdlib/ldiv.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: ldiv.3,v 1.4 1999/06/29 18:36:21 aaron Exp $
+.\" $OpenBSD: ldiv.3,v 1.5 2000/04/20 13:50:02 aaron Exp $
.\"
.Dd June 29, 1991
.Dt LDIV 3
@@ -48,8 +48,7 @@
.Sh DESCRIPTION
The
.Fn ldiv
-function
-computes the value
+function computes the value
.Fa num Ns No / Ns Fa denom
and returns the quotient and remainder in a structure named
.Li ldiv_t
@@ -66,6 +65,5 @@ and
.Sh STANDARDS
The
.Fn ldiv
-function
-conforms to
+function conforms to
.St -ansiC .