diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2008-02-01 19:36:27 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2008-02-01 19:36:27 +0000 |
| commit | cf827063a9684f2300b3496f588aaf3e69c45067 (patch) | |
| tree | b6b52f57b7886a5c374749c60734afe1b730790f /share | |
| parent | 942fe01f6169e0d7da79f6b35f96ed07c571f121 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/mbuf.9 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 4ea3a72701da6..04349b4fed63e 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -45,8 +45,9 @@ .Fa "struct mbuf *mbuf" .Fa "caddr_t buf" .Fa "u_int size" -.Fa "void (*free)(void *opt_args)" -.Fa "void *opt_args" +.Fa "void (*free)(void *opt_arg1, void *opt_arg2)" +.Fa "void *opt_arg1" +.Fa "void *opt_arg2" .Fa "short flags" .Fa "int type" .Fc |
