diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 1999-08-17 22:03:40 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 1999-08-17 22:03:40 +0000 |
| commit | 46aa5a927126fe0fecbf0543fcbd31c97f32287b (patch) | |
| tree | 923654c6c030f9f1196dbb99d8de2bd5f1ad8889 /lib | |
| parent | b8e49f681ba1043f50d42c84eb3eeb78a6d8e96e (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libcam/cam.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcam/cam.3 b/lib/libcam/cam.3 index acd2ae124fd7..1a6979ae491e 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: cam.3,v 1.2 1999/03/05 17:11:37 bde Exp $ +.\" $Id: cam.3,v 1.3 1999/08/15 09:51:23 mpp Exp $ .\" .Dd October 10, 1998 .Os FreeBSD 3.0 @@ -269,8 +269,7 @@ described above. This function should be called when the structure was allocated by the caller, rather than the CAM library. .Pp .Fn cam_getccb -allocates a CCB (see -.Xr ccb 4 ) +allocates a CCB using .Xr malloc 3 and sets fields in the CCB header using values from the |
