diff options
Diffstat (limited to 'src/lib/libc/stdlib/lldiv.3')
-rw-r--r-- | src/lib/libc/stdlib/lldiv.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/lldiv.3 b/src/lib/libc/stdlib/lldiv.3 index 526da8d0c4..539d7b5179 100644 --- a/src/lib/libc/stdlib/lldiv.3 +++ b/src/lib/libc/stdlib/lldiv.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: lldiv.3,v 1.8 2017/08/01 14:57:02 schwarze Exp $ | 32 | .\" $OpenBSD: lldiv.3,v 1.9 2022/09/11 06:38:11 jmc Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: August 1 2017 $ | 34 | .Dd $Mdocdate: September 11 2022 $ |
35 | .Dt LLDIV 3 | 35 | .Dt LLDIV 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -50,9 +50,9 @@ The | |||
50 | function computes the value | 50 | function computes the value |
51 | .Fa num Ns / Ns Fa denom | 51 | .Fa num Ns / 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 | .Li lldiv_t | 53 | .Vt lldiv_t |
54 | that contains two | 54 | that contains two |
55 | .Li long long integer | 55 | .Vt long long integer |
56 | members named | 56 | members named |
57 | .Fa quot | 57 | .Fa quot |
58 | and | 58 | and |