Add $Id$, remove quoting for `...'.

Requested by: bde
This commit is contained in:
Joseph Koshy 1998-09-09 01:30:25 +00:00
parent cfa4d73988
commit 3d2b8efaa1

View file

@ -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