diff --git a/lib/libc/gen/tolower.3 b/lib/libc/gen/tolower.3 index edc45ffa47a0..f2a0451b24b2 100644 --- a/lib/libc/gen/tolower.3 +++ b/lib/libc/gen/tolower.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tolower.3,v 1.3 1995/02/27 05:54:32 cgd Exp $ +.\" $NetBSD: tolower.3,v 1.4 1997/05/31 21:34:25 kleink Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -81,7 +81,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 diff --git a/lib/libc/gen/toupper.3 b/lib/libc/gen/toupper.3 index 6b543681220d..b0bff8b3ae9e 100644 --- a/lib/libc/gen/toupper.3 +++ b/lib/libc/gen/toupper.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: toupper.3,v 1.4 1996/10/29 05:49:04 lukem Exp $ +.\" $NetBSD: toupper.3,v 1.5 1997/05/31 21:34:27 kleink Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -81,7 +81,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