diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-08-28 19:51:28 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-08-28 19:51:28 +0000 |
commit | 1338b81e6f06713320ba4341fe586a1652cd1c87 (patch) | |
tree | de3b6b0d990e362b739c068a1ae324f9ba5fc30a | |
parent | a98c57bd0a479608df7b7dd0f012952136f28326 (diff) |
fix vis prototype
-rw-r--r-- | lib/libc/gen/vis.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index 8f534bbfc5d..81d4b16e88e 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vis.3,v 1.22 2005/08/10 08:55:25 jmc Exp $ +.\" $OpenBSD: vis.3,v 1.23 2005/08/28 19:51:27 millert Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,7 +40,7 @@ .Fd #include <stdlib.h> .Fd #include <vis.h> .Ft char * -.Fn vis "char *dst" "char c" "int flag" "char nextc" +.Fn vis "char *dst" "int c" "int flag" "int nextc" .Ft int .Fn strvis "char *dst" "const char *src" "int flag" .Ft int |