summaryrefslogtreecommitdiffstats
path: root/lib/libarch/i386
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-03-30 06:58:06 +0000
committerjmc <jmc@openbsd.org>2016-03-30 06:58:06 +0000
commit424a8f4be3de1993768c2e0728376d646f05e613 (patch)
treeb332c48583ad0ae0183a49f0d9f7625a3d91163b /lib/libarch/i386
parentfor some time now mandoc has not required MLINKS to function (diff)
downloadwireguard-openbsd-424a8f4be3de1993768c2e0728376d646f05e613.tar.xz
wireguard-openbsd-424a8f4be3de1993768c2e0728376d646f05e613.zip
some Xr adjustment to catch up with MLINKS removal;
Diffstat (limited to 'lib/libarch/i386')
-rw-r--r--lib/libarch/i386/i386_get_fsbase.210
-rw-r--r--lib/libarch/i386/i386_get_gsbase.210
2 files changed, 10 insertions, 10 deletions
diff --git a/lib/libarch/i386/i386_get_fsbase.2 b/lib/libarch/i386/i386_get_fsbase.2
index 2d20d5fce79..c7eac24c3d8 100644
--- a/lib/libarch/i386/i386_get_fsbase.2
+++ b/lib/libarch/i386/i386_get_fsbase.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: i386_get_fsbase.2,v 1.4 2015/09/10 17:55:21 schwarze Exp $
+.\" $OpenBSD: i386_get_fsbase.2,v 1.5 2016/03/30 06:58:06 jmc Exp $
.\" $NetBSD: i386_get_ioperm.2,v 1.3 1996/02/27 22:57:17 jtc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: March 30 2016 $
.Dt I386_GET_FSBASE 2 i386
.Os
.Sh NAME
@@ -56,7 +56,7 @@ by %fs to the address
The segment base address is local to each thread.
The initial thread of a new process inherits its segment base address
from the parent thread.
-.Xr __tfork 2
+.Xr __tfork 3
sets the initial segment base address for threads that it creates.
.Pp
.Sy Note:
@@ -84,8 +84,8 @@ will fail if:
points outside the process's allocated address space.
.El
.Sh SEE ALSO
-.Xr __tfork 2 ,
-.Xr fork 2
+.Xr fork 2 ,
+.Xr __tfork 3
.Rs
.%A Intel
.%T i386 Microprocessor Programmer's Reference Manual
diff --git a/lib/libarch/i386/i386_get_gsbase.2 b/lib/libarch/i386/i386_get_gsbase.2
index 1b70f5929dd..85dd2db8d26 100644
--- a/lib/libarch/i386/i386_get_gsbase.2
+++ b/lib/libarch/i386/i386_get_gsbase.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: i386_get_gsbase.2,v 1.4 2015/09/10 17:55:21 schwarze Exp $
+.\" $OpenBSD: i386_get_gsbase.2,v 1.5 2016/03/30 06:58:06 jmc Exp $
.\" $NetBSD: i386_get_ioperm.2,v 1.3 1996/02/27 22:57:17 jtc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: March 30 2016 $
.Dt I386_GET_GSBASE 2 i386
.Os
.Sh NAME
@@ -56,7 +56,7 @@ by %gs to the address
The segment base address is local to each thread.
The initial thread of a new process inherits its segment base address
from the parent thread.
-.Xr __tfork 2
+.Xr __tfork 3
sets the initial segment base address for threads that it creates.
.Pp
.Sy Note:
@@ -84,8 +84,8 @@ will fail if:
points outside the process's allocated address space.
.El
.Sh SEE ALSO
-.Xr __tfork 2 ,
-.Xr fork 2
+.Xr fork 2 ,
+.Xr __tfork 3
.Rs
.%A Intel
.%T i386 Microprocessor Programmer's Reference Manual