diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-08-04 06:10:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-08-04 06:10:06 +0000 |
commit | 4910571f1f5930b736821eef00909c0e1d6272da (patch) | |
tree | 2c61919b3c246b3717cf71ac6743ca7de73ff160 /lib | |
parent | 492d1da941bd13b79aae3e6584db8594045b7fe6 (diff) |
tweak previous;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libfuse/fuse_get_context.3 | 9 |
1 files 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 <helg@openbsd.org> .\" @@ -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 |