Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 fix prototype



details:   https://anonhg.NetBSD.org/src/rev/d4ec9eef2252
branches:  trunk
changeset: 786271:d4ec9eef2252
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Apr 24 00:56:14 2013 +0000

description:
fix prototype

diffstat:

 share/man/man9/scanc.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6c5506b15a45 -r d4ec9eef2252 share/man/man9/scanc.9
--- a/share/man/man9/scanc.9    Wed Apr 24 00:51:58 2013 +0000
+++ b/share/man/man9/scanc.9    Wed Apr 24 00:56:14 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index