From: deraadt Date: Sat, 29 Mar 1997 03:50:39 +0000 (+0000) Subject: repair function param declarations X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=23c0cf46536cb9a8e54be8b26c0dbfacdee66907;p=openbsd repair function param declarations --- diff --git a/lib/libc/gen/getnetgrent.3 b/lib/libc/gen/getnetgrent.3 index 9f953598d0e..a30c8adffc9 100644 --- a/lib/libc/gen/getnetgrent.3 +++ b/lib/libc/gen/getnetgrent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getnetgrent.3,v 1.3 1997/02/26 04:34:46 downsj Exp $ +.\" $OpenBSD: getnetgrent.3,v 1.4 1997/03/29 03:50:39 deraadt Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,9 +42,9 @@ .Nd netgroup database operations .Sh SYNOPSIS .Ft int -.Fn getnetgrent "const char **host, const char **user, const char **domain" +.Fn getnetgrent "const char **host" "const char **user" "const char **domain" .Ft int -.Fn innetgr "const char *netgroup, const char *host, const char *user, const char *domain" +.Fn innetgr "const char *netgroup" "const char *host" "const char *user" "const char *domain" .Ft void .Fn setnetgrent "const char *netgroup" .Ft void