diff options
author | Bruce Evans <bde@FreeBSD.org> | 1999-03-05 17:11:37 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1999-03-05 17:11:37 +0000 |
commit | 7970c1137e963b95fedab7619c14e960d3b42169 (patch) | |
tree | d68748ed626cce141636170a1fd86e957b0d5cb8 /lib/libcam | |
parent | 19ee2ea58cdd28ebae596c1b67ebc1f054b32ee1 (diff) | |
download | src-7970c1137e963b95fedab7619c14e960d3b42169.tar.gz src-7970c1137e963b95fedab7619c14e960d3b42169.zip |
Notes
Diffstat (limited to 'lib/libcam')
-rw-r--r-- | lib/libcam/cam.3 | 3 | ||||
-rw-r--r-- | lib/libcam/cam_cdbparse.3 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcam/cam.3 b/lib/libcam/cam.3 index 1f3e0e417856..3d5491b82174 100644 --- a/lib/libcam/cam.3 +++ b/lib/libcam/cam.3 @@ -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 diff --git a/lib/libcam/cam_cdbparse.3 b/lib/libcam/cam_cdbparse.3 index 4887aa3923fd..553cddd59704 100644 --- a/lib/libcam/cam_cdbparse.3 +++ b/lib/libcam/cam_cdbparse.3 @@ -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 |