Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2014 23:14:48 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r268817 - head/share/man/man9
Message-ID:  <201407172314.s6HNEmVx060463@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Thu Jul 17 23:14:47 2014
New Revision: 268817
URL: http://svnweb.freebsd.org/changeset/base/268817

Log:
  Fix markup regression introduced in r268369.

Modified:
  head/share/man/man9/timeout.9

Modified: head/share/man/man9/timeout.9
==============================================================================
--- head/share/man/man9/timeout.9	Thu Jul 17 23:05:20 2014	(r268816)
+++ head/share/man/man9/timeout.9	Thu Jul 17 23:14:47 2014	(r268817)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 23, 2013
+.Dd July 17, 2014
 .Dt TIMEOUT 9
 .Os
 .Sh NAME
@@ -371,7 +371,6 @@ Specifies relative event time precision 
 divided by acceptable time deviation: 1 -- 1/2, 2 -- 1/4, etc.
 Smaller value allows to aggregate more events in one timer interrupt to
 reduce processing overhead and power consumption.
-.El
 .It Dv C_HARDCLOCK
 Align the timeouts, if possible, to 
 .Fn hardclock  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407172314.s6HNEmVx060463>