From bbd7863e9e2678e3ae2ce69690f0eb6f7dce138b Mon Sep 17 00:00:00 2001 From: guenther <> Date: Sun, 14 Aug 2016 23:18:03 +0000 Subject: 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@ --- src/lib/libc/stdlib/imaxdiv.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/lib/libc/stdlib/imaxdiv.3') 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 @@ .\" 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 -- cgit v1.2.3-55-g6feb