Add stack_print_ddb() to the synposis of stack(9), add mlink for it; fix
stack_print(9) mlink. Spotted by: attilio
This commit is contained in:
parent
51315b3d89
commit
60dab6dffc
@ -1076,7 +1076,8 @@ MLINKS+=spl.9 spl0.9 \
|
||||
MLINKS+=stack.9 stack_copy.9 \
|
||||
stack.9 stack_create.9 \
|
||||
stack.9 stack_destroy.9 \
|
||||
stack.9 stack_printf.9 \
|
||||
stack.9 stack_print.9 \
|
||||
stack.9 stack_print_ddb.9 \
|
||||
stack.9 stack_put.9 \
|
||||
stack.9 stack_save.9 \
|
||||
stack.9 stack_sbuf_print.9 \
|
||||
|
@ -52,6 +52,8 @@ In the kernel configuration file:
|
||||
.Ft void
|
||||
.Fn stack_print "struct stack *st"
|
||||
.Ft void
|
||||
.Fn stack_print_ddb "struct stack *st"
|
||||
.Ft void
|
||||
.Fn stack_sbuf_print "struct sbuf sb*" "struct stack *st"
|
||||
.Ft void
|
||||
.Fn stack_sbuf_print_ddb "struct sbuf sb*" "struct stack *st"
|
||||
|
Loading…
Reference in New Issue
Block a user