From owner-freebsd-doc@FreeBSD.ORG Fri Jun 29 18:17:11 2007 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F38C416A479 for ; Fri, 29 Jun 2007 18:17:10 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.freebsd.org (Postfix) with ESMTP id B32AD13C48A for ; Fri, 29 Jun 2007 18:17:10 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by wr-out-0506.google.com with SMTP id 69so809267wra for ; Fri, 29 Jun 2007 11:17:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gwO9rpkwhBd0I9mBEbbQzZ7n88ozRrVIMDhk4qkUsMUblo5gnCvhlgu/aRR3YxqWSdyGmlxwMJOTRnOUr3ZCxdp+bW0yZGL57w/J0FFeexz02xtm771JT2FKj8OMzNunPqPAnzMQsyeCz7C6JrAAIUY7fWynz3FZxGT+cXgQ2Vw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=T5uxdD1mQI5q3qWKdzPcgzG/bcDSTF3NzPSCvZzh7dlFB5Wnbawn5XlqW/EWlQdep0h53uzyK1nJKtscx+TiTcLzKgHIxLXSvEXU4Tpv4xrJTOp502xxEF9Fj1VIEn86rdW/BTYWUDZ8DpV79tX5LWdb3nLZh9PPCeG75PcGOYg= Received: by 10.142.156.13 with SMTP id d13mr200604wfe.1183141025532; Fri, 29 Jun 2007 11:17:05 -0700 (PDT) Received: by 10.143.1.8 with HTTP; Fri, 29 Jun 2007 11:17:05 -0700 (PDT) Message-ID: <47d0403c0706291117i5efad22es35debfa001604aac@mail.gmail.com> Date: Fri, 29 Jun 2007 13:17:05 -0500 From: "Ben Kaduk" To: freebsd-doc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: nit in sysinstall menu X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2007 18:17:11 -0000 src/usr.sbin/sysinstall/menus.c --- menus.c.orig 2007-06-29 13:11:04.000000000 -0500 +++ menus.c 2007-06-29 13:11:11.000000000 -0500 @@ -2148,7 +2148,7 @@ "By default, the console driver will not attempt to do anything\n" "special with your screen when it's idle. If you expect to leave your\n" "monitor switched on and idle for long periods of time then you should\n" - "probably enable one of these screen savers to prevent phosphor burn-in.", + "probably enable one of these screen savers to prevent burn-in.", "Choose a nifty-looking screen saver", NULL, { { "1 Blank", "Simply blank the screen", not all monitors are CRT (i.e. LCD's don't have phosphors), but they can still suffer from burn-in. -Ben Kaduk