summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/gen/tolower.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/tolower.3 b/lib/libc/gen/tolower.3
index 91383f63d77..e3320397980 100644
--- a/lib/libc/gen/tolower.3
+++ b/lib/libc/gen/tolower.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tolower.3,v 1.2 1996/08/19 08:26:50 tholo Exp $
+.\" $OpenBSD: tolower.3,v 1.3 1996/11/02 00:12:57 deraadt Exp $
.\"
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -79,7 +79,7 @@ one; otherwise the argument is returned unchanged.
.Xr isxdigit 3 ,
.Xr toascii 3 ,
.Xr toupper 3 ,
-.Xr stdio 3
+.Xr stdio 3 ,
.Xr ascii 7
.Sh STANDARDS
The