pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Documented the "bmake help" command.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ba45c52f69c
branches:  trunk
changeset: 520580:1ba45c52f69c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 23 14:49:28 2006 +0000

description:
Documented the "bmake help" command.

diffstat:

 doc/guide/files/devfaq.xml |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 9a3ebe67a24e -r 1ba45c52f69c doc/guide/files/devfaq.xml
--- a/doc/guide/files/devfaq.xml        Mon Oct 23 14:40:14 2006 +0000
+++ b/doc/guide/files/devfaq.xml        Mon Oct 23 14:49:28 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: devfaq.xml,v 1.5 2006/07/02 22:45:17 rillig Exp $ -->
+<!-- $NetBSD: devfaq.xml,v 1.6 2006/10/23 14:49:28 rillig Exp $ -->
 
 <chapter id="devfaq"> <?dbhtml filename="devfaq.html"?>
 <title>Frequently Asked Questions</title>
@@ -151,7 +151,9 @@
        <listitem><para>Many of the files in the
        <filename>mk/</filename> directory start with a comment that
        describes the purpose of the file and how it can be used by the
-       pkgsrc user and package authors.</para></listitem>
+       pkgsrc user and package authors. An easy way to find this
+       documentation is to run <command>bmake
+       help</command>.</para></listitem>
 
        <listitem><para>The CVS log messages are a rich source of
        information, but they tend to be highly abbreviated, especially



Home | Main Index | Thread Index | Old Index