diff options
author | 2016-08-15 07:18:44 +0000 | |
---|---|---|
committer | 2016-08-15 07:18:44 +0000 | |
commit | ace307e6af1f47255b87524f578704e631c8c388 (patch) | |
tree | f98f33a69d65106098bf172875dc3223dd86b907 /lib/libc | |
parent | Introduce bpf_put() and bpf_get() instead of mixing macro and functions (diff) | |
download | wireguard-openbsd-ace307e6af1f47255b87524f578704e631c8c388.tar.xz wireguard-openbsd-ace307e6af1f47255b87524f578704e631c8c388.zip |
add a bit of spacing to previous, to keep the notes about deprecated
functions out the way of the main body;
ok guenther
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/labs.3 | 5 | ||||
-rw-r--r-- | lib/libc/stdlib/lldiv.3 | 5 |
2 files changed, 6 insertions, 4 deletions
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 |