source: trunk/athena/lib/locker/man/locker_free_attachent.3 @ 12583

Revision 12583, 1.4 KB checked in by danw, 26 years ago (diff)
manpages for liblocker
Line 
1.\" $Id: locker_free_attachent.3,v 1.1 1999-02-26 19:05:12 danw Exp $
2.\"
3.\" Copyright 1997 by the Massachusetts Institute of Technology.
4.\"
5.\" Permission to use, copy, modify, and distribute this
6.\" software and its documentation for any purpose and without
7.\" fee is hereby granted, provided that the above copyright
8.\" notice appear in all copies and that both that copyright
9.\" notice and this permission notice appear in supporting
10.\" documentation, and that the name of M.I.T. not be used in
11.\" advertising or publicity pertaining to distribution of the
12.\" software without specific, written prior permission.
13.\" M.I.T. makes no representations about the suitability of
14.\" this software for any purpose.  It is provided "as is"
15.\" without express or implied warranty.
16.\"
17.TH LOCKER_FREE_ATTACHENT 3
18.SH NAME
19locker_free_attachent \- Dispose of a locker_attachent
20.SH SYNOPSIS
21.nf
22.B #include <locker.h>
23.PP
24.B
25void locker_free_attachent(locker_context \fIcontext\fP,
26.B
27        locker_attachent *\fIat\fP)
28.PP
29.B cc file.c -llocker ...
30.fi
31.SH DESCRIPTION
32This function disposes of a
33.I locker_attachent
34returned by
35.BR locker_read_attachent (3)
36or another liblocker function, freeing all of its associated memory
37and releasing the lock on the corresponding file in the attachtab
38directory.
39.SH SEE ALSO
40locker_read_attachent(3)
41.SH AUTHOR
42Dan Winship, MIT Information Systems
43.br
44Copyright 1998 by the Massachusetts Institute of Technology.
Note: See TracBrowser for help on using the repository browser.