diff options
author | 2004-01-23 23:08:45 +0000 | |
---|---|---|
committer | 2004-01-23 23:08:45 +0000 | |
commit | d741230e7b4e47c7a58ee447629c69aaabc30319 (patch) | |
tree | 460a61e873c581e6430ed70706f29d3694e8ad4f /lib/libm | |
parent | permit rpc.yppasswdd run to be blocked, and block by default; ok henning tedu (diff) | |
download | wireguard-openbsd-d741230e7b4e47c7a58ee447629c69aaabc30319.tar.xz wireguard-openbsd-d741230e7b4e47c7a58ee447629c69aaabc30319.zip |
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/man/math.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libm/man/math.3 b/lib/libm/man/math.3 index 1cafc91d340..23d83d32b61 100644 --- a/lib/libm/man/math.3 +++ b/lib/libm/man/math.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: math.3,v 1.19 2003/10/21 20:11:56 jmc Exp $ +.\" $OpenBSD: math.3,v 1.20 2004/01/23 23:08:46 jmc Exp $ .\" Copyright (c) 1985 Regents of the University of California. .\" All rights reserved. .\" @@ -114,10 +114,10 @@ instance, the programs are accurate to within the number of tabulated above; a .Em ulp is one -.Em U Ns No nit +.Em U Ns nit in the -.Em L Ns No ast -.Em P Ns No lace . +.Em L Ns ast +.Em P Ns lace . The functions have been cured of anomalies that afflicted the older math library in which incidents like the following had been reported: |