diff options
Diffstat (limited to 'src/lib/libc/stdlib/ldiv.3')
-rw-r--r-- | src/lib/libc/stdlib/ldiv.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/ldiv.3 b/src/lib/libc/stdlib/ldiv.3 index f4b5a5fa45..63e1f2165c 100644 --- a/src/lib/libc/stdlib/ldiv.3 +++ b/src/lib/libc/stdlib/ldiv.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: ldiv.3,v 1.6 2003/06/02 20:18:37 millert Exp $ | 32 | .\" $OpenBSD: ldiv.3,v 1.7 2004/01/23 23:08:46 jmc Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd June 29, 1991 | 34 | .Dd June 29, 1991 |
35 | .Dt LDIV 3 | 35 | .Dt LDIV 3 |
@@ -45,7 +45,7 @@ | |||
45 | The | 45 | The |
46 | .Fn ldiv | 46 | .Fn ldiv |
47 | function computes the value | 47 | function computes the value |
48 | .Fa num Ns No / Ns Fa denom | 48 | .Fa num Ns / Ns Fa denom |
49 | and returns the quotient and remainder in a structure named | 49 | and returns the quotient and remainder in a structure named |
50 | .Li ldiv_t | 50 | .Li ldiv_t |
51 | that contains two | 51 | that contains two |