diff options
Diffstat (limited to 'lib/libc/sys/syscall.2')
-rw-r--r-- | lib/libc/sys/syscall.2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/syscall.2 b/lib/libc/sys/syscall.2 index a5c3a32a90d..7dba9e1279b 100644 --- a/lib/libc/sys/syscall.2 +++ b/lib/libc/sys/syscall.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syscall.2,v 1.5 1999/06/29 14:10:26 aaron Exp $ +.\" $OpenBSD: syscall.2,v 1.6 2003/06/02 09:21:32 jmc Exp $ .\" $NetBSD: syscall.2,v 1.4 1995/02/27 12:38:53 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -68,12 +68,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 call 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 . |