Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libperfuse Sort sections. new sentence, new line. Whites...
details: https://anonhg.NetBSD.org/src/rev/8b1c4e73d86c
branches: trunk
changeset: 348444:8b1c4e73d86c
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Oct 18 22:26:13 2016 +0000
description:
Sort sections. new sentence, new line. Whitespace.
diffstat:
lib/libperfuse/libperfuse.3 | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r f6c9531121e6 -r 8b1c4e73d86c lib/libperfuse/libperfuse.3
--- a/lib/libperfuse/libperfuse.3 Tue Oct 18 22:08:30 2016 +0000
+++ b/lib/libperfuse/libperfuse.3 Tue Oct 18 22:26:13 2016 +0000
@@ -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 @@
.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:
Home |
Main Index |
Thread Index |
Old Index