-.\" $OpenBSD: brk.2,v 1.21 2015/09/10 17:55:21 schwarze Exp $
+.\" $OpenBSD: brk.2,v 1.22 2015/10/11 07:53:49 guenther Exp $
.\" $NetBSD: brk.2,v 1.7 1995/02/27 12:31:57 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)brk.2 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: October 11 2015 $
.Dt BRK 2
.Os
.Sh NAME
segment;
it will not be possible to set the break
beyond the
-.Em rlim_max
+.Fa rlim_max
value returned from a call to
.Xr getrlimit 2 ,
e.g.,
-.\" $OpenBSD: sigaction.2,v 1.70 2015/05/12 02:44:06 guenther Exp $
+.\" $OpenBSD: sigaction.2,v 1.71 2015/10/11 07:53:49 guenther Exp $
.\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\"
.\" @(#)sigaction.2 8.2 (Berkeley) 4/3/94
.\"
-.Dd $Mdocdate: May 12 2015 $
+.Dd $Mdocdate: October 11 2015 $
.Dt SIGACTION 2
.Os
.Sh NAME
call is made).
This mask is formed by taking the union of the current signal mask set,
the signal to be delivered, and the signal mask
-.Em sa_mask
+.Fa sa_mask
associated with the handler to be invoked, but always excluding
.Dv SIGKILL
and