summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/imaxdiv.3
diff options
context:
space:
mode:
authorguenther <>2016-08-14 23:18:03 +0000
committerguenther <>2016-08-14 23:18:03 +0000
commitbbd7863e9e2678e3ae2ce69690f0eb6f7dce138b (patch)
tree7e1cb514316cec6dc6c0898d75f4c612ad9ff229 /src/lib/libc/stdlib/imaxdiv.3
parentd375178b9a24f400dad1da5f563fce93ee621827 (diff)
downloadopenbsd-bbd7863e9e2678e3ae2ce69690f0eb6f7dce138b.tar.gz
openbsd-bbd7863e9e2678e3ae2ce69690f0eb6f7dce138b.tar.bz2
openbsd-bbd7863e9e2678e3ae2ce69690f0eb6f7dce138b.zip
Reduce qabs() and qdiv() to aliases of llabs() and lldiv().
Merge the manual pages and call them deprecated there. ok and manpage tweak jmc@, ok natano@
Diffstat (limited to 'src/lib/libc/stdlib/imaxdiv.3')
-rw-r--r--src/lib/libc/stdlib/imaxdiv.37
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/imaxdiv.3 b/src/lib/libc/stdlib/imaxdiv.3
index 20f02e7571..0d4f765373 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.6 2014/11/30 21:21:59 schwarze Exp $ 32.\" $OpenBSD: imaxdiv.3,v 1.7 2016/08/14 23:18:03 guenther Exp $
33.\" 33.\"
34.Dd $Mdocdate: November 30 2014 $ 34.Dd $Mdocdate: August 14 2016 $
35.Dt IMAXDIV 3 35.Dt IMAXDIV 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -57,8 +57,7 @@ and
57.Sh SEE ALSO 57.Sh SEE ALSO
58.Xr div 3 , 58.Xr div 3 ,
59.Xr ldiv 3 , 59.Xr ldiv 3 ,
60.Xr lldiv 3 , 60.Xr lldiv 3
61.Xr qdiv 3
62.Sh STANDARDS 61.Sh STANDARDS
63The 62The
64.Fn imaxdiv 63.Fn imaxdiv