tweak previous;
authorjmc <jmc@openbsd.org>
Sat, 4 Aug 2018 06:10:05 +0000 (06:10 +0000)
committerjmc <jmc@openbsd.org>
Sat, 4 Aug 2018 06:10:05 +0000 (06:10 +0000)
lib/libfuse/fuse_get_context.3

index 37a065e..9ae67e9 100644 (file)
@@ -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