summaryrefslogtreecommitdiffstats
path: root/MyFirstContribution.html
diff options
context:
space:
mode:
Diffstat (limited to 'MyFirstContribution.html')
-rw-r--r--MyFirstContribution.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/MyFirstContribution.html b/MyFirstContribution.html
index c6328c6ba..a089db99b 100644
--- a/MyFirstContribution.html
+++ b/MyFirstContribution.html
@@ -735,7 +735,7 @@ asciidoc.install();
<body class="article">
<div id="header">
<h1>My First Contribution to the Git Project</h1>
-<span id="revdate">2023-11-02</span>
+<span id="revdate">2023-11-03</span>
</div>
<div id="content">
<div class="sect1">
@@ -901,9 +901,10 @@ in order to keep the declarations alphabetically sorted:</p></div>
<div class="content">
<pre><code>int cmd_psuh(int argc, const char **argv, const char *prefix);</code></pre>
</div></div>
-<div class="paragraph"><p>Be sure to <code>#include "builtin.h"</code> in your <code>psuh.c</code>.</p></div>
-<div class="paragraph"><p>Go ahead and add some throwaway printf to that function. This is a decent
-starting point as we can now add build rules and register the command.</p></div>
+<div class="paragraph"><p>Be sure to <code>#include "builtin.h"</code> in your <code>psuh.c</code>. You&#8217;ll also need to
+<code>#include "gettext.h"</code> to use functions related to printing output text.</p></div>
+<div class="paragraph"><p>Go ahead and add some throwaway printf to the <code>cmd_psuh</code> function. This is a
+decent starting point as we can now add build rules and register the command.</p></div>
<div class="admonitionblock">
<table><tr>
<td class="icon">
@@ -2096,7 +2097,7 @@ should generate your diffs from <code>&lt;topic&gt;..&lt;mybranch&gt;</code> and
<div id="footer">
<div id="footer-text">
Last updated
- 2023-08-05 04:03:14 JST
+ 2023-11-07 12:13:08 JST
</div>
</div>
</body>