mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Add $Id$, remove quoting for `...'.
Requested by: bde
This commit is contained in:
parent
cfa4d73988
commit
3d2b8efaa1
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue