Fixed missing header in synopsis (<camlib.h> includes half the universe
but not <stdio.h>).
This commit is contained in:
parent
19ee2ea58c
commit
7970c1137e
@ -25,7 +25,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\" $Id: cam.3,v 1.1 1998/10/14 06:20:36 ken Exp $
|
||||
.\"
|
||||
.Dd October 10, 1998
|
||||
.Os FreeBSD 3.0
|
||||
@ -46,6 +46,7 @@
|
||||
.Nm cam_get_device
|
||||
.Nd CAM user library
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <stdio.h>
|
||||
.Fd #include <camlib.h>
|
||||
.Ft struct cam_device *
|
||||
.Fo cam_open_device
|
||||
|
@ -25,7 +25,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\" $Id: cam_cdbparse.3,v 1.1 1998/10/14 06:20:36 ken Exp $
|
||||
.\"
|
||||
.\" This man page borrows heavily from the old scsi(3) man page, which had
|
||||
.\" the following copyright:
|
||||
@ -76,6 +76,7 @@
|
||||
.Nm buff_encode_visit
|
||||
.Nd CAM user library SCSI buffer parsing routines
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <stdio.h>
|
||||
.Fd #include <camlib.h>
|
||||
.Ft int
|
||||
.Fo csio_build
|
||||
|
Loading…
Reference in New Issue
Block a user