summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/imaxdiv.3
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2016-08-14 23:18:04 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2016-08-14 23:18:04 +0000
commit3cc6ae9bd0199814a1ba2677ab60748e194b3f8a (patch)
tree7ab4e2ab6949833d765283dc8cf2b2a8d2f820d6 /lib/libc/stdlib/imaxdiv.3
parentc661c7ab39c70e6f01c9be866d43e38980832a26 (diff)
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 'lib/libc/stdlib/imaxdiv.3')
-rw-r--r--lib/libc/stdlib/imaxdiv.37
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdlib/imaxdiv.3 b/lib/libc/stdlib/imaxdiv.3
index 20f02e75712..0d4f7653734 100644
--- a/lib/libc/stdlib/imaxdiv.3
+++ b/lib/libc/stdlib/imaxdiv.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: imaxdiv.3,v 1.6 2014/11/30 21:21:59 schwarze Exp $
+.\" $OpenBSD: imaxdiv.3,v 1.7 2016/08/14 23:18:03 guenther Exp $
.\"
-.Dd $Mdocdate: November 30 2014 $
+.Dd $Mdocdate: August 14 2016 $
.Dt IMAXDIV 3
.Os
.Sh NAME
@@ -57,8 +57,7 @@ and
.Sh SEE ALSO
.Xr div 3 ,
.Xr ldiv 3 ,
-.Xr lldiv 3 ,
-.Xr qdiv 3
+.Xr lldiv 3
.Sh STANDARDS
The
.Fn imaxdiv