From: schwarze Date: Thu, 15 Jan 2015 19:26:27 +0000 (+0000) Subject: use .In where appropriate; from Kaspars at Bankovskis dot net X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e02a689362c8d15ef8770cf014ff7ce950703efc;p=openbsd use .In where appropriate; from Kaspars at Bankovskis dot net --- diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3 index 4d300bca151..37378747823 100644 --- a/lib/libc/compat-43/sigvec.3 +++ b/lib/libc/compat-43/sigvec.3 @@ -25,9 +25,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigvec.3,v 1.32 2013/07/17 05:42:10 schwarze Exp $ +.\" $OpenBSD: sigvec.3,v 1.33 2015/01/15 19:26:27 schwarze Exp $ .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 15 2015 $ .Dt SIGVEC 3 .Os .Sh NAME @@ -220,7 +220,7 @@ signals that interrupt pending system calls continue to do so. .Pp The following is a list of all signals with names as in the include file -.Aq Pa signal.h : +.In signal.h : .Bl -column "SIGVTALRM" "create core image" "terminal line hangup" .It Sy "Name" Ta Sy "Default Action" Ta Sy "Description" .It Dv SIGHUP Ta "terminate process" Ta "terminal line hangup" diff --git a/lib/libc/gen/__tfork_thread.3 b/lib/libc/gen/__tfork_thread.3 index 2f729d29d38..f21799ad76a 100644 --- a/lib/libc/gen/__tfork_thread.3 +++ b/lib/libc/gen/__tfork_thread.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __tfork_thread.3,v 1.2 2014/08/31 04:06:37 guenther Exp $ +.\" $OpenBSD: __tfork_thread.3,v 1.3 2015/01/15 19:26:27 schwarze Exp $ .\" .\" Copyright (c) 2011 Philip Guenther .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 31 2014 $ +.Dd $Mdocdate: January 15 2015 $ .Dt __TFORK_THREAD 3 .Os .Sh NAME @@ -120,11 +120,11 @@ on the total number of threads under execution by a single user would be exceeded. .Dv MAXUPRC is currently defined in -.Aq Pa sys/param.h +.In sys/param.h as .Dv CHILD_MAX , which is currently defined as 80 in -.Aq Pa sys/syslimits.h . +.In sys/syslimits.h . .El .Sh STANDARDS The diff --git a/lib/libc/gen/clock_getcpuclockid.3 b/lib/libc/gen/clock_getcpuclockid.3 index c62184cd028..d98c8bdd687 100644 --- a/lib/libc/gen/clock_getcpuclockid.3 +++ b/lib/libc/gen/clock_getcpuclockid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clock_getcpuclockid.3,v 1.2 2014/11/30 21:35:46 schwarze Exp $ +.\" $OpenBSD: clock_getcpuclockid.3,v 1.3 2015/01/15 19:26:27 schwarze Exp $ .\" .\" Copyright (c) 2013 Philip Guenther .\" @@ -14,14 +14,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 30 2014 $ +.Dd $Mdocdate: January 15 2015 $ .Dt CLOCK_GETCPUCLOCKID 3 .Os .Sh NAME .Nm clock_getcpuclockid .Nd get a clock measuring process CPU time .Sh SYNOPSIS -.Fd #include +.In time.h .Ft int .Fn clock_getcpuclockid "pid_t pid" "clockid_t *clock_id" .Sh DESCRIPTION