Module Name:    src
Committed By:   kre
Date:           Sun Oct  4 14:22:52 UTC 2020

Modified Files:
        src/games/factor: factor.6

Log Message:
Fix a typo (s/int/in/)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/games/factor/factor.6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/factor/factor.6
diff -u src/games/factor/factor.6:1.15 src/games/factor/factor.6:1.16
--- src/games/factor/factor.6:1.15	Sat Oct  3 22:27:00 2020
+++ src/games/factor/factor.6	Sun Oct  4 14:22:52 2020
@@ -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 @@ If a factor x divides a value n (>1) tim
 .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

Reply via email to