diff options
author | 2006-01-15 17:31:06 +0000 | |
---|---|---|
committer | 2006-01-15 17:31:06 +0000 | |
commit | 0ebc8c805825f0d26b6f4b78b722e19d29e13eeb (patch) | |
tree | ac5fed4ebd450718248b8152f691c77fb71462ef /lib/libc/stdlib | |
parent | If the log file is invalid/incompatible, try to rename the bad log file (diff) | |
download | wireguard-openbsd-0ebc8c805825f0d26b6f4b78b722e19d29e13eeb.tar.xz wireguard-openbsd-0ebc8c805825f0d26b6f4b78b722e19d29e13eeb.zip |
back out previous - imaxabs is already listed;
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/qabs.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/qabs.3 b/lib/libc/stdlib/qabs.3 index 0bf7a56a5aa..863758e1c7f 100644 --- a/lib/libc/stdlib/qabs.3 +++ b/lib/libc/stdlib/qabs.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: qabs.3,v 1.9 2006/01/14 22:10:17 millert Exp $ +.\" $OpenBSD: qabs.3,v 1.10 2006/01/15 17:31:06 jmc Exp $ .\" .Dd June 29, 1991 .Dt QABS 3 @@ -48,7 +48,6 @@ function returns the absolute value of the quad integer .Fa j . .Sh SEE ALSO .Xr abs 3 , -.Xr imaxabs 3 , .Xr cabs 3 , .Xr floor 3 , .Xr imaxabs 3 , |