Deleted Added
full compact
sysarch.2 (108028) sysarch.2 (108087)
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 108028 2002-12-18 09:22:32Z ru $
2.\" $FreeBSD: head/lib/libc/sys/sysarch.2 108087 2002-12-19 09:40:28Z 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

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

51.Fn sysarch
52system call
53performs the architecture-dependent function
54specified by
55.Fa number
56with the arguments specified by the
57.Fa args
58pointer.
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

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

51.Fn sysarch
52system call
53performs the architecture-dependent function
54specified by
55.Fa number
56with the arguments specified by the
57.Fa args
58pointer.
59.Fa Args
59The
60.Fa args
61argument
60is a pointer to a structure defining the actual
61arguments of the function.
62Symbolic constants and argument structures
63for the architecture-dependent
64functions can be found in the header file
65.Ao Pa machine/sysarch.h Ac .
66.Pp
67The

--- 15 unchanged lines hidden ---
62is a pointer to a structure defining the actual
63arguments of the function.
64Symbolic constants and argument structures
65for the architecture-dependent
66functions can be found in the header file
67.Ao Pa machine/sysarch.h Ac .
68.Pp
69The

--- 15 unchanged lines hidden ---