diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 02:13:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 02:13:05 +0000 |
commit | 71b4b8770c3e0bf06d4275f50251354794e11aad (patch) | |
tree | a911c86489d74cb7a13e284ad59b4a0acc45c85b /lib | |
parent | 9b1941001d9eeedc99b5a743e2654103672510d3 (diff) |
unvis() works on plain char, not u_char
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/unvis.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/unvis.3 b/lib/libc/gen/unvis.3 index 0d5ac2f504f..0b4b713ca2b 100644 --- a/lib/libc/gen/unvis.3 +++ b/lib/libc/gen/unvis.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: unvis.3,v 1.5 1995/02/25 15:39:41 cgd Exp $ +.\" $NetBSD: unvis.3,v 1.6 1995/10/12 15:39:33 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,7 +43,7 @@ .Sh SYNOPSIS .Fd #include <vis.h> .Ft int -.Fn unvis "u_char *cp" "u_char c" "int *astate" "int flag" +.Fn unvis "char *cp" "char c" "int *astate" "int flag" .Ft int .Fn strunvis "char *dst" "char *src" .Sh DESCRIPTION |