From af4f4aa1085d157fa54dfc3f390c439b5858461e Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 21 Jan 2021 17:05:50 +0000 Subject: [PATCH] Quote minus. --- share/man/man9/strlist.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/strlist.9 b/share/man/man9/strlist.9 index 34219d836256..c2bd861dac99 100644 --- a/share/man/man9/strlist.9 +++ b/share/man/man9/strlist.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: strlist.9,v 1.2 2021/01/21 16:57:52 wiz Exp $ +.\" $NetBSD: strlist.9,v 1.3 2021/01/21 17:05:50 wiz Exp $ .\" .\" Copyright (c) 2021 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -122,7 +122,7 @@ to compare strings, allowing for wildcard characters to be specified in .Fa pattern . .It Fn strlist_index "const char *sl" "size_t slsize" "const char *str" Returns the index of the specified string if it appears in the -string list, or -1 if the string does not appear in the string list. +string list, or \-1 if the string does not appear in the string list. .It Fn strlist_append "char **slp" "size_t *slsizep" "const char *str" Appends a copy of the specified string to the stringlist. Begin by initializing