Source-Changes-HG archive

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

[src/trunk]: src/games/factor Fix a typo (s/int/in/)



details:   https://anonhg.NetBSD.org/src/rev/84072e4112f7
branches:  trunk
changeset: 944594:84072e4112f7
user:      kre <kre%NetBSD.org@localhost>
date:      Sun Oct 04 14:22:52 2020 +0000

description:
Fix a typo (s/int/in/)

diffstat:

 games/factor/factor.6 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1dac4e51bccf -r 84072e4112f7 games/factor/factor.6
--- a/games/factor/factor.6     Sun Oct 04 13:50:44 2020 +0000
+++ b/games/factor/factor.6     Sun Oct 04 14:22:52 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: factor.6,v 1.15 2020/10/03 22:27:00 christos Exp $
+.\"    $NetBSD: factor.6,v 1.16 2020/10/04 14:22:52 kre Exp $
 .\"
 .\" Copyright (c) 1989, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -101,7 +101,7 @@
 .It Fl x
 If the
 .Fl x
-flag is specified, factors will be printed int hexadecimal format.
+flag is specified, factors will be printed in hexadecimal format.
 .El
 .Sh DIAGNOSTICS
 Out of range or invalid input results in



Home | Main Index | Thread Index | Old Index