summaryrefslogtreecommitdiffstats
path: root/share/man/man9/g_bio.9
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2007-05-06 12:48:39 +0000
committerwkoszek <wkoszek@FreeBSD.org>2007-05-06 12:48:39 +0000
commit89c18638189dda14eb8d4ca67042efc74078c808 (patch)
treef9b3c8e9c8a25167bd511a97670451af171cf266 /share/man/man9/g_bio.9
parenta8246d5e353706606c4b3fbeddd39f6951f48720 (diff)
downloadFreeBSD-src-89c18638189dda14eb8d4ca67042efc74078c808.zip
FreeBSD-src-89c18638189dda14eb8d4ca67042efc74078c808.tar.gz
Add missing 'bp', since it should be passed as g_print_bio() argument.
Oked by: pjd
Diffstat (limited to 'share/man/man9/g_bio.9')
-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 b2da3b7..e7351b8 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;
OpenPOWER on IntegriCloud