diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-20 13:50:04 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-20 13:50:04 +0000 |
commit | ba6b056376adedc82f4ac0f41b5eed2fa3f30c75 (patch) | |
tree | e5c095a3d4f9afb3b98cca651e27f12c8880ffbd /lib/libc/stdlib/div.3 | |
parent | 51643f419480d5bdfbed4ef6c16cf20340d8a357 (diff) |
Flesh out stdlib function man pages.
Diffstat (limited to 'lib/libc/stdlib/div.3')
-rw-r--r-- | lib/libc/stdlib/div.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/stdlib/div.3 b/lib/libc/stdlib/div.3 index 5cc3b8757c8..1f651d7fd37 100644 --- a/lib/libc/stdlib/div.3 +++ b/lib/libc/stdlib/div.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: div.3,v 1.4 1999/06/29 18:36:19 aaron Exp $ +.\" $OpenBSD: div.3,v 1.5 2000/04/20 13:50:02 aaron Exp $ .\" .Dd April 19, 1991 .Dt DIV 3 @@ -46,8 +46,7 @@ .Sh DESCRIPTION The .Fn div -function -computes the value +function computes the value .Fa num Ns No / Ns Fa denom and returns the quotient and remainder in a structure named .Fa div_t @@ -64,6 +63,5 @@ and .Sh STANDARDS The .Fn div -function -conforms to +function conforms to .St -ansiC . |