Module Name: src
Committed By: wiz
Date: Tue Oct 18 22:26:13 UTC 2016
Modified Files:
src/lib/libperfuse: libperfuse.3
Log Message:
Sort sections. new sentence, new line. Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libperfuse/libperfuse.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libperfuse/libperfuse.3
diff -u src/lib/libperfuse/libperfuse.3:1.4 src/lib/libperfuse/libperfuse.3:1.5
--- src/lib/libperfuse/libperfuse.3:1.4 Tue Oct 18 15:06:17 2016
+++ src/lib/libperfuse/libperfuse.3 Tue Oct 18 22:26:13 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: libperfuse.3,v 1.4 2016/10/18 15:06:17 manu Exp $
+.\" $NetBSD: libperfuse.3,v 1.5 2016/10/18 22:26:13 wiz Exp $
.\"
.\" Copyright (c) 2010 Emmanuel Dreyfus. All rights reserved.
.\"
@@ -100,26 +100,27 @@ is different than
.Fn perfuse_open
handles control to the regular
.Xr open 2 .
+.Sh RETURN VALUES
+.Fn perfuse_mount
+returns a file descriptor to the
+.Pa /dev/fuse
+socket on success, and causes exit on failure.
.Sh ENVIRONMENT
.Bl -tag -width Er
.It Ev PERFUSE_OPTIONS
-Comma-separated values controlling the usage of some FUSE methods. Allowed
-values are
+Comma-separated values controlling the usage of some FUSE methods.
+Allowed values are
.Li enable_access ,
.Li disable_access ,
.Li enable_creat ,
.Li disable_creat .
.It Ev PERFUSE_BUFSIZE
Set the socket buffer sizes used for communication with the filesystem.
-This should be raised as operation throughput requires it. Default is
+This should be raised as operation throughput requires it.
+Default is
.Li 2162688
bytes, which is enough to queue 16 FUSE packets of maximum 132 kB length.
.El
-.Sh RETURN VALUES
-.Fn perfuse_mount
-returns a file descriptor to the
-.Pa /dev/fuse
-socket on success, and causes exit on failure.
.\".Sh ERRORS
.\".Fn perfuse_mount
.\"will fail when one of the following occurs: