Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/crunch/crunchgen fix syntax error and typo in overwr...



details:   https://anonhg.NetBSD.org/src/rev/dd8d572338f2
branches:  trunk
changeset: 984950:dd8d572338f2
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Aug 01 15:52:11 2021 +0000

description:
fix syntax error and typo in overwritten.

diffstat:

 usr.bin/crunch/crunchgen/crunchgen.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 33b4706579d5 -r dd8d572338f2 usr.bin/crunch/crunchgen/crunchgen.1
--- a/usr.bin/crunch/crunchgen/crunchgen.1      Sun Aug 01 15:35:47 2021 +0000
+++ b/usr.bin/crunch/crunchgen/crunchgen.1      Sun Aug 01 15:52:11 2021 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index