diff options
Diffstat (limited to 'lib/libarch/i386')
-rw-r--r-- | lib/libarch/i386/i386_get_fsbase.2 | 8 | ||||
-rw-r--r-- | lib/libarch/i386/i386_get_gsbase.2 | 8 |
2 files changed, 8 insertions, 8 deletions
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 |