Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Quote minus.



details:   https://anonhg.NetBSD.org/src/rev/97d6a82003c2
branches:  trunk
changeset: 958826:97d6a82003c2
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 21 17:05:50 2021 +0000

description:
Quote minus.

diffstat:

 share/man/man9/strlist.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5a2dc5704ea0 -r 97d6a82003c2 share/man/man9/strlist.9
--- a/share/man/man9/strlist.9  Thu Jan 21 16:57:52 2021 +0000
+++ b/share/man/man9/strlist.9  Thu Jan 21 17:05:50 2021 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index