"char *area" -> "char **area", to match the source code.
PR: docs/14738 Submitted by: Mori Kouji <moriko@yakumo.noe.mcu.or.jp>
This commit is contained in:
parent
23f67763ad
commit
f8b5138670
@ -52,7 +52,7 @@
|
||||
.Ft int
|
||||
.Fn kgetflag "char *id"
|
||||
.Ft char *
|
||||
.Fn kgetstr "char *id" "char *area"
|
||||
.Fn kgetstr "char *id" "char **area"
|
||||
.Sh DESCRIPTION
|
||||
These functions extract and use capabilities from a keyboard capability data
|
||||
base, usually
|
||||
|
Loading…
Reference in New Issue
Block a user