diff options
author | 2004-01-23 23:08:45 +0000 | |
---|---|---|
committer | 2004-01-23 23:08:45 +0000 | |
commit | d741230e7b4e47c7a58ee447629c69aaabc30319 (patch) | |
tree | 460a61e873c581e6430ed70706f29d3694e8ad4f /lib/libc/stdlib/qdiv.3 | |
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/libc/stdlib/qdiv.3')
-rw-r--r-- | lib/libc/stdlib/qdiv.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/qdiv.3 b/lib/libc/stdlib/qdiv.3 index 597f951a992..5f17ec17d41 100644 --- a/lib/libc/stdlib/qdiv.3 +++ b/lib/libc/stdlib/qdiv.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: qdiv.3,v 1.5 2003/06/02 20:18:38 millert Exp $ +.\" $OpenBSD: qdiv.3,v 1.6 2004/01/23 23:08:46 jmc Exp $ .\" .Dd June 29, 1991 .Dt QDIV 3 @@ -45,7 +45,7 @@ The .Fn qdiv function computes the value -.Fa num Ns No / Ns Fa denom +.Fa num Ns / Ns Fa denom and returns the quotient and remainder in a structure named .Li qdiv_t that contains two |