Browse Source

Various repairs, mostly to get rid of short lines.

OPENBSD_2_9
aaron 23 years ago
parent
commit
3d200f23d8
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/lib/libc/stdlib/qdiv.3

+ 2
- 3
src/lib/libc/stdlib/qdiv.3 View File

@ -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.3 1999/06/29 18:36:21 aaron Exp $
.\" $OpenBSD: qdiv.3,v 1.4 2000/12/24 00:31:00 aaron Exp $
.\"
.Dd June 29, 1991
.Dt QDIV 3
@ -48,8 +48,7 @@
.Sh DESCRIPTION
The
.Fn qdiv
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 qdiv_t


Loading…
Cancel
Save