aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/chap/output.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-31 19:26:03 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-31 19:26:03 +0100
commit0fd74dcac3257fda689e20e457bb6963d14a3a5b (patch)
tree9ace3515126cab836478a73c6e5b6d4cc9bb2356 /doc/info/chap/output.texinfo
parentfix some errors (diff)
downloadsat-0fd74dcac3257fda689e20e457bb6963d14a3a5b.tar.gz
sat-0fd74dcac3257fda689e20e457bb6963d14a3a5b.tar.bz2
sat-0fd74dcac3257fda689e20e457bb6963d14a3a5b.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/chap/output.texinfo')
-rw-r--r--doc/info/chap/output.texinfo7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/info/chap/output.texinfo b/doc/info/chap/output.texinfo
index 4b3d98c..d475706 100644
--- a/doc/info/chap/output.texinfo
+++ b/doc/info/chap/output.texinfo
@@ -61,6 +61,11 @@ is all arguments in the job's command line, including
@item ENVP
is all environment variables. Each entry is quoted if
necessary so it can be pasted to the shell and used
-with @command{env}.
+with @command{env}. Because this use usally a lot of
+data, which you usually are not interrested in, it
+can be a good idea to pipe the output of @command{satq}
+to @command{grep -v '^ envp:'}. If you do this,
+you should be aware that @command{grep} will fail
+if there is no output.
@end table