diff options
Diffstat (limited to 'src/lib/libc/stdlib/div.3')
-rw-r--r-- | src/lib/libc/stdlib/div.3 | 6 |
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 |
49 | function | 49 | function |
50 | computes the value | 50 | computes the value |
51 | .Fa num/denom | 51 | .Fa num Ns No / Ns Fa denom |
52 | and returns the quotient and remainder in a structure named | 52 | and returns the quotient and remainder in a structure named |
53 | .Fa div_t | 53 | .Fa div_t |
54 | that contains two | 54 | that contains two |
55 | .Em int | 55 | .Li int |
56 | members named | 56 | members named |
57 | .Fa quot | 57 | .Fa quot |
58 | and | 58 | and |