diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-27 14:12:55 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-27 14:12:55 +0000 |
commit | 5b9cd0e4d50aa32230e60392074e5c44a9abb4e3 (patch) | |
tree | 806ce0f2a9a3af0416276bad0210d13ac2157071 | |
parent | 3eeca0104a0618766ef868720c58d4df38ec38cd (diff) |
sync cgetset() Fn definition with prototype from stdlib.h
-rw-r--r-- | lib/libc/gen/getcap.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3 index bfb08304b53..f375a1b5020 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getcap.3,v 1.8 1999/05/10 17:56:28 aaron Exp $ +.\" $OpenBSD: getcap.3,v 1.9 1999/05/27 14:12:54 aaron Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -54,7 +54,7 @@ .Ft int .Fn cgetent "char **buf" "char **db_array" "const char *name" .Ft int -.Fn cgetset "char *ent" +.Fn cgetset "const char *ent" .Ft int .Fn cgetmatch "char *buf" "const char *name" .Ft char * |