summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/ldiv.3
diff options
context:
space:
mode:
authorjmc <>2004-01-23 23:08:46 +0000
committerjmc <>2004-01-23 23:08:46 +0000
commit60556a3717eaeb3f1e6bd9dc6408d51a65650c73 (patch)
tree1cdb5d7da966f08ed67e4d5b60e523616a4e4a59 /src/lib/libc/stdlib/ldiv.3
parent04646f76a198715c4000dc2cc4577313e1ace535 (diff)
downloadopenbsd-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/ldiv.3')
-rw-r--r--src/lib/libc/stdlib/ldiv.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/ldiv.3 b/src/lib/libc/stdlib/ldiv.3
index f4b5a5fa45..63e1f2165c 100644
--- a/src/lib/libc/stdlib/ldiv.3
+++ b/src/lib/libc/stdlib/ldiv.3
@@ -29,7 +29,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: ldiv.3,v 1.6 2003/06/02 20:18:37 millert Exp $ 32.\" $OpenBSD: ldiv.3,v 1.7 2004/01/23 23:08:46 jmc Exp $
33.\" 33.\"
34.Dd June 29, 1991 34.Dd June 29, 1991
35.Dt LDIV 3 35.Dt LDIV 3
@@ -45,7 +45,7 @@
45The 45The
46.Fn ldiv 46.Fn ldiv
47function computes the value 47function computes the value
48.Fa num Ns No / Ns Fa denom 48.Fa num Ns / Ns Fa denom
49and returns the quotient and remainder in a structure named 49and returns the quotient and remainder in a structure named
50.Li ldiv_t 50.Li ldiv_t
51that contains two 51that contains two