Module Name:    src
Committed By:   andvar
Date:           Sun Aug  1 15:52:11 UTC 2021

Modified Files:
        src/usr.bin/crunch/crunchgen: crunchgen.1

Log Message:
fix syntax error and typo in overwritten.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/usr.bin/crunch/crunchgen/crunchgen.1

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

Modified files:

Index: src/usr.bin/crunch/crunchgen/crunchgen.1
diff -u src/usr.bin/crunch/crunchgen/crunchgen.1:1.41 src/usr.bin/crunch/crunchgen/crunchgen.1:1.42
--- src/usr.bin/crunch/crunchgen/crunchgen.1:1.41	Thu Jan  2 23:21:14 2020
+++ src/usr.bin/crunch/crunchgen/crunchgen.1	Sun Aug  1 15:52:11 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: crunchgen.1,v 1.41 2020/01/02 23:21:14 wiz Exp $
+.\"	$NetBSD: crunchgen.1,v 1.42 2021/08/01 15:52:11 andvar Exp $
 .\"
 .\" Copyright (c) 1994 University of Maryland
 .\" All Rights Reserved.
@@ -128,9 +128,9 @@ Status messages are suppressed.
 .It Fl v Ar varspec
 Append a variable specification to the on-the fly generated Makefiles
 for the individual programs.
-.It Fl V ar varspec
+.It Fl V Ar varspec
 Set the variable in the top level Makefile, and pass it in the command
-line of all sub-makes, so that it cannot be overwriten.
+line of all sub-makes, so that it cannot be overwritten.
 .El
 .Sh CRUNCHGEN CONFIGURATION FILE COMMANDS
 .Nm

Reply via email to