diff options
author | 1996-11-02 00:12:57 +0000 | |
---|---|---|
committer | 1996-11-02 00:12:57 +0000 | |
commit | 9f9667206a9fc0ae239c553f8d84315843e2fa4a (patch) | |
tree | e50439cac6a6647ad682def94b5f67d543fff419 | |
parent | Fix occurrence of toupper -> tolower in "SEE ALSO" section. (diff) | |
download | wireguard-openbsd-9f9667206a9fc0ae239c553f8d84315843e2fa4a.tar.xz wireguard-openbsd-9f9667206a9fc0ae239c553f8d84315843e2fa4a.zip |
missing ,
-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 |