public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/2] doc/user-guide: Shorten the description
@ 2020-09-29 10:58 Petr Vorel
  2020-09-29 10:58 ` [LTP] [PATCH 2/2] doc/user-guide: Document block device variables Petr Vorel
  2020-09-29 11:33 ` [LTP] [PATCH 1/2] doc/user-guide: Shorten the description Li Wang
  0 siblings, 2 replies; 4+ messages in thread
From: Petr Vorel @ 2020-09-29 10:58 UTC (permalink / raw)
  To: ltp

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 doc/user-guide.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/user-guide.txt b/doc/user-guide.txt
index 13865bc88..5cb8322cf 100644
--- a/doc/user-guide.txt
+++ b/doc/user-guide.txt
@@ -1,7 +1,7 @@
 LTP User Guidelines
 ===================
 
-For compiling and installing and running the tests see `README.md`.
+For compiling, installing and running the tests see `README.md`.
 For running LTP network tests see `testcases/network/README.md`.
 
 1. Library environment variables
@@ -18,8 +18,8 @@ For running LTP network tests see `testcases/network/README.md`.
                           Variable is also used in shell tests, but ceiled to int.
 | 'PATH'                | It's required to addjust path:
                           `PATH="$PATH:$LTPROOT/testcases/bin"`
-| 'TMPDIR'              | Base directory for template directory, which is required by C tests
-                          `tst_test->needs_tmpdir=1` (or others) or shell 'TST_NEEDS_TMPDIR=1').
+| 'TMPDIR'              | Base directory for template directory (C: '.needs_tmpdir = 1'
+                          and others, which imply it, shell: 'TST_NEEDS_TMPDIR=1').
 | 'TST_NO_CLEANUP'      | Disable running test cleanup (defined in 'TST_CLEANUP').
 |==============================================================================
 
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-29 18:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-29 10:58 [LTP] [PATCH 1/2] doc/user-guide: Shorten the description Petr Vorel
2020-09-29 10:58 ` [LTP] [PATCH 2/2] doc/user-guide: Document block device variables Petr Vorel
2020-09-29 11:33 ` [LTP] [PATCH 1/2] doc/user-guide: Shorten the description Li Wang
2020-09-29 18:07   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox