aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/syscall.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-20 09:17:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-20 09:17:07 +0000
commit24a0682c6465290759ed0b09ea16e40e7cd47053 (patch)
tree13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libc/sys/syscall.2
parente1239d17fe51ff52f68635ebbb01e77d58371618 (diff)
downloadsrc-24a0682c6465290759ed0b09ea16e40e7cd47053.tar.gz
src-24a0682c6465290759ed0b09ea16e40e7cd47053.zip
Sort sections.
Notes
Notes: svn path=/head/; revision=140505
Diffstat (limited to 'lib/libc/sys/syscall.2')
-rw-r--r--lib/libc/sys/syscall.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/syscall.2 b/lib/libc/sys/syscall.2
index 675cf8eca3aa..4e7241e2679e 100644
--- a/lib/libc/sys/syscall.2
+++ b/lib/libc/sys/syscall.2
@@ -70,12 +70,12 @@ In general, a 0 return value indicates success.
A -1 return value indicates an error,
and an error code is stored in
.Va errno .
-.Sh BUGS
-There is no way to simulate system calls that have multiple return values
-such as
-.Xr pipe 2 .
.Sh HISTORY
The
.Fn syscall
function appeared in
.Bx 4.0 .
+.Sh BUGS
+There is no way to simulate system calls that have multiple return values
+such as
+.Xr pipe 2 .