aboutsummaryrefslogtreecommitdiffstats
path: root/man3/div.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
commit2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch)
tree4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/div.3
parent2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff)
downloadman-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/div.3')
-rw-r--r--man3/div.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/div.3 b/man3/div.3
index cdd878d2b6..0cca8cfbfd 100644
--- a/man3/div.3
+++ b/man3/div.3
@@ -70,12 +70,6 @@ of the indicated name, in all cases with fields \fIquot\fP and \fIrem\fP
of the same type as the function arguments.
.SH "RETURN VALUE"
The \fIdiv_t\fP (etc.) structure.
-.SH EXAMPLE
-After
-.nf
- div_t q = div(\-5, 3);
-.fi
-the values \fIq.quot\fP and \fIq.rem\fP are \-1 and \-2, respectively.
.SH "CONFORMING TO"
SVr4, 4.3BSD, C89.
The functions
@@ -83,6 +77,12 @@ The functions
and
.BR imaxdiv ()
were added in C99.
+.SH EXAMPLE
+After
+.nf
+ div_t q = div(\-5, 3);
+.fi
+the values \fIq.quot\fP and \fIq.rem\fP are \-1 and \-2, respectively.
.SH "SEE ALSO"
.BR abs (3),
.BR remainder (3)