From owner-cvs-all@FreeBSD.ORG Mon Jun 25 16:37:17 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA71516A46C; Mon, 25 Jun 2007 16:37:17 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BB92713C4BB; Mon, 25 Jun 2007 16:37:17 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5PGbHol066706; Mon, 25 Jun 2007 16:37:17 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5PGbHBO066705; Mon, 25 Jun 2007 16:37:17 GMT (envelope-from philip) Message-Id: <200706251637.l5PGbHBO066705@repoman.freebsd.org> From: Philip Paeps Date: Mon, 25 Jun 2007 16:37:17 +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/usr.sbin/sysinstall dist.c install.c sysinstall.8 sysinstall.h system.c src/usr.sbin/sysinstall/help distributions.hlp fixit.hlp media.hlp network_device.hlp options.hlp securelevel.hlp shortcuts.hlp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 25 Jun 2007 16:37:17 -0000 philip 2007-06-25 16:37:17 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall dist.c install.c sysinstall.8 sysinstall.h system.c usr.sbin/sysinstall/help distributions.hlp fixit.hlp media.hlp network_device.hlp options.hlp securelevel.hlp shortcuts.hlp Log: Fix a number of documentation-lags-behind-reality bugs in sysinstall(8). While here, fix a couple of comments too. Submitted by: Oliver Fromme Approved by: re (kensmith) Revision Changes Path 1.248 +2 -2 src/usr.sbin/sysinstall/dist.c 1.16 +4 -4 src/usr.sbin/sysinstall/help/distributions.hlp 1.6 +2 -2 src/usr.sbin/sysinstall/help/fixit.hlp 1.7 +2 -2 src/usr.sbin/sysinstall/help/media.hlp 1.8 +2 -2 src/usr.sbin/sysinstall/help/network_device.hlp 1.10 +2 -2 src/usr.sbin/sysinstall/help/options.hlp 1.4 +7 -5 src/usr.sbin/sysinstall/help/securelevel.hlp 1.13 +19 -19 src/usr.sbin/sysinstall/help/shortcuts.hlp 1.373 +1 -1 src/usr.sbin/sysinstall/install.c 1.76 +6 -0 src/usr.sbin/sysinstall/sysinstall.8 1.274 +1 -1 src/usr.sbin/sysinstall/sysinstall.h 1.129 +1 -1 src/usr.sbin/sysinstall/system.c