diff options
author | 1997-07-09 00:56:56 +0000 | |
---|---|---|
committer | 1997-07-09 00:56:56 +0000 | |
commit | e9f0827a9c18bab97ad54425dc91ca74cd6948ef (patch) | |
tree | 8a54803e3534afdbce7d1ae33e2be93e0634da6b /lib/libc | |
parent | Clean up some -Wall complaints. (diff) | |
download | wireguard-openbsd-e9f0827a9c18bab97ad54425dc91ca74cd6948ef.tar.xz wireguard-openbsd-e9f0827a9c18bab97ad54425dc91ca74cd6948ef.zip |
#include <netgroup.h>
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getnetgrent.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/getnetgrent.3 b/lib/libc/gen/getnetgrent.3 index a4db5be0d98..3b4d54b24f8 100644 --- a/lib/libc/gen/getnetgrent.3 +++ b/lib/libc/gen/getnetgrent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getnetgrent.3,v 1.5 1997/06/13 13:03:25 deraadt Exp $ +.\" $OpenBSD: getnetgrent.3,v 1.6 1997/07/09 00:56:56 millert Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 4, 1993 +.Dd July 8, 1997 .Dt GETNETGRENT 3 .Os .Sh NAME @@ -41,6 +41,7 @@ .Nm endnetgrent .Nd netgroup database operations .Sh SYNOPSIS +.Fd #include <netgroup.h> .Ft int .Fn getnetgrent "const char **host" "const char **user" "const char **domain" .Ft int |