Add a missing comma.

This commit is contained in:
kleink 1997-05-31 21:34:25 +00:00
parent 7a66732d34
commit f37e2cc7d5
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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