diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-07-29 09:34:04 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-07-29 09:34:04 +0200 |
commit | 64b6f7cfbafb66c0b9be08a30ec348579f17052a (patch) | |
tree | 58c10ed743791d50f36c72d07066701cf97bb883 | |
parent | 506d3a9bcaf760bd3f4251421c3932200fb480d8 (diff) | |
download | busybox-w32-64b6f7cfbafb66c0b9be08a30ec348579f17052a.tar.gz busybox-w32-64b6f7cfbafb66c0b9be08a30ec348579f17052a.tar.bz2 busybox-w32-64b6f7cfbafb66c0b9be08a30ec348579f17052a.zip |
doc: remove trailing empty line
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | Makefile.custom | 1 | ||||
-rw-r--r-- | docs/busybox_header.pod | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.custom b/Makefile.custom index 01d69ddf8..c6577a568 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -125,6 +125,7 @@ docs/busybox.pod: $(srctree)/docs/busybox_header.pod \ | |||
125 | $(Q)-mkdir -p docs | 125 | $(Q)-mkdir -p docs |
126 | $(Q)-( \ | 126 | $(Q)-( \ |
127 | cat $(srctree)/docs/busybox_header.pod; \ | 127 | cat $(srctree)/docs/busybox_header.pod; \ |
128 | echo; \ | ||
128 | applets/usage_pod | sed 's/^[A-Za-z][A-Za-z ]*[a-z]:$$/&\n/'; \ | 129 | applets/usage_pod | sed 's/^[A-Za-z][A-Za-z ]*[a-z]:$$/&\n/'; \ |
129 | cat $(srctree)/docs/busybox_footer.pod; \ | 130 | cat $(srctree)/docs/busybox_footer.pod; \ |
130 | ) > docs/busybox.pod | 131 | ) > docs/busybox.pod |
diff --git a/docs/busybox_header.pod b/docs/busybox_header.pod index 2a99636b1..85a173e82 100644 --- a/docs/busybox_header.pod +++ b/docs/busybox_header.pod | |||
@@ -80,4 +80,3 @@ been enabled, more detailed usage information will also be available. | |||
80 | =head1 COMMANDS | 80 | =head1 COMMANDS |
81 | 81 | ||
82 | Currently available applets include: | 82 | Currently available applets include: |
83 | |||