summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-01-15 19:26:28 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-01-15 19:26:28 +0000
commita94336096c4ecd3ba9edbcbae5b632d4df04f84d (patch)
tree0ab6cdc6cf9713582a835587e9346ac6c2c8fc13
parent44c9c82d2496886bc8c02283a226cd3842671d8e (diff)
use .In where appropriate; from Kaspars at Bankovskis dot net
-rw-r--r--lib/libc/compat-43/sigvec.36
-rw-r--r--lib/libc/gen/__tfork_thread.38
-rw-r--r--lib/libc/gen/clock_getcpuclockid.36
3 files changed, 10 insertions, 10 deletions
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 <guenther@openbsd.org>
.\"
@@ -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 <guenther@openbsd.org>
.\"
@@ -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 <time.h>
+.In time.h
.Ft int
.Fn clock_getcpuclockid "pid_t pid" "clockid_t *clock_id"
.Sh DESCRIPTION