diff options
author | 1999-06-29 18:36:15 +0000 | |
---|---|---|
committer | 1999-06-29 18:36:15 +0000 | |
commit | c5a79f6d698828f596844fbde12b62d467ed1d5a (patch) | |
tree | 700f79971495b8a8111e0f399d6e2fc79b9f6766 /lib/libc/stdlib/div.3 | |
parent | repairs (diff) | |
download | wireguard-openbsd-c5a79f6d698828f596844fbde12b62d467ed1d5a.tar.xz wireguard-openbsd-c5a79f6d698828f596844fbde12b62d467ed1d5a.zip |
first round of repairs on stdlib
Diffstat (limited to 'lib/libc/stdlib/div.3')
-rw-r--r-- | lib/libc/stdlib/div.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/div.3 b/lib/libc/stdlib/div.3 index c766d37fab1..5cc3b8757c8 100644 --- a/lib/libc/stdlib/div.3 +++ b/lib/libc/stdlib/div.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: div.3,v 1.3 1999/05/16 19:55:14 alex Exp $ +.\" $OpenBSD: div.3,v 1.4 1999/06/29 18:36:19 aaron Exp $ .\" .Dd April 19, 1991 .Dt DIV 3 @@ -48,11 +48,11 @@ The .Fn div function computes the value -.Fa num/denom +.Fa num Ns No / Ns Fa denom and returns the quotient and remainder in a structure named .Fa div_t that contains two -.Em int +.Li int members named .Fa quot and |