diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-11-02 00:12:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-11-02 00:12:58 +0000 |
commit | 93a849a59157fdac2d18e9e7dcbf9e7366f69519 (patch) | |
tree | 307f3ed70ca242f5fe0c6ad6d13283eefb7d5211 /lib | |
parent | c0191a1c755ca6d53e02cf012b6827e76862cc86 (diff) |
missing ,
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/tolower.3 | 4 |
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 |