diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-09 00:56:57 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-09 00:56:57 +0000 |
commit | 96645b36554924af429d15a6fd1421c970878795 (patch) | |
tree | f72ee49a306a54c92ddc7513d1de36ab25c2dbcd | |
parent | 315b15886dcaaaf8e2bf474739d7c019d3f2396a (diff) |
#include <netgroup.h>
-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 |