From owner-svn-src-all@FreeBSD.ORG Tue Oct 20 14:06:07 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 933D31065692; Tue, 20 Oct 2009 14:06:07 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 827538FC20; Tue, 20 Oct 2009 14:06:07 +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 n9KE67Px069150; Tue, 20 Oct 2009 14:06:07 GMT (envelope-from avg@svn.freebsd.org) Received: (from avg@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9KE67J3069148; Tue, 20 Oct 2009 14:06:07 GMT (envelope-from avg@svn.freebsd.org) Message-Id: <200910201406.n9KE67J3069148@svn.freebsd.org> From: Andriy Gapon Date: Tue, 20 Oct 2009 14:06:07 +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: r198288 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 14:06:07 -0000 Author: avg Date: Tue Oct 20 14:06:07 2009 New Revision: 198288 URL: http://svn.freebsd.org/changeset/base/198288 Log: ichwd.4: fix r198272, restore watchdogd(8) reference In r198272 I didn't notice that watchdog(8) and watchdogd(8) are different things and instead of fixing watchdogd markup I simply nuked the line. Noticed by: emaste Pointy hat to: avg Modified: head/share/man/man4/ichwd.4 Modified: head/share/man/man4/ichwd.4 ============================================================================== --- head/share/man/man4/ichwd.4 Tue Oct 20 13:58:30 2009 (r198287) +++ head/share/man/man4/ichwd.4 Tue Oct 20 14:06:07 2009 (r198288) @@ -66,6 +66,7 @@ it believes the WDT is disabled. .Sh SEE ALSO .Xr watchdog 4 , .Xr watchdog 8 , +.Xr watchdogd 8 , .Xr watchdog 9 .Rs .%T Using the Intel ICH Family Watchdog Timer (WDT)