correct prototype.

This commit is contained in:
Jordan K. Hubbard 1998-10-14 11:04:36 +00:00
parent 83e16716c6
commit eed80d041b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40346

View File

@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: property.3,v 1.1 1998/10/08 06:53:32 jkh Exp $
.\" $Id: property.3,v 1.2 1998/10/09 07:33:58 jkh Exp $
.\" "
.Dd October 7, 1998
.Os
@ -39,7 +39,7 @@
.Ft properties
.Fn properties_read "int fd"
.Ft char *
.Fn property_find "char *name"
.Fn property_find "properties list" "char *name"
.Ft void
.Fn properties_free "properties list"
.Pp