From 733099db79c3c2668c3ba1571684bd82b40ea7b0 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 13 Jun 2025 18:34:00 +0000 Subject: The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction. --- src/lib/libc/string/memmem.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/string') diff --git a/src/lib/libc/string/memmem.3 b/src/lib/libc/string/memmem.3 index de62d738de..eeb621f8f6 100644 --- a/src/lib/libc/string/memmem.3 +++ b/src/lib/libc/string/memmem.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: memmem.3,v 1.4 2024/08/03 20:13:23 guenther Exp $ +.\" $OpenBSD: memmem.3,v 1.5 2025/06/13 18:34:00 schwarze Exp $ .\" .\" Copyright (c) 2005 Pascal Gloor .\" @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 3 2024 $ +.Dd $Mdocdate: June 13 2025 $ .Dt MEMMEM 3 .Os .Sh NAME @@ -34,7 +34,7 @@ .Nd locate a byte substring in a byte string .Sh SYNOPSIS .In string.h -.Ft "void *" +.Ft void * .Fo memmem .Fa "const void *big" "size_t big_len" .Fa "const void *little" "size_t little_len" -- cgit v1.2.3-55-g6feb