diff options
author | 1999-05-27 14:12:54 +0000 | |
---|---|---|
committer | 1999-05-27 14:12:54 +0000 | |
commit | 5282aae062b76a6421f5cd7d72557aafe118816f (patch) | |
tree | d8ea0aff23cdc0fcfcf5607faef94ec1703229e7 /lib | |
parent | sync fsetpos() with stdio.h prototype (diff) | |
download | wireguard-openbsd-5282aae062b76a6421f5cd7d72557aafe118816f.tar.xz wireguard-openbsd-5282aae062b76a6421f5cd7d72557aafe118816f.zip |
sync cgetset() Fn definition with prototype from stdlib.h
Diffstat (limited to 'lib')
-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 * |