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. Remove supe...



details:   https://anonhg.NetBSD.org/src/rev/9efb90a02a04
branches:  trunk
changeset: 356723:9efb90a02a04
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 09 10:31:50 2017 +0000

description:
New sentence, new line. Remove superfluous Pps.

diffstat:

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

diffs (51 lines):

diff -r a9b19c4a1b27 -r 9efb90a02a04 usr.bin/crunch/crunchgen/crunchgen.1
--- a/usr.bin/crunch/crunchgen/crunchgen.1      Mon Oct 09 10:28:33 2017 +0000
+++ b/usr.bin/crunch/crunchgen/crunchgen.1      Mon Oct 09 10:31:50 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: crunchgen.1,v 1.33 2017/10/08 15:06:17 christos Exp $
+.\"    $NetBSD: crunchgen.1,v 1.34 2017/10/09 10:31:50 wiz Exp $
 .\"
 .\" Copyright (c) 1994 University of Maryland
 .\" All Rights Reserved.
@@ -334,7 +334,6 @@
 .Em crunchgen
 input conf file, named
 .Dq Pa kcopy.conf :
-.Pp
 .Bd -literal -offset indent
 srcdirs /usr/src/bin /usr/src/sbin
 
@@ -358,7 +357,6 @@
 The crunched binary
 .Dq kcopy
 can be built as follows:
-.Pp
 .Bd -literal -offset indent
 % crunchgen -m Makefile kcopy.conf    # gen Makefile and kcopy.c
 % make objs             # build the component programs' .o files
@@ -379,7 +377,8 @@
 was written by
 .An James da Silva Aq Mt jds%cs.umd.edu@localhost .
 .Pp
-Copyright (c) 1994 University of Maryland.  All Rights Reserved.
+Copyright (c) 1994 University of Maryland.
+All Rights Reserved.
 .Sh BUGS
 While
 .Nm
@@ -402,7 +401,6 @@
 If a program directory being searched for is found, but contains
 no objects, other directories are not searched.
 This causes the following directive to fail:
-.Pp
 .Bd -literal -offset indent
 srcdirs /usr/src/usr.bin /usr/src/usr.bin/less
 progs less gzip
@@ -420,7 +418,6 @@
 program.
 To avoid this problem, list specific srcdirs first, and
 the more general ones later, for e.g.:
-.Pp
 .Bd -literal -offset indent
 srcdirs /usr/src/usr.bin/less /usr/src/usr.bin
 progs less gzip



Home | Main Index | Thread Index | Old Index