Sun Oct 5 20:17:16 2008 UTC ()
Document TOOL_SED, which has been defined in bsd.sys.mk for more than
two years.


(apb)
diff -r1.227 -r1.228 src/share/mk/bsd.README

cvs diff -r1.227 -r1.228 src/share/mk/bsd.README (expand / switch to unified diff)

--- src/share/mk/bsd.README 2008/10/02 17:54:53 1.227
+++ src/share/mk/bsd.README 2008/10/05 20:17:16 1.228
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: bsd.README,v 1.227 2008/10/02 17:54:53 joerg Exp $ 1# $NetBSD: bsd.README,v 1.228 2008/10/05 20:17:16 apb Exp $
2# @(#)bsd.README 8.2 (Berkeley) 4/2/94 2# @(#)bsd.README 8.2 (Berkeley) 4/2/94
3 3
4This is the README file for the make "include" files for the NetBSD 4This is the README file for the make "include" files for the NetBSD
5source tree. The files are installed in /usr/share/mk, and are, 5source tree. The files are installed in /usr/share/mk, and are,
6by convention, named with the suffix ".mk". 6by convention, named with the suffix ".mk".
7 7
8Note, this file is not intended to replace reading through the .mk 8Note, this file is not intended to replace reading through the .mk
9files for anything tricky. 9files for anything tricky.
10 10
11=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12 12
13RANDOM THINGS WORTH KNOWING: 13RANDOM THINGS WORTH KNOWING:
14 14
@@ -1452,26 +1452,28 @@ TOOL_ROFF_DVI Generate DVI groff output @@ -1452,26 +1452,28 @@ TOOL_ROFF_DVI Generate DVI groff output
1452TOOL_ROFF_HTML Generate HTML groff output. 1452TOOL_ROFF_HTML Generate HTML groff output.
1453 [${TOOL_GROFF} -Tlatin1 -mdoc2html] 1453 [${TOOL_GROFF} -Tlatin1 -mdoc2html]
1454 1454
1455TOOL_ROFF_PS Generate PS groff output. [${TOOL_GROFF} -Tps] 1455TOOL_ROFF_PS Generate PS groff output. [${TOOL_GROFF} -Tps]
1456 1456
1457TOOL_ROFF_RAW Generate "raw" groff output. [${TOOL_GROFF} -Z] 1457TOOL_ROFF_RAW Generate "raw" groff output. [${TOOL_GROFF} -Z]
1458 1458
1459TOOL_RPCGEN Remote Procedure Call (RPC) protocol compiler. [rpcgen] 1459TOOL_RPCGEN Remote Procedure Call (RPC) protocol compiler. [rpcgen]
1460 1460
1461TOOL_SOELIM Eliminate .so's from groff input. [soelim] 1461TOOL_SOELIM Eliminate .so's from groff input. [soelim]
1462 1462
1463TOOL_STAT Display file status. [stat] 1463TOOL_STAT Display file status. [stat]
1464 1464
 1465TOOL_SED Stream editor. [sed]
 1466
1465TOOL_STRFILE Create a random access file for storing strings. 1467TOOL_STRFILE Create a random access file for storing strings.
1466 [strfile] 1468 [strfile]
1467 1469
1468TOOL_SUNLABEL Read or modify a SunOS disk label. [sunlabel] 1470TOOL_SUNLABEL Read or modify a SunOS disk label. [sunlabel]
1469 1471
1470TOOL_TBL Format tables for groff. [tbl] 1472TOOL_TBL Format tables for groff. [tbl]
1471 1473
1472TOOL_UUDECODE Uudecode a binary file. [uudecode] 1474TOOL_UUDECODE Uudecode a binary file. [uudecode]
1473 1475
1474TOOL_VGRIND Grind nice listings of programs. [vgrind -f] 1476TOOL_VGRIND Grind nice listings of programs. [vgrind -f]
1475 1477
1476TOOL_ZIC Time zone compiler. [zic] 1478TOOL_ZIC Time zone compiler. [zic]
1477 1479