jcs's openbsd hax
openbsd

use .In where appropriate; from Kaspars at Bankovskis dot net

schwarze e02a6893 df2d9a92

+10 -10
+3 -3
lib/libc/compat-43/sigvec.3
··· 25 25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26 26 .\" SUCH DAMAGE. 27 27 .\" 28 - .\" $OpenBSD: sigvec.3,v 1.32 2013/07/17 05:42:10 schwarze Exp $ 28 + .\" $OpenBSD: sigvec.3,v 1.33 2015/01/15 19:26:27 schwarze Exp $ 29 29 .\" 30 - .Dd $Mdocdate: July 17 2013 $ 30 + .Dd $Mdocdate: January 15 2015 $ 31 31 .Dt SIGVEC 3 32 32 .Os 33 33 .Sh NAME ··· 220 220 .Pp 221 221 The following is a list of all signals 222 222 with names as in the include file 223 - .Aq Pa signal.h : 223 + .In signal.h : 224 224 .Bl -column "SIGVTALRM" "create core image" "terminal line hangup" 225 225 .It Sy "Name" Ta Sy "Default Action" Ta Sy "Description" 226 226 .It Dv SIGHUP Ta "terminate process" Ta "terminal line hangup"
+4 -4
lib/libc/gen/__tfork_thread.3
··· 1 - .\" $OpenBSD: __tfork_thread.3,v 1.2 2014/08/31 04:06:37 guenther Exp $ 1 + .\" $OpenBSD: __tfork_thread.3,v 1.3 2015/01/15 19:26:27 schwarze Exp $ 2 2 .\" 3 3 .\" Copyright (c) 2011 Philip Guenther <guenther@openbsd.org> 4 4 .\" ··· 14 14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 16 .\" 17 - .Dd $Mdocdate: August 31 2014 $ 17 + .Dd $Mdocdate: January 15 2015 $ 18 18 .Dt __TFORK_THREAD 3 19 19 .Os 20 20 .Sh NAME ··· 120 120 exceeded. 121 121 .Dv MAXUPRC 122 122 is currently defined in 123 - .Aq Pa sys/param.h 123 + .In sys/param.h 124 124 as 125 125 .Dv CHILD_MAX , 126 126 which is currently defined as 80 in 127 - .Aq Pa sys/syslimits.h . 127 + .In sys/syslimits.h . 128 128 .El 129 129 .Sh STANDARDS 130 130 The
+3 -3
lib/libc/gen/clock_getcpuclockid.3
··· 1 - .\" $OpenBSD: clock_getcpuclockid.3,v 1.2 2014/11/30 21:35:46 schwarze Exp $ 1 + .\" $OpenBSD: clock_getcpuclockid.3,v 1.3 2015/01/15 19:26:27 schwarze Exp $ 2 2 .\" 3 3 .\" Copyright (c) 2013 Philip Guenther <guenther@openbsd.org> 4 4 .\" ··· 14 14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 16 .\" 17 - .Dd $Mdocdate: November 30 2014 $ 17 + .Dd $Mdocdate: January 15 2015 $ 18 18 .Dt CLOCK_GETCPUCLOCKID 3 19 19 .Os 20 20 .Sh NAME 21 21 .Nm clock_getcpuclockid 22 22 .Nd get a clock measuring process CPU time 23 23 .Sh SYNOPSIS 24 - .Fd #include <time.h> 24 + .In time.h 25 25 .Ft int 26 26 .Fn clock_getcpuclockid "pid_t pid" "clockid_t *clock_id" 27 27 .Sh DESCRIPTION