diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 05:12:14 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 05:12:14 +0000 |
commit | f29d8bd9c9c901b81d8fadc341786c43528e63c1 (patch) | |
tree | a5fc4e4696d058bee8f5a8c5498044c06a963bda /lib/libc/sys/sysarch.2 | |
parent | 906e3d9014b754421b64647e705b3cca2e9a7c01 (diff) |
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'lib/libc/sys/sysarch.2')
-rw-r--r-- | lib/libc/sys/sysarch.2 | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/lib/libc/sys/sysarch.2 b/lib/libc/sys/sysarch.2 index 1ff9ab306ed..8151973342d 100644 --- a/lib/libc/sys/sysarch.2 +++ b/lib/libc/sys/sysarch.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysarch.2,v 1.4 1999/07/02 20:58:01 aaron Exp $ +.\" $OpenBSD: sysarch.2,v 1.5 2000/10/18 05:12:12 aaron Exp $ .\" $NetBSD: sysarch.2,v 1.4 1995/02/27 12:38:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -46,25 +46,21 @@ .Fn sysarch "int number" "char *args" .Sh DESCRIPTION .Fn sysarch -performs the architecture-dependent function -specified by +performs the architecture-dependent function specified by .Fa number with the arguments specified by the .Fa args pointer. .Fa args -is a pointer to a structure defining the actual -arguments of the function. -Symbolic constants and argument structures -for the architecture-dependent +is a pointer to a structure defining the actual arguments of the function. +Symbolic constants and argument structures for the architecture-dependent functions can be found in the header file .Ao Pa machine/sysarch.h Ac . .Pp The .Fn sysarch -system call should never be called directly by -user programs. Instead, they should access -its functions using the architecture-dependent +system call should never be called directly by user programs. +Instead, they should access its functions using the architecture-dependent library. .Sh RETURN VALUES See the manual pages for specific architecture-dependent function calls |