summaryrefslogtreecommitdiff
path: root/lib/libc/gen/isdigit.3
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>1999-05-16 19:58:20 +0000
committerAlex Feldman <alex@cvs.openbsd.org>1999-05-16 19:58:20 +0000
commit0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch)
treea7242dc673f15a56501071f686f150e05e519b5e /lib/libc/gen/isdigit.3
parenta745f84c11e201e22ac76b1776820903cabfd67a (diff)
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 'lib/libc/gen/isdigit.3')
-rw-r--r--lib/libc/gen/isdigit.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/isdigit.3 b/lib/libc/gen/isdigit.3
index b06e41a33b4..d0c35be439e 100644
--- a/lib/libc/gen/isdigit.3
+++ b/lib/libc/gen/isdigit.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isdigit.3,v 1.2 1996/08/19 08:24:40 tholo Exp $
+.\" $OpenBSD: isdigit.3,v 1.3 1999/05/16 19:54:55 alex Exp $
.\"
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -68,10 +68,10 @@ returns non-zero if the character tests true.
.Xr isspace 3 ,
.Xr isupper 3 ,
.Xr isxdigit 3 ,
+.Xr stdio 3 ,
.Xr toascii 3 ,
.Xr tolower 3 ,
.Xr toupper 3 ,
-.Xr stdio 3 ,
.Xr ascii 7
.Sh STANDARDS
The