From owner-cvs-src@FreeBSD.ORG Fri Oct 26 09:38:54 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9998A16A418; Fri, 26 Oct 2007 09:38:54 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70F2813C480; Fri, 26 Oct 2007 09:38:54 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9Q9csVA002735; Fri, 26 Oct 2007 09:38:54 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9Q9csVt002734; Fri, 26 Oct 2007 09:38:54 GMT (envelope-from yar) Message-Id: <200710260938.l9Q9csVt002734@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 26 Oct 2007 09:38:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man8 rc.subr.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2007 09:38:54 -0000 yar 2007-10-26 09:38:54 UTC FreeBSD src repository Modified files: share/man/man8 rc.subr.8 Log: o Add a note that checkyesno takes a variable by its name, not value. o Improve mdoc(7) markup and style of the paragraph on stop_boot. Revision Changes Path 1.19 +14 -12 src/share/man/man8/rc.subr.8