From a41d535d171ff4ab9ddc6ad416ea1d2d035cab50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= 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