From: jmc Date: Mon, 15 Aug 2016 07:18:44 +0000 (+0000) Subject: add a bit of spacing to previous, to keep the notes about deprecated X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ace307e6af1f47255b87524f578704e631c8c388;p=openbsd add a bit of spacing to previous, to keep the notes about deprecated functions out the way of the main body; ok guenther --- diff --git a/lib/libc/stdlib/labs.3 b/lib/libc/stdlib/labs.3 index 272a14e3fe2..6e9a7282355 100644 --- a/lib/libc/stdlib/labs.3 +++ b/lib/libc/stdlib/labs.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: labs.3,v 1.14 2016/08/14 23:18:03 guenther Exp $ +.\" $OpenBSD: labs.3,v 1.15 2016/08/15 07:18:44 jmc Exp $ .\" -.Dd $Mdocdate: August 14 2016 $ +.Dd $Mdocdate: August 15 2016 $ .Dt LABS 3 .Os .Sh NAME @@ -55,6 +55,7 @@ The .Fn llabs function returns the absolute value of the long long integer .Fa j . +.Pp The .Fn qabs function is a deprecated equivalent of diff --git a/lib/libc/stdlib/lldiv.3 b/lib/libc/stdlib/lldiv.3 index ab0bec9fa51..101b950aa9e 100644 --- a/lib/libc/stdlib/lldiv.3 +++ b/lib/libc/stdlib/lldiv.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: lldiv.3,v 1.6 2016/08/14 23:18:03 guenther Exp $ +.\" $OpenBSD: lldiv.3,v 1.7 2016/08/15 07:18:44 jmc Exp $ .\" -.Dd $Mdocdate: August 14 2016 $ +.Dd $Mdocdate: August 15 2016 $ .Dt LLDIV 3 .Os .Sh NAME @@ -56,6 +56,7 @@ members named .Fa quot and .Fa rem . +.Pp The .Fn qdiv function is a deprecated equivalent of