summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@FreeBSD.org>2007-05-06 12:48:39 +0000
committerWojciech A. Koszek <wkoszek@FreeBSD.org>2007-05-06 12:48:39 +0000
commitfe2e562728ba91e41bac910c79e959b70e6014b1 (patch)
treef9b3c8e9c8a25167bd511a97670451af171cf266
parent9e2894466a5c67b6a210054e62419f8e5789a926 (diff)
Notes
-rw-r--r--share/man/man9/g_bio.92
1 files changed, 1 insertions, 1 deletions
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;