summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/imaxdiv.3
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2016-08-14 23:18:03 +0000
committerguenther <guenther@openbsd.org>2016-08-14 23:18:03 +0000
commit60e29447380c2a7085979385eb4e985f0d44970e (patch)
tree61e51098fb707f99613b597796b6ae1be6787f9c /lib/libc/stdlib/imaxdiv.3
parentConvert quad_t to long long (diff)
downloadwireguard-openbsd-60e29447380c2a7085979385eb4e985f0d44970e.tar.xz
wireguard-openbsd-60e29447380c2a7085979385eb4e985f0d44970e.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 '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