diff options
author | jmc <> | 2004-01-23 23:08:46 +0000 |
---|---|---|
committer | jmc <> | 2004-01-23 23:08:46 +0000 |
commit | 60556a3717eaeb3f1e6bd9dc6408d51a65650c73 (patch) | |
tree | 1cdb5d7da966f08ed67e4d5b60e523616a4e4a59 /src/lib/libc/stdlib/div.3 | |
parent | 04646f76a198715c4000dc2cc4577313e1ace535 (diff) | |
download | openbsd-60556a3717eaeb3f1e6bd9dc6408d51a65650c73.tar.gz openbsd-60556a3717eaeb3f1e6bd9dc6408d51a65650c73.tar.bz2 openbsd-60556a3717eaeb3f1e6bd9dc6408d51a65650c73.zip |
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
Diffstat (limited to 'src/lib/libc/stdlib/div.3')
-rw-r--r-- | src/lib/libc/stdlib/div.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/div.3 b/src/lib/libc/stdlib/div.3 index 460ab53137..a75614310e 100644 --- a/src/lib/libc/stdlib/div.3 +++ b/src/lib/libc/stdlib/div.3 | |||
@@ -27,7 +27,7 @@ | |||
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .\" | 29 | .\" |
30 | .\" $OpenBSD: div.3,v 1.6 2003/06/02 20:18:37 millert Exp $ | 30 | .\" $OpenBSD: div.3,v 1.7 2004/01/23 23:08:46 jmc Exp $ |
31 | .\" | 31 | .\" |
32 | .Dd April 19, 1991 | 32 | .Dd April 19, 1991 |
33 | .Dt DIV 3 | 33 | .Dt DIV 3 |
@@ -43,7 +43,7 @@ | |||
43 | The | 43 | The |
44 | .Fn div | 44 | .Fn div |
45 | function computes the value | 45 | function computes the value |
46 | .Fa num Ns No / Ns Fa denom | 46 | .Fa num Ns / Ns Fa denom |
47 | and returns the quotient and remainder in a structure named | 47 | and returns the quotient and remainder in a structure named |
48 | .Fa div_t | 48 | .Fa div_t |
49 | that contains two | 49 | that contains two |