unvis() works on plain char, not u_char
authorderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 02:13:04 +0000 (02:13 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 14 Dec 1995 02:13:04 +0000 (02:13 +0000)
lib/libc/gen/unvis.3

index 0d5ac2f..0b4b713 100644 (file)
@@ -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