summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-09-09 01:30:25 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-09-09 01:30:25 +0000
commit3d2b8efaa143d389a7923ab921879b3813ddb16c (patch)
tree5876f5a83cce5970968a6df1f64daf60f9ff2da4 /lib/libc
parentcfa4d7398872119c6b9f480bc86a0ada6f0bb8ec (diff)
Notes
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