From owner-svn-src-head@FreeBSD.ORG Mon Oct 11 20:17:23 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E39341065670; Mon, 11 Oct 2010 20:17:23 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D30E98FC1A; Mon, 11 Oct 2010 20:17:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9BKHN2S026119; Mon, 11 Oct 2010 20:17:23 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9BKHNKl026117; Mon, 11 Oct 2010 20:17:23 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <201010112017.o9BKHNKl026117@svn.freebsd.org> From: Ed Schouten Date: Mon, 11 Oct 2010 20:17:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r213697 - head/sbin/reboot X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2010 20:17:24 -0000 Author: ed Date: Mon Oct 11 20:17:23 2010 New Revision: 213697 URL: http://svn.freebsd.org/changeset/base/213697 Log: Remove stale reference to wtmp(5). Reported by: pluknet Modified: head/sbin/reboot/reboot.8 Modified: head/sbin/reboot/reboot.8 ============================================================================== --- head/sbin/reboot/reboot.8 Mon Oct 11 19:20:53 2010 (r213696) +++ head/sbin/reboot/reboot.8 Mon Oct 11 20:17:23 2010 (r213697) @@ -28,7 +28,7 @@ .\" @(#)reboot.8 8.1 (Berkeley) 6/9/93 .\" $FreeBSD$ .\" -.Dd June 9, 1993 +.Dd October 11, 2010 .Dt REBOOT 8 .Os .Sh NAME @@ -129,7 +129,7 @@ utility is used when the system needs to users advance warning of their impending doom and cleanly terminating specific programs. .Sh SEE ALSO -.Xr wtmp 5 , +.Xr getutxent 3 , .Xr boot 8 , .Xr dumpon 8 , .Xr nextboot 8 ,