From owner-freebsd-current@FreeBSD.ORG Sun Jul 24 14:53:19 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F0A016A41F for ; Sun, 24 Jul 2005 14:53:19 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from mailhub04.unibe.ch (mailhub04-eth0.unibe.ch [130.92.9.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id D91F043D49 for ; Sun, 24 Jul 2005 14:53:18 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub01-eth0.unibe.ch [130.92.254.65]) by mailhub04.unibe.ch (Postfix) with ESMTP id 8CA85FF6F for ; Sun, 24 Jul 2005 16:53:17 +0200 (CEST) Received: from mailhub04.unibe.ch ([130.92.9.71]) by localhost (scanhub01.unibe.ch [130.92.254.65]) (amavisd-new, port 10024) with LMTP id 22819-17-38 for ; Sun, 24 Jul 2005 16:53:16 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub04.unibe.ch (Postfix) with ESMTP id B385DFF4A for ; Sun, 24 Jul 2005 16:53:16 +0200 (CEST) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.12.10+Sun/8.12.10) with ESMTP id j6OErGdB012958 for ; Sun, 24 Jul 2005 16:53:16 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id j6OErG7w001917 for current@freebsd.org; Sun, 24 Jul 2005 16:53:16 +0200 (MEST) Date: Sun, 24 Jul 2005 16:53:16 +0200 From: Tobias Roth To: current@freebsd.org Message-ID: <20050724145316.GA1907@droopy.unibe.ch> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. X-Virus-checked: by University of Berne Cc: Subject: clarification of help in loader X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2005 14:53:19 -0000 --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi While trying to fix my bootloader, I stumbled over a small oddity in the loader help. I suggest the attached patch to clarify. thanks, t. --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="help.common.patch" --- sys/boot/common/help.common.orig Sun Jul 24 16:47:26 2005 +++ sys/boot/common/help.common Sun Jul 24 16:47:53 2005 @@ -221,7 +221,7 @@ set currdev= - Selects the default device. Syntax for devices is odd. + Selects the default device. See lsdev for available devices. ################################################################################ # Tset Sinit_path DSet the list of init candidates --a8Wt8u1KmwUX3Y2C--