From ace307e6af1f47255b87524f578704e631c8c388 Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 15 Aug 2016 07:18:44 +0000 Subject: add a bit of spacing to previous, to keep the notes about deprecated functions out the way of the main body; ok guenther --- lib/libc/stdlib/labs.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib/labs.3') 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 -- cgit v1.2.3-59-g8ed1b