xref: /netbsd-src/lib/libpuffs/puffs_path.3 (revision 7fa608457b817eca6e0977b37f758ae064f3c99c)
1.\"	$NetBSD: puffs_path.3,v 1.1 2007/01/19 21:10:55 pooka Exp $
2.\"
3.\" Copyright (c) 2007 Antti Kantee.  All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\"    notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\"    notice, this list of conditions and the following disclaimer in the
12.\"    documentation and/or other materials provided with the distribution.
13.\"
14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.Dd January 19, 2007
27.Dt PUFFS_PATH 3
28.Os
29.Sh NAME
30.Nm puffs_path
31.Nd puffs pathbuilding routines
32.Sh LIBRARY
33.Lb libpuffs
34.Sh SYNOPSIS
35.In puffs.h
36.Sh DESCRIPTION
37.Em IMPORTANT NOTE!
38This document describes interfaces which are not yet guaranteed to be
39stable.
40In case you update your system sources, please recompile everything
41and fix complation errors.
42If your sources are out-of-sync, incorrect operation may result.
43The interfaces in this document will most likely be hugely simplified
44in later versions or made transparent to the implementation.
45.Pp
46The puffs library has the ability to provide pathnames for backends
47which require them.
48Normal file systems should be constructed without the file system
49node tied to a file name and should not used routines described herein.
50.Pp
51This manual page is under construction.
52.Sh SEE ALSO
53.Xr puffs 3
54