From owner-cvs-all@FreeBSD.ORG Tue Sep 30 22:48:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94A1B16A4B3; Tue, 30 Sep 2003 22:48:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1723843F93; Tue, 30 Sep 2003 22:48:49 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h915mmXJ063667; Tue, 30 Sep 2003 22:48:48 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h915mm3c063666; Tue, 30 Sep 2003 22:48:48 -0700 (PDT) (envelope-from imp) Message-Id: <200310010548.h915mm3c063666@repoman.freebsd.org> From: Warner Losh Date: Tue, 30 Sep 2003 22:48:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 timeout.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 05:48:50 -0000 imp 2003/09/30 22:48:48 PDT FreeBSD src repository Modified files: share/man/man9 timeout.9 Log: Document the implications of the callout_stop() returning 0 if the callout has finished or is in progress. Also document that the locking of the callout code for FreeBSD 5 has eliminated the 'or is in progress' clause as a possibility and that such elimination is an accident of the implementation and shouldn't be relied upon. Revision Changes Path 1.19 +15 -1 src/share/man/man9/timeout.9