Deleted Added
full compact
sysarch.2 (119964) sysarch.2 (131504)
1.\" $NetBSD: sysarch.2,v 1.6 1998/02/25 21:24:57 perry Exp $
1.\" $NetBSD: sysarch.2,v 1.6 1998/02/25 21:24:57 perry Exp $
2.\" $FreeBSD: head/lib/libc/sys/sysarch.2 119964 2003-09-10 19:24:35Z ru $
2.\" $FreeBSD: head/lib/libc/sys/sysarch.2 131504 2004-07-02 23:52:20Z ru $
3.\"
4.\" Copyright (c) 1980, 1991 Regents of the University of California.
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright

--- 53 unchanged lines hidden (view full) ---

64Symbolic constants and argument structures
65for the architecture-dependent
66functions can be found in the header file
67.In machine/sysarch.h .
68.Pp
69The
70.Fn sysarch
71system call should never be called directly by
3.\"
4.\" Copyright (c) 1980, 1991 Regents of the University of California.
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright

--- 53 unchanged lines hidden (view full) ---

64Symbolic constants and argument structures
65for the architecture-dependent
66functions can be found in the header file
67.In machine/sysarch.h .
68.Pp
69The
70.Fn sysarch
71system call should never be called directly by
72user programs. Instead, they should access
72user programs.
73Instead, they should access
73its functions using the architecture-dependent
74library.
75.Sh RETURN VALUES
76See the manual pages for specific architecture-dependent system calls
77for information about their return values.
78.Sh SEE ALSO
79.Xr i386_get_ioperm 2 ,
80.Xr i386_get_ldt 2 ,
81.Xr i386_vm86 2
82.Sh HISTORY
83This manual page was taken from
84.Nx .
74its functions using the architecture-dependent
75library.
76.Sh RETURN VALUES
77See the manual pages for specific architecture-dependent system calls
78for information about their return values.
79.Sh SEE ALSO
80.Xr i386_get_ioperm 2 ,
81.Xr i386_get_ldt 2 ,
82.Xr i386_vm86 2
83.Sh HISTORY
84This manual page was taken from
85.Nx .