Removed bogus quoting of single tokens in a .Fn invocation. This helps
my synopsis checker decide which .Fn's are for prototypes (most function parameters require quoting because they have multiple tokens).
This commit is contained in:
parent
b1f2329c99
commit
7925aadbe5
@ -47,7 +47,7 @@
|
||||
.Fn kobj_init "kobj_t obj" "kobj_class_t cls"
|
||||
.Ft void
|
||||
.Fn kobj_delete "kobj_t obj" "struct malloc_type *mtype"
|
||||
.Fn DEFINE_CLASS "name" "methods" "size"
|
||||
.Fn DEFINE_CLASS name methods size
|
||||
.Sh DESCRIPTION
|
||||
.Pp
|
||||
The kernel object system implements an object-oriented programming
|
||||
|
Loading…
x
Reference in New Issue
Block a user