diff options
author | 2016-04-26 19:49:22 +0000 | |
---|---|---|
committer | 2016-04-26 19:49:22 +0000 | |
commit | 9f1be2b6be65d2ab47863ae5d56ddbe2b8094a6e (patch) | |
tree | 17b5588c8539f2c349d7b44dde06b4ffd19ff179 /lib/libm/man/scalbn.3 | |
parent | Remove debug printfs, but do print "gpio" to indicate that card detection is (diff) | |
download | wireguard-openbsd-9f1be2b6be65d2ab47863ae5d56ddbe2b8094a6e.tar.xz wireguard-openbsd-9f1be2b6be65d2ab47863ae5d56ddbe2b8094a6e.zip |
Remove predefined strings from libm pages.
With lots of help, input and tweaks and finally ok schwarze@
Diffstat (limited to 'lib/libm/man/scalbn.3')
-rw-r--r-- | lib/libm/man/scalbn.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/scalbn.3 b/lib/libm/man/scalbn.3 index 875bb984bfd..ce5de0b5a05 100644 --- a/lib/libm/man/scalbn.3 +++ b/lib/libm/man/scalbn.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scalbn.3,v 1.4 2013/06/05 03:40:26 tedu Exp $ +.\" $OpenBSD: scalbn.3,v 1.5 2016/04/26 19:49:22 tb Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: April 26 2016 $ .Dt SCALBN 3 .Os .Sh NAME @@ -58,7 +58,7 @@ and .Fn scalbn return -.Fa x Ns \(**(2** Ns Fa n ) +.Fa x Ns *(2** Ns Fa n ) computed by exponent manipulation. The .Fn scalblnf |