Module Name:    src
Committed By:   wiz
Date:           Thu Mar 17 14:06:30 UTC 2011

Modified Files:
        src/lib/libc/gen: unvis.3

Log Message:
Fix SYNOPSIS. Error found by martin.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/gen/unvis.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/unvis.3
diff -u src/lib/libc/gen/unvis.3:1.22 src/lib/libc/gen/unvis.3:1.23
--- src/lib/libc/gen/unvis.3:1.22	Sun Mar 13 09:11:54 2011
+++ src/lib/libc/gen/unvis.3	Thu Mar 17 14:06:29 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: unvis.3,v 1.22 2011/03/13 09:11:54 wiz Exp $
+.\"	$NetBSD: unvis.3,v 1.23 2011/03/17 14:06:29 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -45,11 +45,11 @@
 .Ft int
 .Fn strunvis "char *dst" "const char *src"
 .Ft int
-.Fn strnunvis "char *dst" "size_t dlen", "const char *src"
+.Fn strnunvis "char *dst" "size_t dlen" "const char *src"
 .Ft int
 .Fn strunvisx "char *dst" "const char *src" "int flag"
 .Ft int
-.Fn strnunvisx "char *dst" "size_t dlen", "const char *src" "int flag"
+.Fn strnunvisx "char *dst" "size_t dlen" "const char *src" "int flag"
 .Sh DESCRIPTION
 The
 .Fn unvis ,

Reply via email to