Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libperfuse Use the right values for .Bl -width



details:   https://anonhg.NetBSD.org/src/rev/ca4b69274290
branches:  trunk
changeset: 459392:ca4b69274290
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Sep 08 11:34:56 2019 +0000

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

diffstat:

 lib/libperfuse/libperfuse.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 68c1bd7c17f4 -r ca4b69274290 lib/libperfuse/libperfuse.3
--- a/lib/libperfuse/libperfuse.3       Sun Sep 08 08:10:13 2019 +0000
+++ b/lib/libperfuse/libperfuse.3       Sun Sep 08 11:34:56 2019 +0000
@@ -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 @@
 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 @@
 and
 .Xr mount 8 .
 Defaults to
-.Dq fuse
+.Qq Li fuse
 if
 .Dv NULL .
 .It Ar mountflags
@@ -106,7 +106,7 @@
 .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



Home | Main Index | Thread Index | Old Index