diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-26 04:34:47 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-26 04:34:47 +0000 |
commit | 7cc376c2e47d6d08ae14d312fe5a21a8f6a275cf (patch) | |
tree | 90a32da36cf87b9a6d2afcf344471f5560f664e5 /lib | |
parent | 388468fa5107f20735a7abc384685abcc827218d (diff) |
Document reality, not a fantasy.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/getnetgrent.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getnetgrent.3 b/lib/libc/gen/getnetgrent.3 index 60698a1e5e1..9f953598d0e 100644 --- a/lib/libc/gen/getnetgrent.3 +++ b/lib/libc/gen/getnetgrent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getnetgrent.3,v 1.2 1996/08/19 08:23:47 tholo Exp $ +.\" $OpenBSD: getnetgrent.3,v 1.3 1997/02/26 04:34:46 downsj Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,7 +42,7 @@ .Nd netgroup database operations .Sh SYNOPSIS .Ft int -.Fn getnetgrent "char **host, char **user, 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" .Ft void |