From 10c4f678df73db5e80deaea7b5fe6260f42593c4 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 17 Mar 2006 13:13:18 +0000 Subject: [PATCH] Correct the requirements for g_new_consumer(). Approved by: phk --- share/man/man9/g_consumer.9 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/share/man/man9/g_consumer.9 b/share/man/man9/g_consumer.9 index aa1e33a02856..e30fb80280b5 100644 --- a/share/man/man9/g_consumer.9 +++ b/share/man/man9/g_consumer.9 @@ -60,11 +60,9 @@ This function is the last stage of killing an unwanted consumer. .It The geom .Fa gp -has to have -.Va start -and -.Va access -methods defined. +has to have an +.Va orphan +method defined. .It The topology lock has to be held. .El