diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-23 23:08:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-23 23:08:48 +0000 |
commit | 4611deddfe84c32a29dc209ac73fe6d285ecb766 (patch) | |
tree | 475980cae589e4cabc0b4cec98416476d7cd7e14 /lib/libc/stdlib/div.3 | |
parent | 4e76df5b9bcb457022337d952d20ff0e485612e1 (diff) |
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
Diffstat (limited to 'lib/libc/stdlib/div.3')
-rw-r--r-- | lib/libc/stdlib/div.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/div.3 b/lib/libc/stdlib/div.3 index 460ab53137a..a75614310eb 100644 --- a/lib/libc/stdlib/div.3 +++ b/lib/libc/stdlib/div.3 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: div.3,v 1.6 2003/06/02 20:18:37 millert Exp $ +.\" $OpenBSD: div.3,v 1.7 2004/01/23 23:08:46 jmc Exp $ .\" .Dd April 19, 1991 .Dt DIV 3 @@ -43,7 +43,7 @@ The .Fn div 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 .Fa div_t that contains two |