diff options
Diffstat (limited to 'src/lib/libc/stdlib/qdiv.3')
-rw-r--r-- | src/lib/libc/stdlib/qdiv.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libc/stdlib/qdiv.3 b/src/lib/libc/stdlib/qdiv.3 index 12aca0b1ea..127c581250 100644 --- a/src/lib/libc/stdlib/qdiv.3 +++ b/src/lib/libc/stdlib/qdiv.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: qdiv.3,v 1.2 1996/08/19 08:33:41 tholo Exp $ | 36 | .\" $OpenBSD: qdiv.3,v 1.3 1999/06/29 18:36:21 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt QDIV 3 | 39 | .Dt QDIV 3 |
@@ -50,15 +50,15 @@ The | |||
50 | .Fn qdiv | 50 | .Fn qdiv |
51 | function | 51 | function |
52 | computes the value | 52 | computes the value |
53 | .Ar num/denom | 53 | .Fa num Ns No / Ns Fa denom |
54 | and returns the quotient and remainder in a structure named | 54 | and returns the quotient and remainder in a structure named |
55 | .Ar qdiv_t | 55 | .Li qdiv_t |
56 | that contains two | 56 | that contains two |
57 | .Em quad integer | 57 | .Li quad integer |
58 | members named | 58 | members named |
59 | .Ar quot | 59 | .Fa quot |
60 | and | 60 | and |
61 | .Ar rem . | 61 | .Fa rem . |
62 | .Sh SEE ALSO | 62 | .Sh SEE ALSO |
63 | .Xr div 3 , | 63 | .Xr div 3 , |
64 | .Xr ldiv 3 , | 64 | .Xr ldiv 3 , |