-.\" $OpenBSD: fuse_get_context.3,v 1.1 2018/08/03 23:32:04 helg Exp $
+.\" $OpenBSD: fuse_get_context.3,v 1.2 2018/08/04 06:10:05 jmc Exp $
.\"
.\" Copyright (c) 2018 Helg Bredow <helg@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 3 2018 $
+.Dd $Mdocdate: August 4 2018 $
.Dt FUSE_GET_CONTEXT 3
.Os
.Sh NAME
thread that is accessing the file system.
The returned fuse_context is only valid during the lifetime of a FUSE
operation.
-.Pp
.Bd -literal
struct fuse_context {
struct fuse * fuse;
.Sh SEE ALSO
.Xr fuse_new 3
.Sh STANDARDS
-The
+The
.Fn fuse_get_context
function conforms to FUSE 2.6.
.Sh HISTORY
-The
+The
.Fn fuse_get_context
function
first appeared in