Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libutil Sync parameter name with efun.c
details: https://anonhg.NetBSD.org/src/rev/b187b367fd3f
branches: trunk
changeset: 339524:b187b367fd3f
user: kamil <kamil%NetBSD.org@localhost>
date: Sun Jul 26 17:36:38 2015 +0000
description:
Sync parameter name with efun.c
This change is non-functional.
diffstat:
lib/libutil/efun.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6d58fd0a8600 -r b187b367fd3f lib/libutil/efun.3
--- a/lib/libutil/efun.3 Sun Jul 26 17:21:55 2015 +0000
+++ b/lib/libutil/efun.3 Sun Jul 26 17:36:38 2015 +0000
@@ -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 *
Home |
Main Index |
Thread Index |
Old Index