diff options
author | alex <> | 1999-05-16 19:55:18 +0000 |
---|---|---|
committer | alex <> | 1999-05-16 19:55:18 +0000 |
commit | e38426b4a145b773ec2a1e0f71ca512e5b11a372 (patch) | |
tree | 7ea5a427829857e223b7f6beae540675d916ff3c /src/lib/libc/stdlib/div.3 | |
parent | 348594ae9996fbccff97c4b838f78053ccfd54d1 (diff) | |
download | openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.tar.gz openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.tar.bz2 openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.zip |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'src/lib/libc/stdlib/div.3')
-rw-r--r-- | src/lib/libc/stdlib/div.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/div.3 b/src/lib/libc/stdlib/div.3 index 0d8c56d86b..c766d37fab 100644 --- a/src/lib/libc/stdlib/div.3 +++ b/src/lib/libc/stdlib/div.3 | |||
@@ -31,7 +31,7 @@ | |||
31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
33 | .\" | 33 | .\" |
34 | .\" $OpenBSD: div.3,v 1.2 1996/08/19 08:33:28 tholo Exp $ | 34 | .\" $OpenBSD: div.3,v 1.3 1999/05/16 19:55:14 alex Exp $ |
35 | .\" | 35 | .\" |
36 | .Dd April 19, 1991 | 36 | .Dd April 19, 1991 |
37 | .Dt DIV 3 | 37 | .Dt DIV 3 |
@@ -59,8 +59,8 @@ and | |||
59 | .Fa rem . | 59 | .Fa rem . |
60 | .Sh SEE ALSO | 60 | .Sh SEE ALSO |
61 | .Xr ldiv 3 , | 61 | .Xr ldiv 3 , |
62 | .Xr qdiv 3 , | 62 | .Xr math 3 , |
63 | .Xr math 3 | 63 | .Xr qdiv 3 |
64 | .Sh STANDARDS | 64 | .Sh STANDARDS |
65 | The | 65 | The |
66 | .Fn div | 66 | .Fn div |