Module Name:    src
Committed By:   kamil
Date:           Sun Jul 26 17:36:38 UTC 2015

Modified Files:
        src/lib/libutil: efun.3

Log Message:
Sync parameter name with efun.c

This change is non-functional.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libutil/efun.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/libutil/efun.3
diff -u src/lib/libutil/efun.3:1.12 src/lib/libutil/efun.3:1.13
--- src/lib/libutil/efun.3:1.12	Sun Jul 26 02:20:30 2015
+++ src/lib/libutil/efun.3	Sun Jul 26 17:36:38 2015
@@ -1,4 +1,4 @@
-.\"     $NetBSD: efun.3,v 1.12 2015/07/26 02:20:30 kamil Exp $
+.\"     $NetBSD: efun.3,v 1.13 2015/07/26 17:36:38 kamil Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -57,7 +57,7 @@
 .Ft FILE *
 .Fn efopen "const char *p" "const char *m"
 .Ft void *
-.Fn ecalloc "size_t n" "size_t c"
+.Fn ecalloc "size_t n" "size_t s"
 .Ft void *
 .Fn emalloc "size_t n"
 .Ft void *

Reply via email to