From owner-cvs-all@FreeBSD.ORG Thu Sep 30 09:59:45 2004 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 1D38316A4CE; Thu, 30 Sep 2004 09:59:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F12E943D48; Thu, 30 Sep 2004 09:59:44 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8U9xiaK089961; Thu, 30 Sep 2004 09:59:44 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8U9xiZo089957; Thu, 30 Sep 2004 09:59:44 GMT (envelope-from ru) Message-Id: <200409300959.i8U9xiZo089957@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 30 Sep 2004 09:59:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/reboot boot_i386.8 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: Thu, 30 Sep 2004 09:59:45 -0000 ru 2004-09-30 09:59:44 UTC FreeBSD src repository Modified files: sbin/reboot boot_i386.8 Log: Fixed desctiptions of some options: - Document better what the -C option means. - The -c option is currently a no-op. - The -D and -h options do not allow switching between single/dual console modes and internal/video consoles. (This used to be true for the old biosdisk boot code, but now they just force the multiple consoles mode and serial console, respectively.) Revision Changes Path 1.50 +6 -18 src/sbin/reboot/boot_i386.8