diff options
Diffstat (limited to 'src/lib/libc/stdlib/imaxdiv.3')
-rw-r--r-- | src/lib/libc/stdlib/imaxdiv.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/imaxdiv.3 b/src/lib/libc/stdlib/imaxdiv.3 index 0d4f765373..70168acb30 100644 --- a/src/lib/libc/stdlib/imaxdiv.3 +++ b/src/lib/libc/stdlib/imaxdiv.3 | |||
@@ -29,9 +29,9 @@ | |||
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: imaxdiv.3,v 1.7 2016/08/14 23:18:03 guenther Exp $ | 32 | .\" $OpenBSD: imaxdiv.3,v 1.8 2022/09/11 06:38:11 jmc Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: August 14 2016 $ | 34 | .Dd $Mdocdate: September 11 2022 $ |
35 | .Dt IMAXDIV 3 | 35 | .Dt IMAXDIV 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -47,9 +47,9 @@ The | |||
47 | function computes the value | 47 | function computes the value |
48 | .Fa num Ns / 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 imaxdiv_t | 50 | .Vt imaxdiv_t |
51 | that contains two | 51 | that contains two |
52 | .Li intmax_t | 52 | .Vt intmax_t |
53 | members named | 53 | members named |
54 | .Fa quot | 54 | .Fa quot |
55 | and | 55 | and |