summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/ldiv.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/ldiv.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/ldiv.3')
-rw-r--r--lib/libc/stdlib/ldiv.37
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdlib/ldiv.3 b/lib/libc/stdlib/ldiv.3
index a8835ab6ac8..1fa6f38c457 100644
--- a/lib/libc/stdlib/ldiv.3
+++ b/lib/libc/stdlib/ldiv.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: ldiv.3,v 1.12 2013/07/17 05:42:11 schwarze Exp $
+.\" $OpenBSD: ldiv.3,v 1.13 2016/08/14 23:18:03 guenther Exp $
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: August 14 2016 $
.Dt LDIV 3
.Os
.Sh NAME
@@ -57,8 +57,7 @@ and
.Sh SEE ALSO
.Xr div 3 ,
.Xr imaxdiv 3 ,
-.Xr lldiv 3 ,
-.Xr qdiv 3
+.Xr lldiv 3
.Sh STANDARDS
The
.Fn ldiv