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 421400a294..b4b42ba8ec 100644 --- a/src/lib/libc/stdlib/div.3 +++ b/src/lib/libc/stdlib/div.3 | |||
@@ -27,9 +27,9 @@ | |||
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .\" | 29 | .\" |
30 | .\" $OpenBSD: div.3,v 1.12 2016/08/14 23:18:03 guenther Exp $ | 30 | .\" $OpenBSD: div.3,v 1.13 2022/09/11 06:38:11 jmc Exp $ |
31 | .\" | 31 | .\" |
32 | .Dd $Mdocdate: August 14 2016 $ | 32 | .Dd $Mdocdate: September 11 2022 $ |
33 | .Dt DIV 3 | 33 | .Dt DIV 3 |
34 | .Os | 34 | .Os |
35 | .Sh NAME | 35 | .Sh NAME |
@@ -47,7 +47,7 @@ function computes the value | |||
47 | and returns the quotient and remainder in a structure named | 47 | and returns the quotient and remainder in a structure named |
48 | .Fa div_t | 48 | .Fa div_t |
49 | that contains two | 49 | that contains two |
50 | .Li int | 50 | .Vt int |
51 | members named | 51 | members named |
52 | .Fa quot | 52 | .Fa quot |
53 | and | 53 | and |