From 38fdb328fc88f2fac38c528c6bf5e6be301c8fb7 Mon Sep 17 00:00:00 2001 From: downsj Date: Wed, 26 Feb 1997 04:34:46 +0000 Subject: [PATCH] Document reality, not a fantasy. --- lib/libc/gen/getnetgrent.3 | 4 ++-- 1 file 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 -- 2.20.1