From: Michael Kerrisk Date: Sun, 30 Apr 2006 21:18:56 +0000 (+0000) Subject: Remove bogus BUGS text. X-Git-Tag: man-pages-2.31~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbd411a49cf9db2a7d4cfd7ca87fa4068afe2ab2;p=thirdparty%2Fman-pages.git Remove bogus BUGS text. --- diff --git a/man2/syscall.2 b/man2/syscall.2 index 9bf0b79480..c425fc647f 100644 --- a/man2/syscall.2 +++ b/man2/syscall.2 @@ -60,10 +60,6 @@ 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