From fe2e562728ba91e41bac910c79e959b70e6014b1 Mon Sep 17 00:00:00 2001 From: "Wojciech A. Koszek" Date: Sun, 6 May 2007 12:48:39 +0000 Subject: [PATCH] Add missing 'bp', since it should be passed as g_print_bio() argument. Oked by: pjd --- share/man/man9/g_bio.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/g_bio.9 b/share/man/man9/g_bio.9 index b2da3b7bdf1a..e7351b8054e4 100644 --- a/share/man/man9/g_bio.9 +++ b/share/man/man9/g_bio.9 @@ -233,7 +233,7 @@ example_start(struct bio *bp) struct bio *cbp; printf("Request received: "); - g_print_bio(); + g_print_bio(bp); printf("\\n"); sc = bp->bio_to->geom->softc;