Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/rpc Fn arguments do not need (empty) braces.



details:   https://anonhg.NetBSD.org/src/rev/f53cbd910c35
branches:  trunk
changeset: 540553:f53cbd910c35
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Dec 18 19:34:53 2002 +0000

description:
Fn arguments do not need (empty) braces.

diffstat:

 lib/libc/rpc/getnetconfig.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 50d60e76a819 -r f53cbd910c35 lib/libc/rpc/getnetconfig.3
--- a/lib/libc/rpc/getnetconfig.3       Wed Dec 18 19:29:26 2002 +0000
+++ b/lib/libc/rpc/getnetconfig.3       Wed Dec 18 19:34:53 2002 +0000
@@ -1,5 +1,5 @@
 .\"    @(#)getnetconfig.3n 1.28 93/06/02 SMI; from SVr4
-.\"    $NetBSD: getnetconfig.3,v 1.4 2002/12/07 12:21:45 jdolecek Exp $
+.\"    $NetBSD: getnetconfig.3,v 1.5 2002/12/18 19:34:53 wiz Exp $
 .\" Copyright 1989 AT&T
 .Dd April 22, 2000
 .Dt GETNETCONFIG 3
@@ -163,7 +163,7 @@
 was not called previously).
 .Pp
 On success,
-.Fn getnetconfigent()
+.Fn getnetconfigent
 returns a pointer to the
 .Li struct netconfig
 structure corresponding to



Home | Main Index | Thread Index | Old Index