Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 change othersize to otherwise. I believe this...



details:   https://anonhg.NetBSD.org/src/rev/9d19a651d288
branches:  trunk
changeset: 985123:9d19a651d288
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Aug 08 16:12:10 2021 +0000

description:
change othersize to otherwise. I believe this is what was meant in the context.

diffstat:

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

diffs (18 lines):

diff -r c647140b492b -r 9d19a651d288 share/man/man9/autoconf.9
--- a/share/man/man9/autoconf.9 Sun Aug 08 16:11:08 2021 +0000
+++ b/share/man/man9/autoconf.9 Sun Aug 08 16:12:10 2021 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: autoconf.9,v 1.34 2021/08/07 20:41:17 uwe Exp $
+.\"     $NetBSD: autoconf.9,v 1.35 2021/08/08 16:12:10 andvar Exp $
 .\"
 .\" Copyright (c) 2001, 2002, 2021 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -334,7 +334,7 @@
 The
 .Fn config_probe
 function returns a nonzero integer to indicate a successful probe
-and a value of 0 othersize.
+and a value of 0 otherwise.
 Unlike
 .Fn config_match ,
 the return value of



Home | Main Index | Thread Index | Old Index