aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-02-12 21:56:32 +0100
committerMattias Andrée <maandree@kth.se>2024-02-12 21:56:32 +0100
commitf212ab37a05d8212f7eecf6ff64e692a193741ab (patch)
treea308bb0c4d231d94a7effe60960cf799b1c3317d
parentAdd makeenv.1 and README (diff)
downloadmakeenv-f212ab37a05d8212f7eecf6ff64e692a193741ab.tar.gz
makeenv-f212ab37a05d8212f7eecf6ff64e692a193741ab.tar.bz2
makeenv-f212ab37a05d8212f7eecf6ff64e692a193741ab.tar.xz
Remove less important sections from README
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README38
1 files changed, 0 insertions, 38 deletions
diff --git a/README b/README
index 1739185..7c03aae 100644
--- a/README
+++ b/README
@@ -50,12 +50,6 @@ OPTIONS
are treated as delimiters between long options and their
associated argument.
-STDIN
- Not used.
-
-INPUT FILES
- None.
-
ENVIRONMENT VARIABLES
The following environment variables affect the execution of
makeenv:
@@ -155,37 +149,5 @@ ENVIRONMENT VARIABLES
Any macro listed in .makeenv is loaded into the environment
before the utility inspects the environement.
-ASYNCHRONOUS EVENTS
- Default.
-
-STDOUT
- Not used.
-
-STDERR
- The standard error is used only for diagnostic messages.
-
-OUTPUT FILES
- None.
-
-EXTENDED DESCRIPTION
- None.
-
-EXIT STATUS
- If the make(1) utility is invoked, the exit status of makeenv
- is the exit status of the make(1); utility otherwise, the
- makeenv utility exits with one of the following values:
-
- 125 An error occurred in the makeenv utility.
-
- 126 The make(1) utility was found but could not be invoked.
-
- 127 The make(1) utility could not be found.
-
-CONSEQUENCES OF ERRORS
- Default.
-
-FUTURE DIRECTIONS
- None.
-
SEE ALSO
makeenv(5), make(1)