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 New sentence, new line. Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/eaced0138df6
branches:  trunk
changeset: 466830:eaced0138df6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 02 23:21:14 2020 +0000

description:
New sentence, new line. Fix typo.

diffstat:

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

diffs (32 lines):

diff -r 100c76ea8c99 -r eaced0138df6 usr.bin/crunch/crunchgen/crunchgen.1
--- a/usr.bin/crunch/crunchgen/crunchgen.1      Thu Jan 02 23:02:19 2020 +0000
+++ b/usr.bin/crunch/crunchgen/crunchgen.1      Thu Jan 02 23:21:14 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: crunchgen.1,v 1.40 2020/01/02 19:02:41 christos Exp $
+.\"    $NetBSD: crunchgen.1,v 1.41 2020/01/02 23:21:14 wiz Exp $
 .\"
 .\" Copyright (c) 1994 University of Maryland
 .\" All Rights Reserved.
@@ -387,7 +387,7 @@
 To set those defaults again, use:
 .Bd -literal -offset indent
 -V DBG=-Os \e
--V LDSTATIC=-static -V NOPIE \e
+-V LDSTATIC=-static -V NOPIE= \e
 -V NOMAN= \e
 -V NOFORT= -V NOLIBCSANITIZER= -V NOSANITIZER= -V NOSSP=
 .Ed
@@ -405,10 +405,10 @@
 .Ed
 .Pp
 The remaining flags just disabled setting the variables that turned off various
-sanitizers, fortify, and stack protector. The mapping of those variables to
-the old options is:
+sanitizers, fortify, and stack protector.
+The mapping of those variables to the old options is:
 .Bl -tag -width XX -offset indent
-.It Fl F 
+.It Fl F
 .Dv NOFORT
 .It Fl P
 .Dv NOSSP



Home | Main Index | Thread Index | Old Index