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:
rwatson 2008-03-14 13:13:37 +00:00
parent 51315b3d89
commit 60dab6dffc
2 changed files with 4 additions and 1 deletions

View File

@ -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 \

View File

@ -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"