From owner-svn-src-stable@FreeBSD.ORG Fri Apr 9 22:51:19 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EAB0106566C; Fri, 9 Apr 2010 22:51:19 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4C19A8FC14; Fri, 9 Apr 2010 22:51:19 +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 o39MpJEI091705; Fri, 9 Apr 2010 22:51:19 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o39MpJo9091703; Fri, 9 Apr 2010 22:51:19 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201004092251.o39MpJo9091703@svn.freebsd.org> From: Ed Maste Date: Fri, 9 Apr 2010 22:51:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r206435 - stable/7/share/man/man9 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2010 22:51:19 -0000 Author: emaste Date: Fri Apr 9 22:51:19 2010 New Revision: 206435 URL: http://svn.freebsd.org/changeset/base/206435 Log: MFC r206383: Remove extraneous '>'. Modified: stable/7/share/man/man9/stack.9 Directory Properties: stable/7/share/man/man9/ (props changed) Modified: stable/7/share/man/man9/stack.9 ============================================================================== --- stable/7/share/man/man9/stack.9 Fri Apr 9 22:50:36 2010 (r206434) +++ stable/7/share/man/man9/stack.9 Fri Apr 9 22:51:19 2010 (r206435) @@ -34,7 +34,7 @@ .Nm stack .Nd kernel thread stack tracing routines .Sh SYNOPSIS -.In sys/param.h> +.In sys/param.h .In sys/stack.h In the kernel configuration file: .Cd "options DDB"