From ae99b22889f7973babd65a78198c615fbef67c9e Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 4 Aug 2018 06:10:05 +0000 Subject: [PATCH] tweak previous; --- lib/libfuse/fuse_get_context.3 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/libfuse/fuse_get_context.3 b/lib/libfuse/fuse_get_context.3 index 37a065e6def..9ae67e9aa72 100644 --- a/lib/libfuse/fuse_get_context.3 +++ b/lib/libfuse/fuse_get_context.3 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -14,7 +14,7 @@ .\" 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 @@ -32,7 +32,6 @@ This can be used by file systems to obtain information about the 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; @@ -46,11 +45,11 @@ struct fuse_context { .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 -- 2.20.1