From 08b90dfd30eb9bee1d1b5ee4904bcad2eaf9e02a Mon Sep 17 00:00:00 2001 From: schwarze Date: Mon, 22 Sep 2025 17:18:40 +0000 Subject: [PATCH] Fix incorrent escaping of a backslash; found with mandoc -T lint. While here, remove needless quoting of one .Sq argument, and quote another .Sq argument, where quoting is indeed needed, in a less unusual way. --- lib/libfuse/fuse_opt.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libfuse/fuse_opt.3 b/lib/libfuse/fuse_opt.3 index 9837098f910..8cdefed0360 100644 --- a/lib/libfuse/fuse_opt.3 +++ b/lib/libfuse/fuse_opt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fuse_opt.3,v 1.4 2025/06/10 12:55:33 schwarze Exp $ +.\" $OpenBSD: fuse_opt.3,v 1.5 2025/09/22 17:18:40 schwarze Exp $ .\" .\" Copyright (c) Ray Lai .\" Copyright (c) Helg Bredow @@ -15,7 +15,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: June 10 2025 $ +.Dd $Mdocdate: September 22 2025 $ .Dt FUSE_OPT 3 .Os .Sh NAME @@ -194,9 +194,9 @@ can be NULL, which is typically used when adding the first option. .Pp .It Fn fuse_opt_add_opt_escaped escapes any -.Sq "," +.Sq ,\& and -.Sq "\\" +.Sq \e characters in .Fa opt before adding it to