diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-09-18 21:39:30 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-21 19:41:12 +0200 |
commit | 5598d7f80aee23fe79875a1a048f06c3ec614c26 (patch) | |
tree | a4c3c5a25f363dc4563eb226df6822b8dfb3c768 /docs/manual/makeusers-syntax.txt | |
parent | aba0d000cb57edf54e5a8b16702ae803433512f1 (diff) | |
download | buildroot-5598d7f80aee23fe79875a1a048f06c3ec614c26.tar.gz buildroot-5598d7f80aee23fe79875a1a048f06c3ec614c26.zip |
manual/user guide/customization: add section on users tables
This patch adds basic documentation on users tables, a topic which was
currently not yet covered in the manual.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/makeusers-syntax.txt')
-rw-r--r-- | docs/manual/makeusers-syntax.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/makeusers-syntax.txt b/docs/manual/makeusers-syntax.txt index 9c616043b3..5b3f34777e 100644 --- a/docs/manual/makeusers-syntax.txt +++ b/docs/manual/makeusers-syntax.txt @@ -1,7 +1,7 @@ // -*- mode:doc -*- ; [[makeuser-syntax]] -== Makeuser syntax documentation +== Makeusers syntax documentation The syntax to create users is inspired by the makedev syntax, above, but is specific to Buildroot. |