diff options
Diffstat (limited to 'share/man/man9/microseq.9')
-rw-r--r-- | share/man/man9/microseq.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/microseq.9 b/share/man/man9/microseq.9 index dce4b2e..b92175d 100644 --- a/share/man/man9/microseq.9 +++ b/share/man/man9/microseq.9 @@ -287,7 +287,7 @@ the parameter to pass to the function call .El .Pp The C function shall be declared as a -.Fd int(*)(void *p, char *ptr) +.Ft int(*)(void *p, char *ptr) . The ptr parameter is the current position in the buffer currently scanned. .Pp Predefined macro: MS_C_CALL(func,param) |