Module Name:    src
Committed By:   uwe
Date:           Sun Sep  8 11:34:56 UTC 2019

Modified Files:
        src/lib/libperfuse: libperfuse.3

Log Message:
Use the right values for .Bl -width
Typeset "fuse" literal (default value for type) as a literal.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/lib/libperfuse/libperfuse.3:1.7
--- src/lib/libperfuse/libperfuse.3:1.6	Wed Jan 23 19:43:49 2019
+++ src/lib/libperfuse/libperfuse.3	Sun Sep  8 11:34:56 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: libperfuse.3,v 1.6 2019/01/23 19:43:49 uwe Exp $
+.\" $NetBSD: libperfuse.3,v 1.7 2019/09/08 11:34:56 uwe Exp $
 .\"
 .\" Copyright (c) 2010 Emmanuel Dreyfus. All rights reserved.
 .\"
@@ -53,7 +53,7 @@ for FUSE file systems daemons and librar
 The function prototype mimics Linux's
 .Xr mount 2 ,
 with the following arguments:
-.Bl -tag -width indent
+.Bl -tag -width Ar
 .It Ar source
 The source file system that will appear in
 .Xr df 1
@@ -72,7 +72,7 @@ The file system type, as displayed by
 and
 .Xr mount 8 .
 Defaults to
-.Dq fuse
+.Qq Li fuse
 if
 .Dv NULL .
 .It Ar mountflags
@@ -106,7 +106,7 @@ returns a file descriptor to the
 .Pa /dev/fuse
 socket on success, and causes exit on failure.
 .Sh ENVIRONMENT
-.Bl -tag -width Er
+.Bl -tag -width Ev
 .It Ev PERFUSE_OPTIONS
 Comma-separated values controlling the usage of some FUSE methods.
 Allowed values are

Reply via email to