diff options
author | Julien Viard de Galbert <julien@vdg.name> | 2015-05-17 13:38:31 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-13 12:16:45 +0200 |
commit | 5284dcf7de769e8612da3d4f1c4d12b4582870d5 (patch) | |
tree | b13a35b3e51c7f8e3ae57c86c3f04b2ad3f469ea /docs/manual/adding-packages-directory.txt | |
parent | 3ac4bf634e16cc8b5f1f8d732da296b4e32dd734 (diff) | |
download | buildroot-5284dcf7de769e8612da3d4f1c4d12b4582870d5.tar.gz buildroot-5284dcf7de769e8612da3d4f1c4d12b4582870d5.zip |
Document the 72 char limit on package description.
While describing a package I though that the tab and 2 spaces was
already doing the margin for wrapping the help test (ie 70 char when
wrapping to 80) but apparently the full text need to fit 72 columns.
So this patch propose to document that fact in the two places where
the Config.in format is described.
Signed-off-by: Julien Viard de Galbert <julien@vdg.name>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-directory.txt')
-rw-r--r-- | docs/manual/adding-packages-directory.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index 3d0982feed..8f585d4976 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -35,8 +35,9 @@ config BR2_PACKAGE_LIBFOO The +bool+ line, +help+ line and other metadata information about the configuration option must be indented with one tab. The help text -itself should be indented with one tab and two spaces, and it must -mention the upstream URL of the project. +itself should be indented with one tab and two spaces, lines should +not be longer than 72 columns, and it must mention the upstream URL +of the project. You can add other sub-options into a +if BR2_PACKAGE_LIBFOO...endif+ statement to configure particular things |