Message ID | 20250303204443.360595-10-tmz@pobox.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | misc *.txt -> *.adoc fixes | expand |
Todd Zullinger <tmz@pobox.com> writes: > Commit ec14d4ecb5 (builtin.h: take over documentation from > api-builtin.txt, 2017-08-02) deleted api-builtin.txt and moved the > contents into builtin.h. Most of the references were fixed in > d85e9448dd (new-command.txt: update reference to builtin docs, > 2023-02-04), but one remained. Fix it. > > Signed-off-by: Todd Zullinger <tmz@pobox.com> > --- > Documentation/howto/new-command.adoc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ;-) This is orthogonal to the txt-to-adoc gotcha but is a long overdue fix to even older breakage. Thanks for addressing it. > diff --git a/Documentation/howto/new-command.adoc b/Documentation/howto/new-command.adoc > index 880c51112b..ac73c98be7 100644 > --- a/Documentation/howto/new-command.adoc > +++ b/Documentation/howto/new-command.adoc > @@ -48,7 +48,7 @@ binary); this organization makes it easy for people reading the code > to find things. > > See the CodingGuidelines document for other guidance on what we consider > -good practice in C and shell, and api-builtin.txt for the support > +good practice in C and shell, and builtin.h for the support > functions available to built-in commands written in C. > > What every extension command needs
diff --git a/Documentation/howto/new-command.adoc b/Documentation/howto/new-command.adoc index 880c51112b..ac73c98be7 100644 --- a/Documentation/howto/new-command.adoc +++ b/Documentation/howto/new-command.adoc @@ -48,7 +48,7 @@ binary); this organization makes it easy for people reading the code to find things. See the CodingGuidelines document for other guidance on what we consider -good practice in C and shell, and api-builtin.txt for the support +good practice in C and shell, and builtin.h for the support functions available to built-in commands written in C. What every extension command needs
Commit ec14d4ecb5 (builtin.h: take over documentation from api-builtin.txt, 2017-08-02) deleted api-builtin.txt and moved the contents into builtin.h. Most of the references were fixed in d85e9448dd (new-command.txt: update reference to builtin docs, 2023-02-04), but one remained. Fix it. Signed-off-by: Todd Zullinger <tmz@pobox.com> --- Documentation/howto/new-command.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)