summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/ioctl.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2
index c22bb5b1e12e..821974a1d9a1 100644
--- a/lib/libc/sys/ioctl.2
+++ b/lib/libc/sys/ioctl.2
@@ -31,6 +31,8 @@
.\"
.\" @(#)ioctl.2 8.2 (Berkeley) 12/11/93
.\"
+.\" $Id$
+.\"
.Dd December 11, 1993
.Dt IOCTL 2
.Os BSD 4
@@ -40,7 +42,7 @@
.Sh SYNOPSIS
.Fd #include <sys/ioctl.h>
.Ft int
-.Fn ioctl "int d" "unsigned long request" "..."
+.Fn ioctl "int d" "unsigned long request" ...
.Sh DESCRIPTION
The
.Fn ioctl