From owner-svn-src-head@FreeBSD.ORG Sat May 12 20:46:19 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6D741065672; Sat, 12 May 2012 20:46:19 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D20C28FC1B; Sat, 12 May 2012 20:46:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4CKkJFC051700; Sat, 12 May 2012 20:46:19 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4CKkJWD051697; Sat, 12 May 2012 20:46:19 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205122046.q4CKkJWD051697@svn.freebsd.org> From: Glen Barber Date: Sat, 12 May 2012 20:46:19 +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: r235373 - head/share/man/man9 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: Sat, 12 May 2012 20:46:20 -0000 Author: gjb (doc committer) Date: Sat May 12 20:46:19 2012 New Revision: 235373 URL: http://svn.freebsd.org/changeset/base/235373 Log: mdoc(7) markup cleanup. Modified: head/share/man/man9/eventtimers.9 head/share/man/man9/fail.9 Modified: head/share/man/man9/eventtimers.9 ============================================================================== --- head/share/man/man9/eventtimers.9 Sat May 12 20:42:56 2012 (r235372) +++ head/share/man/man9/eventtimers.9 Sat May 12 20:46:19 2012 (r235373) @@ -86,7 +86,7 @@ struct eventtimer { Event timers are responsible for generating interrupts at specified time or periodically, to run different time-based events. Subsystem consists of three main parts: -.Bl -tag +.Bl -tag -width "Consumers" .It Drivers Manage hardware to generate requested time events. .It Consumers @@ -107,7 +107,7 @@ Driver API is built around eventtimer st To register its functionality driver allocates that structure and calls .Fn et_register . Driver should fill following fields there: -.Bl -tag +.Bl -tag -width Va .It Va et_name Unique name of the event timer for management purposes. .It Va et_flags Modified: head/share/man/man9/fail.9 ============================================================================== --- head/share/man/man9/fail.9 Sat May 12 20:42:56 2012 (r235372) +++ head/share/man/man9/fail.9 Sat May 12 20:46:19 2012 (r235373) @@ -166,7 +166,7 @@ A pid can optionally be specified. The fail point term is only executed when invoked by a process with a matching p_pid. .Sh EXAMPLES -.Bl -tag +.Bl -tag -width Sy .It Sy sysctl debug.fail_point.foobar="2.1%return(5)" 21/1000ths of the time, execute .Fa code