]> git.e2factory.org Git - e2factory.git/commitdiff
Add manpage for e2
authorTobias Ulmer <tu@emlix.com>
Thu, 14 Feb 2013 18:37:35 +0000 (19:37 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:15 +0000 (19:07 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
doc/man/e2.1.in [new file with mode: 0644]

diff --git a/doc/man/e2.1.in b/doc/man/e2.1.in
new file mode 100644 (file)
index 0000000..b7ac394
--- /dev/null
@@ -0,0 +1,36 @@
+.\" (c)2013 emlix GmbH
+.\"
+.TH e2 1 "Feb 14, 2013" "@VERSION@"
+
+.SH NAME
+e2 \- the emlix embedded build system
+
+.SH SYNOPSIS
+e2 <tool> ...
+
+.SH DESCRIPTION
+\fBe2\fR is the entry point to the local and global e2factory tools.
+.PP
+e2 ensures that the correct version of the specified tool is called,
+according to the project configuration. As a convenience, symbolic links
+in the form "e2\-tool" which point to e2 are interpreted as "e2 tool".
+.PP
+The e2 tool provides little user\-visible functionality.
+For a general overview of e2factory and the available tools,
+see \fBe2factory\fR(1).
+
+.SH RETURN VALUE
+Normally, exit status is 0. On error, it is non-zero.
+
+.SH OPTIONS
+.TP
+.BR \-\-prefix
+Print installation prefix.
+.TP
+For further global options and environment variables, see \fBe2factory\fR(1).
+
+.SH SEE ALSO
+.BR e2factory (1)
+
+.SH COPYRIGHT
+(c)2013 emlix GmbH