diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-09-09 01:30:25 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-09-09 01:30:25 +0000 |
| commit | 3d2b8efaa143d389a7923ab921879b3813ddb16c (patch) | |
| tree | 5876f5a83cce5970968a6df1f64daf60f9ff2da4 /lib/libc | |
| parent | cfa4d7398872119c6b9f480bc86a0ada6f0bb8ec (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/ioctl.2 | 4 |
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 |
