diff options
author | 1997-03-29 03:50:39 +0000 | |
---|---|---|
committer | 1997-03-29 03:50:39 +0000 | |
commit | 23c0cf46536cb9a8e54be8b26c0dbfacdee66907 (patch) | |
tree | 026bfda7701d368c266fd44d783b71f27fde3f41 /lib/libc | |
parent | A bit more DAFB initialization. (diff) | |
download | wireguard-openbsd-23c0cf46536cb9a8e54be8b26c0dbfacdee66907.tar.xz wireguard-openbsd-23c0cf46536cb9a8e54be8b26c0dbfacdee66907.zip |
repair function param declarations
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getnetgrent.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |