summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-19 09:30:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-19 09:30:04 +0000
commite401255c528c5a76904f2e174f837921b3445b9b (patch)
tree342df9d5edd731133c9d2402445235032951fe3d /lib/libc
parentfa79e0ec2b5942ce10cc321aff0d802936e35325 (diff)
filedes[2]; cgd
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/pipe.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2
index 759b9b9ef1b..e63e52d4372 100644
--- a/lib/libc/sys/pipe.2
+++ b/lib/libc/sys/pipe.2
@@ -42,7 +42,7 @@
.Sh SYNOPSIS
.Fd #include <unistd.h>
.Ft int
-.Fn pipe "int *fildes"
+.Fn pipe "int fildes[2]"
.Sh DESCRIPTION
The
.Fn pipe