summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2012-04-12 19:20:07 +0000
committerjmc <jmc@openbsd.org>2012-04-12 19:20:07 +0000
commit5af4073ce83384e69066c2da183dae1dbb34efd9 (patch)
tree44555d72796e0a76e00b9ef4949e1644b0a67125
parentsort SEE ALSO; (diff)
downloadwireguard-openbsd-5af4073ce83384e69066c2da183dae1dbb34efd9.tar.xz
wireguard-openbsd-5af4073ce83384e69066c2da183dae1dbb34efd9.zip
tweak previous;
-rw-r--r--lib/libarch/amd64/amd64_get_fsbase.28
-rw-r--r--lib/libarch/i386/i386_get_fsbase.28
-rw-r--r--lib/libarch/i386/i386_get_gsbase.28
3 files changed, 12 insertions, 12 deletions
diff --git a/lib/libarch/amd64/amd64_get_fsbase.2 b/lib/libarch/amd64/amd64_get_fsbase.2
index 73b525e8ab2..ca659c0727e 100644
--- a/lib/libarch/amd64/amd64_get_fsbase.2
+++ b/lib/libarch/amd64/amd64_get_fsbase.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: amd64_get_fsbase.2,v 1.2 2012/04/12 14:34:45 guenther Exp $
+.\" $OpenBSD: amd64_get_fsbase.2,v 1.3 2012/04/12 19:20:07 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.
@@ -55,7 +55,7 @@ sets the base address of the %fs segment 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.
-.Fn __tfork
+.Xr __tfork 2
sets the initial segment base address for threads that it creates.
.Pp
.Sy Note:
@@ -83,8 +83,8 @@ will fail if:
points outside the process's allocated address space.
.El
.Sh SEE ALSO
-.Xr fork 2 ,
-.Xr __tfork 2
+.Xr __tfork 2 ,
+.Xr fork 2
.Sh WARNING
The ELF Thread-Local Storage ABI reserves %fs for its own use and
requires that the dynamic linker and thread library set it to
diff --git a/lib/libarch/i386/i386_get_fsbase.2 b/lib/libarch/i386/i386_get_fsbase.2
index c0451e8213b..39883787772 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.2 2012/04/12 14:34:45 guenther Exp $
+.\" $OpenBSD: i386_get_fsbase.2,v 1.3 2012/04/12 19:20:07 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.
@@ -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.
-.Fn __tfork
+.Xr __tfork 2
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 fork 2 ,
-.Xr __tfork 2
+.Xr __tfork 2 ,
+.Xr fork 2
.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 3db82c63a2d..02f52a5bcec 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.2 2012/04/12 14:34:45 guenther Exp $
+.\" $OpenBSD: i386_get_gsbase.2,v 1.3 2012/04/12 19:20:07 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.
@@ -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.
-.Fn __tfork
+.Xr __tfork 2
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 fork 2 ,
-.Xr __tfork 2
+.Xr __tfork 2 ,
+.Xr fork 2
.Rs
.%A Intel
.%T i386 Microprocessor Programmer's Reference Manual