Module Name: src Committed By: yamt Date: Wed Apr 24 00:56:14 UTC 2013
Modified Files: src/share/man/man9: scanc.9 Log Message: fix prototype To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/scanc.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/scanc.9 diff -u src/share/man/man9/scanc.9:1.3 src/share/man/man9/scanc.9:1.4 --- src/share/man/man9/scanc.9:1.3 Wed Apr 24 00:51:58 2013 +++ src/share/man/man9/scanc.9 Wed Apr 24 00:56:14 2013 @@ -1,4 +1,4 @@ -.\" $NetBSD: scanc.9,v 1.3 2013/04/24 00:51:58 yamt Exp $ +.\" $NetBSD: scanc.9,v 1.4 2013/04/24 00:56:14 yamt Exp $ .\" .\" Copyright (c)2011,2013 YAMAMOTO Takashi, .\" All rights reserved. @@ -38,7 +38,7 @@ .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .Ft int .Fn scanc \ -"size_t size" "const u_char *cp" "const u_char table[]" "int mask" +"u_int size" "const u_char *cp" "const u_char table[]" "int mask" .\" ------------------------------------------------------------ .Sh DESCRIPTION The